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 0c38bdc commit eff48dfCopy full SHA for eff48df
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>github-api</artifactId>
11
- <version>1.99-SNAPSHOT</version>
+ <version>1.99</version>
12
<name>GitHub API for Java</name>
13
<url>https://github-api.kohsuke.org/</url>
14
<description>GitHub API for Java</description>
@@ -17,7 +17,7 @@
17
<connection>scm:git:[email protected]/github-api/${project.artifactId}.git</connection>
18
<developerConnection>scm:git:ssh://[email protected]/github-api/${project.artifactId}.git</developerConnection>
19
<url>https://${project.artifactId}.kohsuke.org/</url>
20
- <tag>HEAD</tag>
+ <tag>github-api-1.99</tag>
21
</scm>
22
23
<distributionManagement>
0 commit comments