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

Commit b913088

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3370dff commit b913088

File tree

7 files changed

+8
-8
lines changed

7 files changed

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

@@ -61,7 +61,7 @@
6161
<connection>scm:git:https://github.com/scalecube/scalecube-gateway.git</connection>
6262
<developerConnection>scm:git:https://github.com/scalecube/scalecube-gateway.git
6363
</developerConnection>
64-
<tag>v2.10.2</tag>
64+
<tag>HEAD</tag>
6565
</scm>
6666

6767
<properties>

services-gateway-benchmarks/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.2</version>
6+
<version>2.10.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

services-gateway-runner/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.2</version>
6+
<version>2.10.3-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.2</version>
6+
<version>2.10.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)