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 2e159c6 commit d059340Copy full SHA for d059340
pom.xml
@@ -10,7 +10,7 @@
10
<relativePath />
11
</parent>
12
<artifactId>config-driven-pipeline</artifactId>
13
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
14
<packaging>hpi</packaging>
15
16
<name>Config-Driven Pipeline Plugin</name>
@@ -39,7 +39,7 @@
39
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
40
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
41
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
42
- <tag>HEAD</tag>
+ <tag>config-driven-pipeline-1.3</tag>
43
</scm>
44
<properties>
45
<annotation-indexer.version>1.12</annotation-indexer.version>
0 commit comments