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

Commit ac2f038

Browse files
Merge pull request #164 from scalecube/develop
Trigger ci [skip ci] prepare for next development iteration
1 parent 5ddc6b7 commit ac2f038

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>scalecube-gateway-parent</artifactId>
6-
<version>2.9.4</version>
6+
<version>2.9.5-SNAPSHOT</version>
77

88
<parent>
99
<groupId>io.scalecube</groupId>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:git@github.com:scalecube/scalecube-gateway.git</connection>
1919
<developerConnection>scm:git:git@github.com:scalecube/scalecube-gateway.git
2020
</developerConnection>
21-
<tag>v2.9.4</tag>
21+
<tag>HEAD</tag>
2222
</scm>
2323

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

0 commit comments

Comments
 (0)