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 6ffd53d commit 4d065b7Copy full SHA for 4d065b7
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.scalecube</groupId>
5
<artifactId>scalecube-parent</artifactId>
6
- <version>0.2.20</version>
+ <version>0.2.21-SNAPSHOT</version>
7
<packaging>pom</packaging>
8
<name>ScaleCube parent project</name>
9
@@ -25,7 +25,7 @@
25
<connection>scm:git:https://github.com/scalecube/${project.artifactId}.git</connection>
26
<developerConnection>scm:git:https://github.com/scalecube/${project.artifactId}.git
27
</developerConnection>
28
- <tag>release-0.2.20</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<prerequisites>
0 commit comments