We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b751f24 commit bc4486cCopy full SHA for bc4486c
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.esz</groupId>
4
<artifactId>jsonrpc</artifactId>
5
- <version>0.0.5</version>
+ <version>0.0.6-SNAPSHOT</version>
6
7
<properties>
8
<!-- project properties -->
@@ -46,7 +46,7 @@
46
<scm>
47
<connection>scm:git:https://github.com/esz/jsonrpc.git</connection>
48
<developerConnection>scm:git:[email protected]:esz/jsonrpc.git</developerConnection>
49
- <tag>jsonrpc-0.0.5</tag>
+ <tag>HEAD</tag>
50
</scm>
51
52
<build>
0 commit comments