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 3846dd3 commit 3057ad3Copy full SHA for 3057ad3
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.kohsuke</groupId>
4
<artifactId>github-api</artifactId>
5
- <version>1.306-SNAPSHOT</version>
+ <version>1.306</version>
6
<name>GitHub API for Java</name>
7
<url>https://github-api.kohsuke.org/</url>
8
<description>GitHub API for Java</description>
@@ -11,7 +11,7 @@
11
<connection>scm:git:[email protected]/hub4j/${project.artifactId}.git</connection>
12
<developerConnection>scm:git:ssh://[email protected]/hub4j/${project.artifactId}.git</developerConnection>
13
<url>https://github.com/hub4j/github-api/</url>
14
- <tag>HEAD</tag>
+ <tag>github-api-1.306</tag>
15
</scm>
16
17
<distributionManagement>
0 commit comments