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 3bc4ac9 commit 05d36a6Copy full SHA for 05d36a6
plugin/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>coverage</artifactId>
14
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.0</version>
15
<packaging>hpi</packaging>
16
17
<name>Coverage Plugin</name>
@@ -38,7 +38,7 @@
38
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
39
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
40
<url>https://github.com/${gitHubRepo}</url>
41
- <tag>${scmTag}</tag>
+ <tag>v2.7.0</tag>
42
</scm>
43
44
<properties>
0 commit comments