Skip to content

Commit 6f5b294

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2396a50 commit 6f5b294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>analysis-model</artifactId>
14-
<version>13.11.0</version>
14+
<version>${revision}${changelist}</version>
1515

1616
<packaging>jar</packaging>
1717

@@ -26,7 +26,7 @@
2626
<connection>scm:git:https://github.com/jenkinsci/analysis-model.git</connection>
2727
<developerConnection>scm:git:[email protected]:jenkinsci/analysis-model.git</developerConnection>
2828
<url>https://github.com/jenkinsci/analysis-model</url>
29-
<tag>v13.11.0</tag>
29+
<tag>${scmTag}</tag>
3030
</scm>
3131

3232
<licenses>
@@ -53,7 +53,7 @@
5353

5454
<properties>
5555
<scmTag>HEAD</scmTag>
56-
<revision>13.11.0</revision>
56+
<revision>13.12.0</revision>
5757
<changelist>-SNAPSHOT</changelist>
5858
<previousVersion>13.11.0</previousVersion>
5959

0 commit comments

Comments
 (0)