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
halkeye committed Sep 6, 2022
1 parent 6170eb6 commit 4b31607
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 @@ -9,7 +9,7 @@
</parent>
<groupId>com.dubture.jenkins</groupId>
<artifactId>digitalocean-plugin</artifactId>
<version>1.3.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>DigitalOcean plugin</name>
Expand Down Expand Up @@ -47,11 +47,11 @@
<connection>scm:git:ssh://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>digitalocean-plugin-1.3.1</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>1.3.1</revision>
<revision>1.3.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/digitalocean-plugin</gitHubRepo>
<jenkins.version>2.235.5</jenkins.version>
Expand Down

0 comments on commit 4b31607

Please sign in to comment.