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 1346004 commit 13c5761Copy full SHA for 13c5761
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>pipeline-github</artifactId>
13
- <version>2.3-SNAPSHOT</version>
+ <version>2.3</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -37,7 +37,7 @@
37
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
38
<developerConnection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
39
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
40
- <tag>HEAD</tag>
+ <tag>pipeline-github-2.3</tag>
41
</scm>
42
43
<repositories>
0 commit comments