Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
didiez committed Jan 16, 2022
1 parent dbee31a commit b916dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.
</parent>

<artifactId>subversion</artifactId>
<version>2.15.2</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins Subversion Plug-in</name>
Expand Down Expand Up @@ -131,13 +131,13 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>subversion-2.15.2</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<!-- To be removed once Jenkins.MANAGE gets out of beta -->
<useBeta>true</useBeta>
<revision>2.15.2</revision>
<revision>2.15.3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/subversion-plugin</gitHubRepo>
<jenkins.version>2.222.4</jenkins.version>
Expand Down

0 comments on commit b916dac

Please sign in to comment.