Skip to content

Commit 9c5be4d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4e7496c commit 9c5be4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

artifacts-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-artifacts-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scalecube-artifacts-api</artifactId>

artifacts-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-artifacts-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scalecube-artifacts-maven</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>scalecube-artifacts-parent</artifactId>
12-
<version>0.1.0</version>
12+
<version>0.1.1-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>${project.artifactId}</name>
1515

@@ -53,7 +53,7 @@
5353
<connection>scm:git:https://github.com/scalecube/scalecube-artifacts.git</connection>
5454
<developerConnection>scm:git:https://github.com/scalecube/scalecube-artifacts.git
5555
</developerConnection>
56-
<tag>release-0.1.0</tag>
56+
<tag>HEAD</tag>
5757
</scm>
5858

5959
<properties>

0 commit comments

Comments
 (0)