From c55dfb106140b8d4ccba15210700b231c69e6b86 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Tue, 11 Mar 2025 15:25:17 +0100 Subject: [PATCH] Bumping up client version to 4.2.0-RC2 --- java/beam/pom.xml | 2 +- java/flink/pom.xml | 2 +- java/hsfs/pom.xml | 2 +- java/pom.xml | 2 +- java/spark/pom.xml | 2 +- python/hopsworks_common/version.py | 2 +- utils/java/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/java/beam/pom.xml b/java/beam/pom.xml index ed8afb4be..0d382d827 100644 --- a/java/beam/pom.xml +++ b/java/beam/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.2.0-RC1 + 4.2.0-RC2 4.0.0 diff --git a/java/flink/pom.xml b/java/flink/pom.xml index c6112cd3a..f013e3faa 100644 --- a/java/flink/pom.xml +++ b/java/flink/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.2.0-RC1 + 4.2.0-RC2 4.0.0 diff --git a/java/hsfs/pom.xml b/java/hsfs/pom.xml index 33d79c8d7..87ec5af0e 100644 --- a/java/hsfs/pom.xml +++ b/java/hsfs/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.2.0-RC1 + 4.2.0-RC2 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 65240d02d..32224aee1 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -7,7 +7,7 @@ com.logicalclocks hsfs-parent pom - 4.2.0-RC1 + 4.2.0-RC2 hsfs spark diff --git a/java/spark/pom.xml b/java/spark/pom.xml index ab87637af..e16b496fb 100644 --- a/java/spark/pom.xml +++ b/java/spark/pom.xml @@ -22,7 +22,7 @@ hsfs-parent com.logicalclocks - 4.2.0-RC1 + 4.2.0-RC2 4.0.0 diff --git a/python/hopsworks_common/version.py b/python/hopsworks_common/version.py index c50ed3367..54b7f100c 100644 --- a/python/hopsworks_common/version.py +++ b/python/hopsworks_common/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "4.2.0rc1" +__version__ = "4.2.0rc2" diff --git a/utils/java/pom.xml b/utils/java/pom.xml index a4e2a1ade..0dc17821c 100644 --- a/utils/java/pom.xml +++ b/utils/java/pom.xml @@ -5,7 +5,7 @@ com.logicalclocks hsfs-utils - 4.2.0-RC1 + 4.2.0-RC2 3.2.0.0-SNAPSHOT