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 c2f3644 commit b8e1736Copy full SHA for b8e1736
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>github-api</artifactId>
11
- <version>1.98</version>
+ <version>1.99-SNAPSHOT</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:git@github.com/github-api/${project.artifactId}.git</connection>
18
<developerConnection>scm:git:ssh://git@github.com/github-api/${project.artifactId}.git</developerConnection>
19
<url>https://${project.artifactId}.kohsuke.org/</url>
20
- <tag>github-api-1.98</tag>
+ <tag>HEAD</tag>
21
</scm>
22
23
<distributionManagement>
0 commit comments