We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205bfc commit 754ee25Copy full SHA for 754ee25
pom.xml
@@ -13,7 +13,7 @@
13
14
<groupId>io.nats</groupId>
15
<artifactId>jnats</artifactId>
16
- <version>0.5.1</version>
+ <version>0.6.0-SNAPSHOT</version>
17
<packaging>bundle</packaging>
18
19
<name>jnats</name>
@@ -38,7 +38,7 @@
38
<url>https://github.com/nats-io/jnats</url>
39
<connection>scm:git:https://github.com/nats-io/jnats.git</connection>
40
<developerConnection>scm:git:git@github.com:nats-io/jnats.git</developerConnection>
41
- <tag>jnats-0.5.1</tag>
+ <tag>HEAD</tag>
42
</scm>
43
<issueManagement>
44
<url>https://github.com/nats-io/jnats/issues/</url>
0 commit comments