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 b46165c commit e732ec5Copy full SHA for e732ec5
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>git</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>4.11.4</version>
13
<packaging>hpi</packaging>
14
<name>Git plugin</name>
15
<description>Integrates Jenkins with Git SCM</description>
@@ -53,7 +53,7 @@
53
<scm>
54
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
55
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
56
- <tag>${scmTag}</tag>
+ <tag>git-4.11.4</tag>
57
<url>https://github.com/${gitHubRepo}</url>
58
</scm>
59
0 commit comments