We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c14c74 commit 7a962d3Copy full SHA for 7a962d3
plugin/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>warnings-ng</artifactId>
14
- <version>12.5.0-SNAPSHOT</version>
+ <version>12.5.0</version>
15
<packaging>hpi</packaging>
16
<name>Warnings Plugin</name>
17
@@ -38,7 +38,7 @@
38
<scm>
39
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
40
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
41
- <tag>HEAD</tag>
+ <tag>v12.5.0</tag>
42
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
43
</scm>
44
0 commit comments