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.
1 parent 846c8ad commit 74d413bCopy full SHA for 74d413b
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>analysis-model</artifactId>
14
- <version>13.12.0</version>
+ <version>${revision}${changelist}</version>
15
16
<packaging>jar</packaging>
17
@@ -26,7 +26,7 @@
26
<connection>scm:git:https://github.com/jenkinsci/analysis-model.git</connection>
27
<developerConnection>scm:git:[email protected]:jenkinsci/analysis-model.git</developerConnection>
28
<url>https://github.com/jenkinsci/analysis-model</url>
29
- <tag>v13.12.0</tag>
+ <tag>${scmTag}</tag>
30
</scm>
31
32
<licenses>
@@ -53,7 +53,7 @@
53
54
<properties>
55
<scmTag>HEAD</scmTag>
56
- <revision>13.12.0</revision>
+ <revision>13.13.0</revision>
57
<changelist>-SNAPSHOT</changelist>
58
<previousVersion>13.12.0</previousVersion>
59
0 commit comments