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 e387ba5 commit 8d09d1aCopy full SHA for 8d09d1a
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.19-SNAPSHOT</version>
+ <version>2.19</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>
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/jenkinsci/release-plugin.git</connection>
24
<developerConnection>scm:git:git@github.com:jenkinsci/release-plugin.git</developerConnection>
25
<url>https://github.com/jenkinsci/release-plugin</url>
26
- <tag>HEAD</tag>
+ <tag>release-2.19</tag>
27
</scm>
28
29
<dependencyManagement>
0 commit comments