We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade304 commit 59352c8Copy full SHA for 59352c8
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>cloudbees-jenkins-advisor</artifactId>
13
- <version>3.3.2-SNAPSHOT</version>
+ <version>3.3.2</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -53,7 +53,7 @@
53
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
54
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
55
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
56
- <tag>HEAD</tag>
+ <tag>cloudbees-jenkins-advisor-3.3.2</tag>
57
</scm>
58
59
<repositories>
0 commit comments