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 fa37806 commit 05596ccCopy full SHA for 05596cc
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git-client</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>6.4.0</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Git client plugin</name>
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
29
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
30
- <tag>${scmTag}</tag>
+ <tag>git-client-6.4.0</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments