This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to tag v3.5.2-rc2 in repository https://gitbox.apache.org/repos/asf/spark.git
commit 6d8f511430881fa7a3203405260da174df424103 Author: Kent Yao <y...@apache.org> AuthorDate: Mon Jul 22 02:28:35 2024 +0000 Preparing Spark release v3.5.2-rc2 --- R/pkg/DESCRIPTION | 2 +- assembly/pom.xml | 2 +- common/kvstore/pom.xml | 2 +- common/network-common/pom.xml | 2 +- common/network-shuffle/pom.xml | 2 +- common/network-yarn/pom.xml | 2 +- common/sketch/pom.xml | 2 +- common/tags/pom.xml | 2 +- common/unsafe/pom.xml | 2 +- common/utils/pom.xml | 2 +- connector/avro/pom.xml | 2 +- connector/connect/client/jvm/pom.xml | 2 +- connector/connect/common/pom.xml | 2 +- connector/connect/server/pom.xml | 2 +- connector/docker-integration-tests/pom.xml | 2 +- connector/kafka-0-10-assembly/pom.xml | 2 +- connector/kafka-0-10-sql/pom.xml | 2 +- connector/kafka-0-10-token-provider/pom.xml | 2 +- connector/kafka-0-10/pom.xml | 2 +- connector/kinesis-asl-assembly/pom.xml | 2 +- connector/kinesis-asl/pom.xml | 2 +- connector/protobuf/pom.xml | 2 +- connector/spark-ganglia-lgpl/pom.xml | 2 +- core/pom.xml | 2 +- docs/_config.yml | 6 +++--- examples/pom.xml | 2 +- graphx/pom.xml | 2 +- hadoop-cloud/pom.xml | 2 +- launcher/pom.xml | 2 +- mllib-local/pom.xml | 2 +- mllib/pom.xml | 2 +- pom.xml | 2 +- python/pyspark/version.py | 2 +- repl/pom.xml | 2 +- resource-managers/kubernetes/core/pom.xml | 2 +- resource-managers/kubernetes/integration-tests/pom.xml | 2 +- resource-managers/mesos/pom.xml | 2 +- resource-managers/yarn/pom.xml | 2 +- sql/api/pom.xml | 2 +- sql/catalyst/pom.xml | 2 +- sql/core/pom.xml | 2 +- sql/hive-thriftserver/pom.xml | 2 +- sql/hive/pom.xml | 2 +- streaming/pom.xml | 2 +- tools/pom.xml | 2 +- 45 files changed, 47 insertions(+), 47 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index ea3d7d2a63ca..89bee06852be 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: SparkR Type: Package -Version: 3.5.3 +Version: 3.5.2 Title: R Front End for 'Apache Spark' Description: Provides an R Front end for 'Apache Spark' <https://spark.apache.org>. Authors@R: diff --git a/assembly/pom.xml b/assembly/pom.xml index ed09ea1725da..da05ae8eba11 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index 12b57da00234..e7e172fa7a13 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index e6e0a2660b45..80f09efb0048 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index c39d849494e9..33769c5c718b 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 1c0173d35139..dfa0da4bd1d2 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 58ec4e57e515..101730cf6673 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index 5512ed8012ae..158a5a14cac0 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 159064b0444c..9b918826c7b4 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/utils/pom.xml b/common/utils/pom.xml index d31f3ea7b1ac..f6d8ceb42673 100644 --- a/common/utils/pom.xml +++ b/common/utils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index b15c6dd36ba7..de4196fc7327 100644 --- a/connector/avro/pom.xml +++ b/connector/avro/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/connect/client/jvm/pom.xml b/connector/connect/client/jvm/pom.xml index 317e663af153..4aa353992d5c 100644 --- a/connector/connect/client/jvm/pom.xml +++ b/connector/connect/client/jvm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/common/pom.xml b/connector/connect/common/pom.xml index 6f3d683d9cb1..669de24b8c13 100644 --- a/connector/connect/common/pom.xml +++ b/connector/connect/common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/server/pom.xml b/connector/connect/server/pom.xml index 60c807b16969..d02193fc28bd 100644 --- a/connector/connect/server/pom.xml +++ b/connector/connect/server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index 81c0826bdd18..f5132e5c8ae6 100644 --- a/connector/docker-integration-tests/pom.xml +++ b/connector/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-assembly/pom.xml b/connector/kafka-0-10-assembly/pom.xml index f16f47db1887..97de1b9f4793 100644 --- a/connector/kafka-0-10-assembly/pom.xml +++ b/connector/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-sql/pom.xml b/connector/kafka-0-10-sql/pom.xml index 8348a32b2e23..ce6646241db4 100644 --- a/connector/kafka-0-10-sql/pom.xml +++ b/connector/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-token-provider/pom.xml b/connector/kafka-0-10-token-provider/pom.xml index 8db62e2020e3..197a3b3df584 100644 --- a/connector/kafka-0-10-token-provider/pom.xml +++ b/connector/kafka-0-10-token-provider/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index 1d076d4d62f1..4f7c4e80466f 100644 --- a/connector/kafka-0-10/pom.xml +++ b/connector/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index c5ba0abd803d..33b412061e35 100644 --- a/connector/kinesis-asl-assembly/pom.xml +++ b/connector/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index 3ba3ce45a726..2ab75e151c98 100644 --- a/connector/kinesis-asl/pom.xml +++ b/connector/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index a6cc9248f17a..9526226882e7 100644 --- a/connector/protobuf/pom.xml +++ b/connector/protobuf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index 034f45fc2af8..221dc8d9961c 100644 --- a/connector/spark-ganglia-lgpl/pom.xml +++ b/connector/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index a326e41b8e23..2e7f729ca216 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index b7abf37080d8..03c391eaad7d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,8 +19,8 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 3.5.3-SNAPSHOT -SPARK_VERSION_SHORT: 3.5.3 +SPARK_VERSION: 3.5.2 +SPARK_VERSION_SHORT: 3.5.2 SCALA_BINARY_VERSION: "2.12" SCALA_VERSION: "2.12.18" MESOS_VERSION: 1.0.0 @@ -40,7 +40,7 @@ DOCSEARCH_SCRIPT: | inputSelector: '#docsearch-input', enhancedSearchInput: true, algoliaOptions: { - 'facetFilters': ["version:3.5.3"] + 'facetFilters': ["version:3.5.2"] }, debug: false // Set debug to true if you want to inspect the dropdown }); diff --git a/examples/pom.xml b/examples/pom.xml index 6648ec2cc7cb..3b7b63dd68da 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index 22a8b916c4b1..cacb8684e99e 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index fca45d2df0c3..5a4130b8f218 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index 75c85d66a935..c9b3bbc28427 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index 4e00a7b2dc9b..0ae3e7eed092 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index b9e6e4058346..9d0999af741e 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 57bae938891d..c609f0daa3fb 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <packaging>pom</packaging> <name>Spark Project Parent POM</name> <url>https://spark.apache.org/</url> diff --git a/python/pyspark/version.py b/python/pyspark/version.py index c779e9442f6b..6756acf03366 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__: str = "3.5.3.dev0" +__version__: str = "3.5.2" diff --git a/repl/pom.xml b/repl/pom.xml index e8c2436f109c..338a9779e920 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index e1ad633dff2f..1cb35dd8ef7f 100644 --- a/resource-managers/kubernetes/core/pom.xml +++ b/resource-managers/kubernetes/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index 91fc5a94fa74..74c075386707 100644 --- a/resource-managers/kubernetes/integration-tests/pom.xml +++ b/resource-managers/kubernetes/integration-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index d5d0c0125fce..da43510900d7 100644 --- a/resource-managers/mesos/pom.xml +++ b/resource-managers/mesos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 2d6f7f87247c..862acd8affb8 100644 --- a/resource-managers/yarn/pom.xml +++ b/resource-managers/yarn/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/api/pom.xml b/sql/api/pom.xml index 818cb24cac80..1011a6239c2f 100644 --- a/sql/api/pom.xml +++ b/sql/api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 89cc3b9560a7..aa6bc4add957 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 199597a36349..2a1f09ed75e7 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 1e4ad6f45637..8cf30e4e1917 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index ea65b59390c8..494fa6522ee4 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 6601c459741f..72abd933503f 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index 3f7721c9bcff..dfb594060e34 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.2</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org