We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6df6d commit 4659fe5Copy full SHA for 4659fe5
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>badge</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>2.12</version>
14
<packaging>hpi</packaging>
15
16
<name>Badge</name>
@@ -47,7 +47,7 @@
47
<scm>
48
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
49
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
50
- <tag>${scmTag}</tag>
+ <tag>badge-2.12</tag>
51
<url>https://github.com/${gitHubRepo}</url>
52
</scm>
53
0 commit comments