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 0be3f67 commit 9b40a26Copy full SHA for 9b40a26
1 file changed
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>github-api</artifactId>
19
- <version>1.95-SNAPSHOT</version>
+ <version>1.95</version>
20
<packaging>hpi</packaging>
21
<name>GitHub API Plugin</name>
22
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>
@@ -81,6 +81,6 @@
81
<scm>
82
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
83
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
84
- <tag>HEAD</tag>
+ <tag>github-api-1.95</tag>
85
</scm>
86
</project>
0 commit comments