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