We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea58c6e commit ad0e5e0Copy full SHA for ad0e5e0
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.blogspot.mydailyjava</groupId>
6
<artifactId>weak-lock-free</artifactId>
7
- <version>0.18</version>
+ <version>0.19-SNAPSHOT</version>
8
<packaging>bundle</packaging>
9
10
<inceptionYear>2016</inceptionYear>
@@ -60,7 +60,7 @@
60
<connection>scm:git:git@github.com:raphw/weak-lock-free.git</connection>
61
<developerConnection>scm:git:git@github.com:raphw/weak-lock-free.git</developerConnection>
62
<url>git@github.com:raphw/weak-lock-free.git</url>
63
- <tag>weak-lock-free-0.18</tag>
+ <tag>HEAD</tag>
64
</scm>
65
66
<distributionManagement>
0 commit comments