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 054deda commit cb239d6Copy full SHA for cb239d6
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>dimensionsscm</artifactId>
13
- <version>0.8.18-SNAPSHOT</version>
+ <version>0.8.18</version>
14
<packaging>hpi</packaging>
15
<name>Jenkins Dimensions Plugin</name>
16
<description>This plugin integrates the Dimensions CM SCM with Jenkins.</description>
@@ -36,7 +36,7 @@
36
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
37
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
- <tag>HEAD</tag>
+ <tag>dimensionsscm-0.8.18</tag>
40
</scm>
41
42
<issueManagement>
0 commit comments