We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cd7c0 commit 80219b8Copy full SHA for 80219b8
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git-client</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>6.1.2</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.1.2</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments