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 Feb 17, 2023
1 parent 3df7782 commit 7286e7a
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 @@ -34,7 +34,7 @@ THE SOFTWARE.
<artifactId>throttle-concurrents</artifactId>
<packaging>hpi</packaging>
<name>Jenkins Throttle Concurrent Builds Plug-in</name>
<version>2.11</version>
<version>${revision}${changelist}</version>
<url>https://github.com/jenkinsci/throttle-concurrent-builds-plugin</url>
<description>Plugin to throttle the number of concurrent builds of a single job per node.</description>

Expand All @@ -47,7 +47,7 @@ THE SOFTWARE.
</licenses>

<properties>
<revision>2.11</revision>
<revision>2.12</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/throttle-concurrent-builds-plugin</gitHubRepo>
Expand Down Expand Up @@ -92,7 +92,7 @@ THE SOFTWARE.
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>throttle-concurrents-2.11</tag>
<tag>${scmTag}</tag>
</scm>


Expand Down

0 comments on commit 7286e7a

Please sign in to comment.