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
basil committed Dec 1, 2022
1 parent 6cefb1f commit 8e554f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

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

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

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

0 comments on commit 8e554f4

Please sign in to comment.