Skip to content

Commit 6217159

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7ddfee4 commit 6217159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333
</parent>
3434

3535
<artifactId>subversion</artifactId>
36-
<version>2.14.0</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838

3939
<name>Jenkins Subversion Plug-in</name>
@@ -131,11 +131,11 @@ THE SOFTWARE.
131131
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
132132
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
133133
<url>https://github.com/${gitHubRepo}</url>
134-
<tag>subversion-2.14.0</tag>
134+
<tag>${scmTag}</tag>
135135
</scm>
136136

137137
<properties>
138-
<revision>2.13.3</revision>
138+
<revision>2.14.1</revision>
139139
<changelist>-SNAPSHOT</changelist>
140140
<gitHubRepo>jenkinsci/subversion-plugin</gitHubRepo>
141141
<jenkins.version>2.222.4</jenkins.version>

0 commit comments

Comments
 (0)