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

Commit 7c33679

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent da569da commit 7c33679

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.9</version>
12+
<version>2.10.10-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>ScaleCube-Gateway</name>
1515

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

5959
<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.9</version>
6+
<version>2.10.10-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.9</version>
6+
<version>2.10.10-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.9</version>
6+
<version>2.10.10-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.9</version>
6+
<version>2.10.10-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)