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 d277a50 commit e6414bfCopy full SHA for e6414bf
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>release</artifactId>
10
<packaging>hpi</packaging>
11
<name>Jenkins Release Plugin</name>
12
- <version>2.14-SNAPSHOT</version>
+ <version>2.14</version>
13
<description>Adds the ability to wrap your job with pre- and post- build steps which are only executed when a manual
14
release build is triggered.
15
</description>
@@ -24,7 +24,7 @@
24
<connection>scm:git:git://github.com/jenkinsci/release-plugin.git</connection>
25
<developerConnection>scm:git:git@github.com:jenkinsci/release-plugin.git</developerConnection>
26
<url>https://github.com/jenkinsci/release-plugin</url>
27
- <tag>HEAD</tag>
+ <tag>release-2.14</tag>
28
</scm>
29
<developers>
30
<developer>
0 commit comments