Skip to content

Commit 29c0833

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 48dd551 commit 29c0833

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
@@ -9,11 +9,11 @@
99
</parent>
1010

1111
<artifactId>parameterized-scheduler</artifactId>
12-
<version>1.1</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<properties>
16-
<revision>1.1</revision>
16+
<revision>1.2</revision>
1717
<changelist>-SNAPSHOT</changelist>
1818
<gitHubRepo>jenkinsci/parameterized-scheduler-plugin</gitHubRepo>
1919
<jenkins.version>2.289.3</jenkins.version>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
4444
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
4545
<url>https://github.com/${gitHubRepo}</url>
46-
<tag>parameterized-scheduler-1.1</tag>
46+
<tag>${scmTag}</tag>
4747
</scm>
4848

4949
<repositories>

0 commit comments

Comments
 (0)