This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git
commit 61a90e561d3512b39df79d744912fc951c5a0d3d Author: Kent Yao <[email protected]> AuthorDate: Thu Jul 25 09:06:38 2024 +0000 Preparing development version 3.5.3-SNAPSHOT --- 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 89bee06852be..ea3d7d2a63ca 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: SparkR Type: Package -Version: 3.5.2 +Version: 3.5.3 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 da05ae8eba11..ed09ea1725da 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index e7e172fa7a13..12b57da00234 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 80f09efb0048..e6e0a2660b45 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index 33769c5c718b..c39d849494e9 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index dfa0da4bd1d2..1c0173d35139 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 101730cf6673..58ec4e57e515 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index 158a5a14cac0..5512ed8012ae 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 9b918826c7b4..159064b0444c 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/utils/pom.xml b/common/utils/pom.xml index f6d8ceb42673..d31f3ea7b1ac 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index de4196fc7327..b15c6dd36ba7 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/connect/client/jvm/pom.xml b/connector/connect/client/jvm/pom.xml index 4aa353992d5c..317e663af153 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/common/pom.xml b/connector/connect/common/pom.xml index 669de24b8c13..6f3d683d9cb1 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/server/pom.xml b/connector/connect/server/pom.xml index d02193fc28bd..60c807b16969 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index f5132e5c8ae6..81c0826bdd18 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.2</version> + <version>3.5.3-SNAPSHOT</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 97de1b9f4793..f16f47db1887 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.2</version> + <version>3.5.3-SNAPSHOT</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 ce6646241db4..8348a32b2e23 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.2</version> + <version>3.5.3-SNAPSHOT</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 197a3b3df584..8db62e2020e3 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index 4f7c4e80466f..1d076d4d62f1 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index 33b412061e35..c5ba0abd803d 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index 2ab75e151c98..3ba3ce45a726 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index 9526226882e7..a6cc9248f17a 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index 221dc8d9961c..034f45fc2af8 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 2e7f729ca216..a326e41b8e23 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index 03c391eaad7d..b7abf37080d8 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.2 -SPARK_VERSION_SHORT: 3.5.2 +SPARK_VERSION: 3.5.3-SNAPSHOT +SPARK_VERSION_SHORT: 3.5.3 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.2"] + 'facetFilters': ["version:3.5.3"] }, debug: false // Set debug to true if you want to inspect the dropdown }); diff --git a/examples/pom.xml b/examples/pom.xml index 3b7b63dd68da..6648ec2cc7cb 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index cacb8684e99e..22a8b916c4b1 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 5a4130b8f218..fca45d2df0c3 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index c9b3bbc28427..75c85d66a935 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index 0ae3e7eed092..4e00a7b2dc9b 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index 9d0999af741e..b9e6e4058346 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index c609f0daa3fb..57bae938891d 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.2</version> + <version>3.5.3-SNAPSHOT</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 6756acf03366..c779e9442f6b 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.2" +__version__: str = "3.5.3.dev0" diff --git a/repl/pom.xml b/repl/pom.xml index 338a9779e920..e8c2436f109c 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index 1cb35dd8ef7f..e1ad633dff2f 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.2</version> + <version>3.5.3-SNAPSHOT</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 74c075386707..91fc5a94fa74 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index da43510900d7..d5d0c0125fce 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 862acd8affb8..2d6f7f87247c 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/api/pom.xml b/sql/api/pom.xml index 1011a6239c2f..818cb24cac80 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index aa6bc4add957..89cc3b9560a7 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 2a1f09ed75e7..199597a36349 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 8cf30e4e1917..1e4ad6f45637 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 494fa6522ee4..ea65b59390c8 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 72abd933503f..6601c459741f 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index dfb594060e34..3f7721c9bcff 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.2</version> + <version>3.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
