Thanks to visit codestin.com Credit goes to github.com
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 0e5ffda commit 24e288dCopy full SHA for 24e288d
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>github-api</artifactId>
10
- <version>1.92-SNAPSHOT</version>
+ <version>1.92</version>
11
<name>GitHub API for Java</name>
12
<url>http://github-api.kohsuke.org/</url>
13
<description>GitHub API for Java</description>
@@ -16,7 +16,7 @@
16
<connection>scm:git:[email protected]/kohsuke/${project.artifactId}.git</connection>
17
<developerConnection>scm:git:ssh://[email protected]/kohsuke/${project.artifactId}.git</developerConnection>
18
<url>http://${project.artifactId}.kohsuke.org/</url>
19
- <tag>HEAD</tag>
+ <tag>github-api-1.92</tag>
20
</scm>
21
22
<distributionManagement>
0 commit comments