We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb51b2 commit b73f1e8Copy full SHA for b73f1e8
1 file changed
pom.xml
@@ -11,7 +11,7 @@
11
<groupId>com.coravy.hudson.plugins.github</groupId>
12
<artifactId>github</artifactId>
13
<packaging>hpi</packaging>
14
- <version>1.12.0-SNAPSHOT</version>
+ <version>1.12.0</version>
15
<name>GitHub plugin</name>
16
<url>http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin</url>
17
@@ -131,7 +131,7 @@
131
<connection>scm:git:git://github.com/jenkinsci/github-plugin.git</connection>
132
<developerConnection>scm:git:[email protected]:jenkinsci/github-plugin.git</developerConnection>
133
<url>https://github.com/jenkinsci/github-plugin</url>
134
- <tag>HEAD</tag>
+ <tag>github-1.12.0</tag>
135
</scm>
136
137
<repositories>
0 commit comments