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.
2 parents 8cd7e77 + 85be38a commit b5dbfdbCopy full SHA for b5dbfdb
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git-client</artifactId>
13
- <version>6.4.0</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Git client plugin</name>
@@ -27,12 +27,12 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
29
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
30
- <tag>git-client-6.4.0</tag>
+ <tag>${scmTag}</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
34
<properties>
35
- <revision>6.4.0</revision>
+ <revision>6.4.1</revision>
36
<changelist>-SNAPSHOT</changelist>
37
<!-- Character set tests fail unless file.encoding is set -->
38
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
0 commit comments