Skip to content

Commit

Permalink
updated version to 4.13.1.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Nov 27, 2024
1 parent ea19581 commit 80fe04f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<parent>
<groupId>io.split.client</groupId>
<artifactId>java-client-parent</artifactId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
</parent>
<version>4.13.1.rc1</version>
<artifactId>java-client</artifactId>
<packaging>jar</packaging>
<name>Java Client</name>
Expand Down
6 changes: 3 additions & 3 deletions okhttp-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>java-client-parent</artifactId>
<groupId>io.split.client</groupId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
<artifactId>okhttp-modules</artifactId>
<packaging>jar</packaging>
<name>http-modules</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.split.client</groupId>
<artifactId>java-client</artifactId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pluggable-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>java-client-parent</artifactId>
<groupId>io.split.client</groupId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
</parent>

<version>2.1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.split.client</groupId>
<artifactId>java-client-parent</artifactId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions redis-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<artifactId>java-client-parent</artifactId>
<groupId>io.split.client</groupId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
</parent>
<artifactId>redis-wrapper</artifactId>
<version>3.1.0</version>
<version>4.13.1.rc1</version>
<packaging>jar</packaging>
<name>Package for Redis Wrapper Implementation</name>
<description>Implements Redis Pluggable Storage</description>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.split.client</groupId>
<artifactId>java-client-parent</artifactId>
<version>4.13.0</version>
<version>4.13.1.rc1</version>
</parent>
<artifactId>java-client-testing</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 80fe04f

Please sign in to comment.