We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d90e37 commit 908ac69Copy full SHA for 908ac69
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git-client</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.0.3</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Git client plugin</name>
@@ -53,7 +53,7 @@
53
<scm>
54
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
55
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
56
- <tag>${scmTag}</tag>
+ <tag>git-client-5.0.3</tag>
57
<url>https://github.com/${gitHubRepo}</url>
58
</scm>
59
0 commit comments