We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251b13 commit 0c16871Copy full SHA for 0c16871
plugin/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>coverage</artifactId>
14
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
15
<packaging>hpi</packaging>
16
17
<name>Coverage Plugin</name>
@@ -418,7 +418,7 @@
418
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
419
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
420
<url>https://github.com/${gitHubRepo}</url>
421
- <tag>${scmTag}</tag>
+ <tag>v2.0.0</tag>
422
</scm>
423
424
<repositories>
0 commit comments