We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15312d3 commit fea4aadCopy full SHA for fea4aad
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>5.4.0</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
<name>Git plugin</name>
16
<url>https://github.com/${gitHubRepo}</url>
@@ -64,12 +64,12 @@
64
<scm>
65
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
66
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
67
- <tag>git-5.4.0</tag>
+ <tag>${scmTag}</tag>
68
69
</scm>
70
71
<properties>
72
- <revision>5.3.1</revision>
+ <revision>5.4.1</revision>
73
<changelist>-SNAPSHOT</changelist>
74
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
75
<jenkins.baseline>2.440</jenkins.baseline>
0 commit comments