This is an automated email from the ASF dual-hosted git repository. zuston pushed a commit to tag v0.10.0-rc1 in repository https://gitbox.apache.org/repos/asf/uniffle.git
commit 2df9eebed65bf99965ba3e65565e33e44a2fb393 Author: Junfan Zhang <zus...@apache.org> AuthorDate: Thu Sep 18 11:57:12 2025 +0800 Bump version to 0.10.0 --- 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/extension/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 +- tools/client-simulation-yarn/pom.xml | 2 +- 29 files changed, 39 insertions(+), 39 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 54477d431..fba8962e1 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/client-mr/core/pom.xml b/client-mr/core/pom.xml index 9df1fabcb..2208aa4e9 100644 --- a/client-mr/core/pom.xml +++ b/client-mr/core/pom.xml @@ -22,13 +22,13 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.uniffle</groupId> <artifactId>rss-client-mr</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Client (MapReduce)</name> diff --git a/client-mr/hadoop2.8/pom.xml b/client-mr/hadoop2.8/pom.xml index e26c1602d..c237578b8 100644 --- a/client-mr/hadoop2.8/pom.xml +++ b/client-mr/hadoop2.8/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>hadoop2.8-shim</artifactId> diff --git a/client-mr/hadoop3.2/pom.xml b/client-mr/hadoop3.2/pom.xml index 680b7ad8e..21e6363f2 100644 --- a/client-mr/hadoop3.2/pom.xml +++ b/client-mr/hadoop3.2/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>hadoop3.2-shim</artifactId> diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml index 9b6f1cdbc..a0ae039de 100644 --- a/client-spark/common/pom.xml +++ b/client-spark/common/pom.xml @@ -24,12 +24,12 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>rss-client-spark-common</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Client (Spark Common)</name> diff --git a/client-spark/extension/pom.xml b/client-spark/extension/pom.xml index ff0511eba..c76334ce1 100644 --- a/client-spark/extension/pom.xml +++ b/client-spark/extension/pom.xml @@ -24,12 +24,12 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>rss-client-spark-ui</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Client spark ui</name> diff --git a/client-spark/spark2-shaded/pom.xml b/client-spark/spark2-shaded/pom.xml index db7acd38a..b3a4b12d6 100644 --- a/client-spark/spark2-shaded/pom.xml +++ b/client-spark/spark2-shaded/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml index 45f8243b2..d3f7c55c4 100644 --- a/client-spark/spark2/pom.xml +++ b/client-spark/spark2/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/client-spark/spark3-shaded/pom.xml b/client-spark/spark3-shaded/pom.xml index 220797a3e..76bfd98fd 100644 --- a/client-spark/spark3-shaded/pom.xml +++ b/client-spark/spark3-shaded/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml index b09287181..8f7ff07de 100644 --- a/client-spark/spark3/pom.xml +++ b/client-spark/spark3/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/client-tez/pom.xml b/client-tez/pom.xml index b331e3d7a..4cdef8d2c 100644 --- a/client-tez/pom.xml +++ b/client-tez/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.uniffle</groupId> <artifactId>rss-client-tez</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Client (Tez)</name> diff --git a/client/pom.xml b/client/pom.xml index c33153750..ff82beda6 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <groupId>org.apache.uniffle</groupId> <artifactId>rss-client</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Client</name> diff --git a/common/pom.xml b/common/pom.xml index 1fda173b5..dfcfb5525 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/coordinator/pom.xml b/coordinator/pom.xml index d8463c4d9..a86019f13 100644 --- a/coordinator/pom.xml +++ b/coordinator/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/dashboard/pom.xml b/dashboard/pom.xml index ddeb1eaf0..3990d41e8 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>dashboard</artifactId> diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml index 421cacc28..d48b47988 100644 --- a/deploy/kubernetes/pom.xml +++ b/deploy/kubernetes/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml index 51028db26..d90d52883 100644 --- a/integration-test/common/pom.xml +++ b/integration-test/common/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.uniffle</groupId> <artifactId>rss-integration-common-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Integration Test (Common)</name> diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml index 04398ae3c..c57ed7e3c 100644 --- a/integration-test/mr/pom.xml +++ b/integration-test/mr/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.uniffle</groupId> <artifactId>rss-integration-mr-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Integration Test (MapReduce)</name> diff --git a/integration-test/spark-common/pom.xml b/integration-test/spark-common/pom.xml index 598d80b8b..1da7328aa 100644 --- a/integration-test/spark-common/pom.xml +++ b/integration-test/spark-common/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.uniffle</groupId> <artifactId>rss-integration-spark-common-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Integration Test (Spark Common)</name> diff --git a/integration-test/spark2/pom.xml b/integration-test/spark2/pom.xml index 5bc10a5ff..8fe5ed376 100644 --- a/integration-test/spark2/pom.xml +++ b/integration-test/spark2/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml index 30401dba7..446498f10 100644 --- a/integration-test/spark3/pom.xml +++ b/integration-test/spark3/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml index 933573921..34ba04590 100644 --- a/integration-test/tez/pom.xml +++ b/integration-test/tez/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.uniffle</groupId> <artifactId>rss-integration-tez-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Integration Test (Tez)</name> diff --git a/internal-client/pom.xml b/internal-client/pom.xml index 0690b0e2e..31ca3c098 100644 --- a/internal-client/pom.xml +++ b/internal-client/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <groupId>org.apache.uniffle</groupId> <artifactId>rss-internal-client</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Apache Uniffle Internal Client</name> diff --git a/pom.xml b/pom.xml index 1c35ca018..4d955780f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <packaging>pom</packaging> <name>Apache Uniffle</name> <description>A high performance, general purpose Remote Shuffle Service.</description> diff --git a/proto/pom.xml b/proto/pom.xml index 6862b1c97..eadbc0b7b 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>uniffle-parent</artifactId> <groupId>org.apache.uniffle</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> </parent> <artifactId>rss-proto</artifactId> diff --git a/server-common/pom.xml b/server-common/pom.xml index 3cb0b04c9..e41006812 100644 --- a/server-common/pom.xml +++ b/server-common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/server/pom.xml b/server/pom.xml index 258bed036..d9ea5ec5d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storage/pom.xml b/storage/pom.xml index cb5b14e46..20ea95f99 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/client-simulation-yarn/pom.xml b/tools/client-simulation-yarn/pom.xml index 706f722c6..150f74e41 100644 --- a/tools/client-simulation-yarn/pom.xml +++ b/tools/client-simulation-yarn/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.uniffle</groupId> <artifactId>uniffle-parent</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.10.0</version> <relativePath>../../pom.xml</relativePath> </parent>