Skip to content

Commit 47c02c0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0c5e51a commit 47c02c0

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
@@ -10,14 +10,14 @@
1010
</parent>
1111

1212
<artifactId>cvs</artifactId>
13-
<version>2.21</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Jenkins CVS Plug-in</name>
1717
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1818

1919
<properties>
20-
<revision>2.21</revision>
20+
<revision>2.22</revision>
2121
<changelist>-SNAPSHOT</changelist>
2222
<jenkins.version>2.361.4</jenkins.version>
2323
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4242
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
4343
<url>https://github.com/${gitHubRepo}</url>
44-
<tag>cvs-2.21</tag>
44+
<tag>${scmTag}</tag>
4545
</scm>
4646

4747
<dependencyManagement>

0 commit comments

Comments
 (0)