We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc972d commit 8260f95Copy full SHA for 8260f95
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>promoted-builds</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>3.11</version>
13
<packaging>hpi</packaging>
14
15
<name>Jenkins promoted builds plugin</name>
@@ -47,7 +47,7 @@
47
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
48
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
49
<url>https://github.com/${gitHubRepo}</url>
50
- <tag>${scmTag}</tag>
+ <tag>promoted-builds-3.11</tag>
51
</scm>
52
<licenses>
53
<license>
0 commit comments