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 28, 2022
1 parent df647d7 commit e4a8fc0
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.28</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:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>docker-workflow-1.28</tag>
<tag>${scmTag}</tag>
</scm>

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

0 comments on commit e4a8fc0

Please # to comment.