From e662d18be753ce97e8db432a4bcd2b440b77ba23 Mon Sep 17 00:00:00 2001 From: Nadia Mayor Date: Wed, 6 Sep 2023 10:15:06 -0300 Subject: [PATCH] Update version to release in tapps --- client/pom.xml | 2 +- pluggable-storage/pom.xml | 2 +- pom.xml | 2 +- redis-wrapper/pom.xml | 2 +- testing/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index a775f5fb4..b8dcffc63 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.8.1 + 4.8.2-rc1 java-client jar diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index f2a69fc6a..49020c8a9 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.8.1 + 4.8.2-rc1 2.0.0 diff --git a/pom.xml b/pom.xml index 9b4160086..308e1af05 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.8.1 + 4.8.2-rc1 diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 99b77073e..cd2811d9b 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.8.1 + 4.8.2-rc1 redis-wrapper 3.0.1 diff --git a/testing/pom.xml b/testing/pom.xml index d35996d06..3ae0769cf 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.8.1 + 4.8.2-rc1 java-client-testing jar