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 9f767de commit 10ee2e9Copy full SHA for 10ee2e9
pom.xml
@@ -26,7 +26,7 @@
26
<connection>scm:git:https://github.com/jenkinsci/analysis-model.git</connection>
27
<developerConnection>scm:git:git@github.com:jenkinsci/analysis-model.git</developerConnection>
28
<url>https://github.com/jenkinsci/analysis-model</url>
29
- <tag>v14.0.0</tag>
+ <tag>${scmTag}</tag>
30
</scm>
31
32
<licenses>
@@ -53,8 +53,8 @@
53
54
<properties>
55
<scmTag>HEAD</scmTag>
56
- <revision>14.0.0</revision>
57
- <changelist></changelist>
+ <revision>14.1.0</revision>
+ <changelist>-SNAPSHOT</changelist>
58
<previousVersion>14.0.0</previousVersion>
59
60
<module.name>edu.hm.hafner.analysis.model</module.name>
0 commit comments