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
oleg-nenashev committed Oct 9, 2019
1 parent dfe3ed4 commit 74a2370
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 @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>docker-workflow</artifactId>
<version>1.21</version>
<version>${revision}${changelist}</version>
<name>Docker Pipeline</name>
<description>Build and use Docker containers from pipelines</description>
<packaging>hpi</packaging>
Expand All @@ -25,11 +25,11 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>docker-workflow-1.21</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>1.21</revision>
<revision>1.22</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.60.3</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 74a2370

Please sign in to comment.