From d93d837a96ad7d83c13c0823163a5ed38c114244 Mon Sep 17 00:00:00 2001 From: Rory Date: Wed, 13 Nov 2024 14:37:27 +0800 Subject: [PATCH] [MINOR] Bump version to 0.11.0-SNAPSHOT --- cli/pom.xml | 2 +- client-mr/core/pom.xml | 4 ++-- client-mr/hadoop2.8/pom.xml | 2 +- client-mr/hadoop3.2/pom.xml | 2 +- client-spark/common/pom.xml | 4 ++-- client-spark/spark2-shaded/pom.xml | 2 +- client-spark/spark2/pom.xml | 2 +- client-spark/spark3-shaded/pom.xml | 2 +- client-spark/spark3/pom.xml | 2 +- client-tez/pom.xml | 4 ++-- client/pom.xml | 4 ++-- common/pom.xml | 2 +- coordinator/pom.xml | 2 +- dashboard/pom.xml | 2 +- deploy/kubernetes/pom.xml | 2 +- integration-test/common/pom.xml | 4 ++-- integration-test/mr/pom.xml | 4 ++-- integration-test/spark-common/pom.xml | 4 ++-- integration-test/spark2/pom.xml | 2 +- integration-test/spark3/pom.xml | 2 +- integration-test/tez/pom.xml | 4 ++-- internal-client/pom.xml | 4 ++-- pom.xml | 2 +- proto/pom.xml | 2 +- server-common/pom.xml | 2 +- server/pom.xml | 2 +- storage/pom.xml | 2 +- 27 files changed, 36 insertions(+), 36 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 54477d431c..ee1379b8aa 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/client-mr/core/pom.xml b/client-mr/core/pom.xml index d14e2f7ee2..6264eba31c 100644 --- a/client-mr/core/pom.xml +++ b/client-mr/core/pom.xml @@ -22,13 +22,13 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml org.apache.uniffle rss-client-mr - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Client (MapReduce) diff --git a/client-mr/hadoop2.8/pom.xml b/client-mr/hadoop2.8/pom.xml index e26c1602d8..80d5f87c36 100644 --- a/client-mr/hadoop2.8/pom.xml +++ b/client-mr/hadoop2.8/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml hadoop2.8-shim diff --git a/client-mr/hadoop3.2/pom.xml b/client-mr/hadoop3.2/pom.xml index 680b7ad8eb..db30cf2d5a 100644 --- a/client-mr/hadoop3.2/pom.xml +++ b/client-mr/hadoop3.2/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml hadoop3.2-shim diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml index 9b6f1cdbc2..639864b196 100644 --- a/client-spark/common/pom.xml +++ b/client-spark/common/pom.xml @@ -24,12 +24,12 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml rss-client-spark-common - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Client (Spark Common) diff --git a/client-spark/spark2-shaded/pom.xml b/client-spark/spark2-shaded/pom.xml index 274255abdd..e366be2e4a 100644 --- a/client-spark/spark2-shaded/pom.xml +++ b/client-spark/spark2-shaded/pom.xml @@ -22,7 +22,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml index 45f8243b2f..b2a6e0cc3b 100644 --- a/client-spark/spark2/pom.xml +++ b/client-spark/spark2/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml diff --git a/client-spark/spark3-shaded/pom.xml b/client-spark/spark3-shaded/pom.xml index 4ead20a0ff..b7a98093a4 100644 --- a/client-spark/spark3-shaded/pom.xml +++ b/client-spark/spark3-shaded/pom.xml @@ -22,7 +22,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml index f55b655eec..94a124d0bc 100644 --- a/client-spark/spark3/pom.xml +++ b/client-spark/spark3/pom.xml @@ -23,7 +23,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml diff --git a/client-tez/pom.xml b/client-tez/pom.xml index 3f7ba7a020..476398b0a0 100644 --- a/client-tez/pom.xml +++ b/client-tez/pom.xml @@ -23,13 +23,13 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml org.apache.uniffle rss-client-tez - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Client (Tez) diff --git a/client/pom.xml b/client/pom.xml index c33153750e..44d375fdb2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -23,12 +23,12 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT org.apache.uniffle rss-client - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Client diff --git a/common/pom.xml b/common/pom.xml index ee7f352a1b..5e307906b9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml diff --git a/coordinator/pom.xml b/coordinator/pom.xml index 0ffbc770bc..0081adcacc 100644 --- a/coordinator/pom.xml +++ b/coordinator/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml diff --git a/dashboard/pom.xml b/dashboard/pom.xml index ddeb1eaf02..9e1b19f599 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -21,7 +21,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT dashboard diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml index 421cacc286..24a254f70d 100644 --- a/deploy/kubernetes/pom.xml +++ b/deploy/kubernetes/pom.xml @@ -21,7 +21,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml index ab0f9d8816..dbf7f374a5 100644 --- a/integration-test/common/pom.xml +++ b/integration-test/common/pom.xml @@ -23,13 +23,13 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml org.apache.uniffle rss-integration-common-test - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Integration Test (Common) diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml index 98a276f40f..5c190bf4ca 100644 --- a/integration-test/mr/pom.xml +++ b/integration-test/mr/pom.xml @@ -21,14 +21,14 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-mr-test - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Integration Test (MapReduce) diff --git a/integration-test/spark-common/pom.xml b/integration-test/spark-common/pom.xml index cd37c0de73..9cfb14baf1 100644 --- a/integration-test/spark-common/pom.xml +++ b/integration-test/spark-common/pom.xml @@ -22,14 +22,14 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-spark-common-test - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Integration Test (Spark Common) diff --git a/integration-test/spark2/pom.xml b/integration-test/spark2/pom.xml index 5bc10a5ff3..57bd2361a1 100644 --- a/integration-test/spark2/pom.xml +++ b/integration-test/spark2/pom.xml @@ -22,7 +22,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml index 30401dba77..0ee8031e4d 100644 --- a/integration-test/spark3/pom.xml +++ b/integration-test/spark3/pom.xml @@ -22,7 +22,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml index c4b8937adf..1bf4a5e31b 100644 --- a/integration-test/tez/pom.xml +++ b/integration-test/tez/pom.xml @@ -21,14 +21,14 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-tez-test - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Integration Test (Tez) diff --git a/internal-client/pom.xml b/internal-client/pom.xml index 0690b0e2ec..4098ffaf62 100644 --- a/internal-client/pom.xml +++ b/internal-client/pom.xml @@ -23,12 +23,12 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT org.apache.uniffle rss-internal-client - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar Apache Uniffle Internal Client diff --git a/pom.xml b/pom.xml index 80899ddba1..11c2d12961 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT pom Apache Uniffle A high performance, general purpose Remote Shuffle Service. diff --git a/proto/pom.xml b/proto/pom.xml index 6862b1c970..73a0dfc494 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -21,7 +21,7 @@ uniffle-parent org.apache.uniffle - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT rss-proto diff --git a/server-common/pom.xml b/server-common/pom.xml index 3cb0b04c90..293e7341c9 100644 --- a/server-common/pom.xml +++ b/server-common/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml diff --git a/server/pom.xml b/server/pom.xml index 3a82ca1071..5dd1763873 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index cb5b14e461..ac3f02ff33 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT ../pom.xml