We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d96c2 commit ca0612eCopy full SHA for ca0612e
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>5.5.0</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
<name>Git plugin</name>
16
<url>https://github.com/${gitHubRepo}</url>
@@ -56,12 +56,12 @@
56
<scm>
57
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
58
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
59
- <tag>git-5.5.0</tag>
+ <tag>${scmTag}</tag>
60
61
</scm>
62
63
<properties>
64
- <revision>5.4.2</revision>
+ <revision>5.5.1</revision>
65
<changelist>-SNAPSHOT</changelist>
66
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
67
<jenkins.baseline>2.440</jenkins.baseline>
0 commit comments