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

Commit

Permalink
Merge pull request #147 from scalecube/udpate-services-to-2.10.x
Browse files Browse the repository at this point in the history
Updated poms, update services to 2.10.0-RC1
  • Loading branch information
artem-v authored Jun 11, 2020
2 parents 2141083 + 9cdde29 commit 1a100cf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>scalecube-gateway-parent</artifactId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>

<parent>
<groupId>io.scalecube</groupId>
Expand All @@ -23,7 +23,7 @@

<properties>
<scalecube-commons.version>1.0.4</scalecube-commons.version>
<scalecube-services.version>2.9.2</scalecube-services.version>
<scalecube-services.version>2.10.0-RC1</scalecube-services.version>
<scalecube-benchmarks.version>1.2.2</scalecube-benchmarks.version>
<scalecube-config.version>0.4.3</scalecube-config.version>
<reactor.version>Dysprosium-SR8</reactor.version>
Expand Down
2 changes: 1 addition & 1 deletion services-gateway-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services-gateway-client-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion services-gateway-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services-gateway-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services-gateway-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services-gateway-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-gateway-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.8.17-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1a100cf

Please sign in to comment.