Skip to content

Commit b916dac

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent dbee31a commit b916dac

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.15.2</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838

3939
<name>Jenkins Subversion Plug-in</name>
@@ -131,13 +131,13 @@ 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.15.2</tag>
134+
<tag>${scmTag}</tag>
135135
</scm>
136136

137137
<properties>
138138
<!-- To be removed once Jenkins.MANAGE gets out of beta -->
139139
<useBeta>true</useBeta>
140-
<revision>2.15.2</revision>
140+
<revision>2.15.3</revision>
141141
<changelist>-SNAPSHOT</changelist>
142142
<gitHubRepo>jenkinsci/subversion-plugin</gitHubRepo>
143143
<jenkins.version>2.222.4</jenkins.version>

0 commit comments

Comments
 (0)