Skip to content

Commit

Permalink
Updated pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Jun 21, 2023
1 parent bcb7d9c commit b35abb9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>scalecube-services-parent</artifactId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ScaleCube-Services</name>

Expand Down
2 changes: 1 addition & 1 deletion services-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-parent</artifactId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

<artifactId>scalecube-services-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-parent</artifactId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

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

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

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

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

<artifactId>scalecube-services-transport-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-transport-parent</artifactId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

<artifactId>scalecube-services-transport-jackson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scalecube-services-transport-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

<artifactId>scalecube-services-transport-protostuff</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions services-transport-parent/services-transport-rsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-transport-parent</artifactId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

<artifactId>scalecube-services-transport-rsocket</artifactId>
Expand All @@ -15,11 +15,6 @@
<artifactId>scalecube-services-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-bytebuf-codec</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 1 addition & 7 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>scalecube-services-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.10.26-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
</parent>

<artifactId>scalecube-services</artifactId>
Expand Down Expand Up @@ -45,12 +45,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-bytebuf-codec</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-transport-jackson</artifactId>
Expand Down

0 comments on commit b35abb9

Please sign in to comment.