From 1b9c7cb944cb19ca12fbc413ff5415439f896cac Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Thu, 31 Oct 2024 11:42:55 +0100 Subject: [PATCH] Bump version to 4.1.0-RC1 --- 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 d2fec6bea..930a923f8 100644 --- a/java/beam/pom.xml +++ b/java/beam/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.1.0-RC0 + 4.1.0-RC1 4.0.0 diff --git a/java/flink/pom.xml b/java/flink/pom.xml index 2f7574e65..e37866b67 100644 --- a/java/flink/pom.xml +++ b/java/flink/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.1.0-RC0 + 4.1.0-RC1 4.0.0 diff --git a/java/hsfs/pom.xml b/java/hsfs/pom.xml index 1492cf6bd..5f13a5ddb 100644 --- a/java/hsfs/pom.xml +++ b/java/hsfs/pom.xml @@ -5,7 +5,7 @@ hsfs-parent com.logicalclocks - 4.1.0-RC0 + 4.1.0-RC1 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index ee70ad226..8b9d87485 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -7,7 +7,7 @@ com.logicalclocks hsfs-parent pom - 4.1.0-RC0 + 4.1.0-RC1 hsfs spark diff --git a/java/spark/pom.xml b/java/spark/pom.xml index efe8c77b0..4ed24f1f6 100644 --- a/java/spark/pom.xml +++ b/java/spark/pom.xml @@ -22,7 +22,7 @@ hsfs-parent com.logicalclocks - 4.1.0-RC0 + 4.1.0-RC1 4.0.0 diff --git a/python/hopsworks_common/version.py b/python/hopsworks_common/version.py index 023e05b10..ee687c841 100644 --- a/python/hopsworks_common/version.py +++ b/python/hopsworks_common/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "4.1.0rc0" +__version__ = "4.1.0rc1" diff --git a/utils/java/pom.xml b/utils/java/pom.xml index 98ea93029..7ad001fff 100644 --- a/utils/java/pom.xml +++ b/utils/java/pom.xml @@ -5,7 +5,7 @@ com.logicalclocks hsfs-utils - 4.1.0-RC0 + 4.1.0-RC1 3.2.0.0-SNAPSHOT