We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8ee5c commit dbabfc3Copy full SHA for dbabfc3
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<artifactId>github-client</artifactId>
6
- <version>0.1.24</version>
+ <version>0.1.25-SNAPSHOT</version>
7
8
<parent>
9
<groupId>com.spotify</groupId>
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/spotify/github-java-client.git</connection>
24
<developerConnection>scm:git:[email protected]:spotify/github-java-client.git</developerConnection>
25
<url>scm:https://github.com/spotify/github-java-client/</url>
26
- <tag>v0.1.24</tag>
+ <tag>HEAD</tag>
27
</scm>
28
29
<organization>
0 commit comments