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 Nov 16, 2021
1 parent 25eeec5 commit d2009c6
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,14 +8,14 @@
<relativePath />
</parent>
<artifactId>mercurial</artifactId>
<version>2.16</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Mercurial plugin</name>
<description>Allows Jenkins to check out projects from the Mercurial SCM.</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>2.16</revision>
<revision>2.17</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.190.3</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -59,7 +59,7 @@
<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>mercurial-2.16</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down

0 comments on commit d2009c6

Please sign in to comment.