We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6719e commit 3443c0eCopy full SHA for 3443c0e
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git-client</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>6.1.1</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Git client plugin</name>
@@ -48,7 +48,7 @@
48
<scm>
49
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
50
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
51
- <tag>${scmTag}</tag>
+ <tag>git-client-6.1.1</tag>
52
<url>https://github.com/${gitHubRepo}</url>
53
</scm>
54
0 commit comments