Skip to content

Commit 1e4414b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 232eedc commit 1e4414b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

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

1212
<artifactId>parameterized-scheduler</artifactId>
13-
<version>1.2</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<properties>
17-
<revision>1.2</revision>
17+
<revision>1.3</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2020
<jenkins.version>2.375.1</jenkins.version>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4545
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4646
<url>https://github.com/${gitHubRepo}</url>
47-
<tag>parameterized-scheduler-1.2</tag>
47+
<tag>${scmTag}</tag>
4848
</scm>
4949

5050
<repositories>

0 commit comments

Comments
 (0)