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 6c8c927 commit fc17b51Copy full SHA for fc17b51
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>golang</artifactId>
12
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
13
<packaging>hpi</packaging>
14
15
<properties>
@@ -94,7 +94,7 @@
94
<connection>scm:git:git://github.com/jenkinsci/golang-plugin.git</connection>
95
<developerConnection>scm:git:[email protected]:jenkinsci/golang-plugin.git</developerConnection>
96
<url>https://github.com/jenkinsci/golang-plugin</url>
97
- <tag>HEAD</tag>
+ <tag>golang-1.3</tag>
98
</scm>
99
100
</project>
0 commit comments