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 Dec 17, 2021
1 parent 10785bd commit dd3fa65
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.20</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.20</revision>
<revision>1.21</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.20</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit dd3fa65

Please sign in to comment.