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 Oct 30, 2024
1 parent 3acf751 commit 9d241a1
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 @@ -32,7 +32,7 @@ THE SOFTWARE.
</parent>

<artifactId>throttle-concurrents</artifactId>
<version>2.16</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Throttle Concurrent Builds Plug-in</name>
<description>Plugin to throttle the number of concurrent builds of a single job per node.</description>
Expand Down Expand Up @@ -77,12 +77,12 @@ THE SOFTWARE.
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>throttle-concurrents-2.16</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>2.16</revision>
<revision>2.17</revision>
<changelist>-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
Expand Down

0 comments on commit 9d241a1

Please sign in to comment.