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 c4da9fe commit bf962bdCopy full SHA for bf962bd
pom.xml
@@ -9,7 +9,7 @@
9
<groupId>com.coravy.hudson.plugins.github</groupId>
10
<artifactId>github</artifactId>
11
<packaging>hpi</packaging>
12
- <version>1.10-SNAPSHOT</version>
+ <version>1.10</version>
13
<name>GitHub plugin</name>
14
<url>http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin</url>
15
@@ -82,7 +82,7 @@
82
<connection>scm:git:git://github.com/jenkinsci/github-plugin.git</connection>
83
<developerConnection>scm:git:git@github.com:jenkinsci/github-plugin.git</developerConnection>
84
<url>https://github.com/jenkinsci/github-plugin</url>
85
- <tag>HEAD</tag>
+ <tag>github-1.10</tag>
86
</scm>
87
88
<repositories>
0 commit comments