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
jglick committed Jun 2, 2021
1 parent 01c4c00 commit be0b18b
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 @@ -7,13 +7,13 @@
<relativePath />
</parent>
<artifactId>matrix-project</artifactId>
<version>1.19</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Matrix Project Plugin</name>
<description>Multi-configuration (matrix) project type.</description>
<url>https://github.com/jenkinsci/matrix-project-plugin</url>
<properties>
<revision>1.19</revision>
<revision>1.20</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/matrix-project-plugin</gitHubRepo>
<jenkins.version>2.282</jenkins.version>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>matrix-project-1.19</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit be0b18b

Please sign in to comment.