We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8490c11 commit 48e5461Copy full SHA for 48e5461
plugin/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>warnings-ng</artifactId>
14
- <version>12.2.0-SNAPSHOT</version>
+ <version>12.2.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.2.0</tag>
42
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
43
</scm>
44
0 commit comments