We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2e4e7 commit 5973203Copy full SHA for 5973203
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.7.1</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with Git SCM</description>
@@ -299,7 +299,7 @@
299
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
300
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
301
<url>https://github.com/${gitHubRepo}</url>
302
- <tag>${scmTag}</tag>
+ <tag>git-4.7.1</tag>
303
</scm>
304
305
<pluginRepositories>
0 commit comments