diff --git a/Jenkinsfile b/Jenkinsfile index 2b322f8d0d..f4b3631ae5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ node("local") { def version = readFile "${env.WORKSPACE}/version.txt" def controllerImage = "${dockerRegistry}/hopsworks/rss-controller:${version.trim()}" def webhookImage = "${dockerRegistry}/hopsworks/rss-webhook:${version.trim()}" - def uniffleVersion = "0.10.1-SNAPSHOT" + def uniffleVersion = "0.10.1" stage('Clone repository') { checkout scm diff --git a/cli/pom.xml b/cli/pom.xml index 195c9c7150..7a0ab7b871 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml 4.0.0 diff --git a/client-mr/core/pom.xml b/client-mr/core/pom.xml index 297891e4d0..cc05bf7ac9 100644 --- a/client-mr/core/pom.xml +++ b/client-mr/core/pom.xml @@ -22,13 +22,13 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml org.apache.uniffle rss-client-mr - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Client (MapReduce) diff --git a/client-mr/hadoop2.8/pom.xml b/client-mr/hadoop2.8/pom.xml index 54d91d156c..ee14bfff19 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.1-SNAPSHOT + 0.10.1 ../../pom.xml hadoop2.8-shim diff --git a/client-mr/hadoop3.2/pom.xml b/client-mr/hadoop3.2/pom.xml index 63d50d5c19..ab4f17e201 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.1-SNAPSHOT + 0.10.1 ../../pom.xml hadoop3.2-shim diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml index 5e9e7f155b..d1c6d99630 100644 --- a/client-spark/common/pom.xml +++ b/client-spark/common/pom.xml @@ -24,12 +24,12 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml rss-client-spark-common - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Client (Spark Common) diff --git a/client-spark/extension/pom.xml b/client-spark/extension/pom.xml index eb829d297d..48406719ba 100644 --- a/client-spark/extension/pom.xml +++ b/client-spark/extension/pom.xml @@ -24,12 +24,12 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml rss-client-spark-ui - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Client spark ui diff --git a/client-spark/spark2-shaded/pom.xml b/client-spark/spark2-shaded/pom.xml index 641ceee882..cf351463ef 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.1-SNAPSHOT + 0.10.1 ../../pom.xml diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml index 63264e7c9f..c0746ef424 100644 --- a/client-spark/spark2/pom.xml +++ b/client-spark/spark2/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml diff --git a/client-spark/spark3-shaded/pom.xml b/client-spark/spark3-shaded/pom.xml index 979f4578a4..b09922552b 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.1-SNAPSHOT + 0.10.1 ../../pom.xml diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml index aa2855e198..d1663f4140 100644 --- a/client-spark/spark3/pom.xml +++ b/client-spark/spark3/pom.xml @@ -23,7 +23,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml diff --git a/client-tez/pom.xml b/client-tez/pom.xml index 35d52ae933..9adde1ab4a 100644 --- a/client-tez/pom.xml +++ b/client-tez/pom.xml @@ -23,13 +23,13 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml org.apache.uniffle rss-client-tez - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Client (Tez) diff --git a/client/pom.xml b/client/pom.xml index bb2dbcee63..b4a712c78b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -23,12 +23,12 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 org.apache.uniffle rss-client - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Client diff --git a/common/pom.xml b/common/pom.xml index 93c04b8660..3eb75c2c00 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -21,7 +21,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml diff --git a/coordinator/pom.xml b/coordinator/pom.xml index def499122f..cabdf769ea 100644 --- a/coordinator/pom.xml +++ b/coordinator/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 39845653b5..a81363a03d 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -21,7 +21,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 dashboard diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml index 8c0bb2b530..0eba4aa451 100644 --- a/deploy/kubernetes/pom.xml +++ b/deploy/kubernetes/pom.xml @@ -21,7 +21,7 @@ org.apache.uniffle uniffle-parent - + ../../pom.xml diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml index 8e94cf5d7c..e1a93d12ce 100644 --- a/integration-test/common/pom.xml +++ b/integration-test/common/pom.xml @@ -23,13 +23,13 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml org.apache.uniffle rss-integration-common-test - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Integration Test (Common) diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml index 4138fbb2af..6fa8aea2a8 100644 --- a/integration-test/mr/pom.xml +++ b/integration-test/mr/pom.xml @@ -21,14 +21,14 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-mr-test - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Integration Test (MapReduce) diff --git a/integration-test/spark-common/pom.xml b/integration-test/spark-common/pom.xml index bc806462d9..502ac0b2b5 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.1-SNAPSHOT + 0.10.1 ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-spark-common-test - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Integration Test (Spark Common) diff --git a/integration-test/spark2/pom.xml b/integration-test/spark2/pom.xml index 76bf6a199a..6aee9e2f7c 100644 --- a/integration-test/spark2/pom.xml +++ b/integration-test/spark2/pom.xml @@ -22,7 +22,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml 4.0.0 diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml index d555d7ce6b..8edbf0326f 100644 --- a/integration-test/spark3/pom.xml +++ b/integration-test/spark3/pom.xml @@ -22,7 +22,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml 4.0.0 diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml index 4e682e7443..8922b1e3ed 100644 --- a/integration-test/tez/pom.xml +++ b/integration-test/tez/pom.xml @@ -21,14 +21,14 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml 4.0.0 org.apache.uniffle rss-integration-tez-test - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Integration Test (Tez) diff --git a/internal-client/pom.xml b/internal-client/pom.xml index 8e924c9f94..a24606e303 100644 --- a/internal-client/pom.xml +++ b/internal-client/pom.xml @@ -23,12 +23,12 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 org.apache.uniffle rss-internal-client - 0.10.1-SNAPSHOT + 0.10.1 jar Apache Uniffle Internal Client diff --git a/pom.xml b/pom.xml index afb4c29777..3b0548bf38 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 pom Apache Uniffle A high performance, general purpose Remote Shuffle Service. diff --git a/proto/pom.xml b/proto/pom.xml index e19cb73ab6..9a00dc3aad 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -21,7 +21,7 @@ uniffle-parent org.apache.uniffle - 0.10.1-SNAPSHOT + 0.10.1 rss-proto diff --git a/server-common/pom.xml b/server-common/pom.xml index a81d0c308d..a3dc5464f3 100644 --- a/server-common/pom.xml +++ b/server-common/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml diff --git a/server/pom.xml b/server/pom.xml index 164a8a78a1..189feb5978 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 777d71e475..b2e37b5086 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -23,7 +23,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../pom.xml diff --git a/tools/client-simulation-yarn/pom.xml b/tools/client-simulation-yarn/pom.xml index b5a62f2ae4..ca2c6cb7e4 100644 --- a/tools/client-simulation-yarn/pom.xml +++ b/tools/client-simulation-yarn/pom.xml @@ -21,7 +21,7 @@ org.apache.uniffle uniffle-parent - 0.10.1-SNAPSHOT + 0.10.1 ../../pom.xml diff --git a/version.txt b/version.txt index 66759d058b..71172b43ae 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.1-SNAPSHOT \ No newline at end of file +0.10.1 \ No newline at end of file