We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1695a7 commit 3acf751Copy full SHA for 3acf751
pom.xml
@@ -32,7 +32,7 @@ THE SOFTWARE.
32
</parent>
33
34
<artifactId>throttle-concurrents</artifactId>
35
- <version>${revision}${changelist}</version>
+ <version>2.16</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.16</tag>
81
<url>https://github.com/${gitHubRepo}</url>
82
</scm>
83
0 commit comments