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 78b8b8b commit da1c582Copy full SHA for da1c582
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>scalecube-test-support</artifactId>
11
- <version>0.1.1</version>
+ <version>0.1.2-SNAPSHOT</version>
12
<name>${project.artifactId}</name>
13
14
<repositories>
@@ -51,7 +51,7 @@
51
<connection>scm:git:https://github.com/scalecube/scalecube-test-support.git</connection>
52
<developerConnection>scm:git:https://github.com/scalecube/scalecube-test-support.git
53
</developerConnection>
54
- <tag>release-0.1.1</tag>
+ <tag>HEAD</tag>
55
</scm>
56
57
<properties>
0 commit comments