We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c5897 commit 11affecCopy full SHA for 11affec
pom.xml
@@ -32,7 +32,7 @@ THE SOFTWARE.
32
</parent>
33
34
<artifactId>throttle-concurrents</artifactId>
35
- <version>${revision}${changelist}</version>
+ <version>2.13</version>
36
<packaging>hpi</packaging>
37
<name>Jenkins Throttle Concurrent Builds Plug-in</name>
38
<description>Plugin to throttle the number of concurrent builds of a single job per node.</description>
@@ -77,7 +77,7 @@ THE SOFTWARE.
77
<scm>
78
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
79
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
80
- <tag>${scmTag}</tag>
+ <tag>throttle-concurrents-2.13</tag>
81
<url>https://github.com/${gitHubRepo}</url>
82
</scm>
83
0 commit comments