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 Dec 19, 2024
1 parent 8fe1aa6 commit 7804cef
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 @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>3.60</version>
<version>${revision}${changelist}</version>
<packaging>maven-plugin</packaging>

<name>Maven Jenkins Plugin</name>
Expand All @@ -31,12 +31,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>maven-hpi-plugin-3.60</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>3.60</revision>
<revision>3.61</revision>
<changelist>-SNAPSHOT</changelist>
<!-- used for escape -->
<begin>${${$}}{</begin>
Expand Down

0 comments on commit 7804cef

Please sign in to comment.