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
timja committed Jan 20, 2021
1 parent 7ddfee4 commit 6217159
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.14.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

<properties>
<revision>2.13.3</revision>
<revision>2.14.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/subversion-plugin</gitHubRepo>
<jenkins.version>2.222.4</jenkins.version>
Expand Down

0 comments on commit 6217159

Please sign in to comment.