Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7840752

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 719001e commit 7840752

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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-gateway-parent</artifactId>
12-
<version>2.10.16</version>
12+
<version>2.10.17-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>ScaleCube-Gateway</name>
1515

@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/scalecube/scalecube-gateway.git</connection>
3030
<developerConnection>scm:git:https://github.com/scalecube/scalecube-gateway.git
3131
</developerConnection>
32-
<tag>release-2.10.16</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<properties>

services-gateway-client-transport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scalecube-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.16</version>
6+
<version>2.10.17-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

services-gateway-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scalecube-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.16</version>
6+
<version>2.10.17-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

services-gateway-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scalecube-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.16</version>
6+
<version>2.10.17-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

services-gateway-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scalecube-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.16</version>
6+
<version>2.10.17-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)