We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff2889 commit d81e8edCopy full SHA for d81e8ed
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>5.8.0</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
16
<name>Git 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-5.8.0</tag>
+ <tag>${scmTag}</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
34
<properties>
35
- <revision>5.7.1</revision>
+ <revision>5.8.1</revision>
36
<changelist>-SNAPSHOT</changelist>
37
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
38
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
0 commit comments