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
rsandell committed Jan 27, 2022
1 parent 5041e6f commit 4657ebf
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 @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>docker-commons</artifactId>
<version>1.19</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Docker Commons Plugin</name>
Expand All @@ -28,11 +28,11 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>docker-commons-1.19</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>1.19</revision>
<revision>1.20</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.222.4</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 4657ebf

Please sign in to comment.