This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to tag v4.0.2-rc1 in repository https://gitbox.apache.org/repos/asf/spark.git
commit 7cc3b9bcdaab8c923f23cdbc9ce922530e1becf1 Author: dongjoon-hyun <[email protected]> AuthorDate: Mon Feb 2 08:05:23 2026 +0000 Preparing Spark release v4.0.2-rc1 --- 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 +- common/variant/pom.xml | 2 +- connector/avro/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/profiler/pom.xml | 2 +- connector/protobuf/pom.xml | 2 +- connector/spark-ganglia-lgpl/pom.xml | 2 +- core/pom.xml | 2 +- docs/_config.yml | 2 +- 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/yarn/pom.xml | 2 +- sql/api/pom.xml | 2 +- sql/catalyst/pom.xml | 2 +- sql/connect/client/jvm/pom.xml | 2 +- sql/connect/common/pom.xml | 2 +- sql/connect/server/pom.xml | 2 +- sql/connect/shims/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 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 7674bfae4c34..340882d073ec 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index d64bc2b1761d..8955ea71471c 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 0a37e43517a2..f9c209a384d4 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index 6752ce74f363..645655a3c233 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 93eda0c26f09..2f71d77e26e9 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index f83e4c6e2a7d..bd75001499a2 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index c1402cfecd8e..03e9ca1aff91 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 223e44ee375e..348a9d6d0100 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/utils/pom.xml b/common/utils/pom.xml index b71892a27965..385258a40ce2 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/variant/pom.xml b/common/variant/pom.xml index bd24e1de6661..0093aa24669c 100644 --- a/common/variant/pom.xml +++ b/common/variant/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index cffbc674e648..a98223123a74 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index a3c38afba754..966c7efdee72 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.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 798a5496cf9f..267ff9a2b9a0 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.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 5c18e8d02a2d..14a7a193bba6 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.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 7cc4982ec521..55af11ff48c7 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index 2942c1c4beb3..a6e9c10c09ab 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index 1e8e63cc0c0e..88fcaf1735b1 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index 1b2986681956..b75b7af09612 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/profiler/pom.xml b/connector/profiler/pom.xml index dbf256172ee9..e30459b0811f 100644 --- a/connector/profiler/pom.xml +++ b/connector/profiler/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index d4dc2ca4f653..2351b408f504 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index b669f94b5ff5..a351f5ec7795 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index c229c64e1d74..0e4528af21fd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index 8985944b7f1a..d675709f8733 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala. -SPARK_VERSION: 4.0.2-SNAPSHOT +SPARK_VERSION: 4.0.2 SPARK_VERSION_SHORT: 4.0.2 SCALA_BINARY_VERSION: "2.13" SCALA_VERSION: "2.13.16" diff --git a/examples/pom.xml b/examples/pom.xml index b5abc1b57e23..e07a40f1396e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index e6f72ca53ef4..51c0566396e2 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 125bb021164b..c2ed4446452e 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index 8fed63da01fa..e173098b98ba 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index a77981eddb11..bc4f4ce4b55a 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index f7e72135bd7a..eb98490b420b 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index b9582b30366d..252cfdf90735 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.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 1cd1dcb00320..584a2440e441 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 = "4.0.2.dev0" +__version__: str = "4.0.2" diff --git a/repl/pom.xml b/repl/pom.xml index 3eccbd55996f..81e75c6cd577 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index 7d07a4b924b7..ce4ab181c72f 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.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 8d2236279115..4cab4c8091fe 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 223254ffd04f..bfb6afcf390a 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/api/pom.xml b/sql/api/pom.xml index 37d4f6f8919f..144977e06ff2 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index d865b84f5765..cddab1379f2a 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml index 0b1baf2f2b96..9a6df0a3e18e 100644 --- a/sql/connect/client/jvm/pom.xml +++ b/sql/connect/client/jvm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/common/pom.xml b/sql/connect/common/pom.xml index 5b7869bed776..20cd13f60d98 100644 --- a/sql/connect/common/pom.xml +++ b/sql/connect/common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/server/pom.xml b/sql/connect/server/pom.xml index e93d3c2a4926..67b2389cd52f 100644 --- a/sql/connect/server/pom.xml +++ b/sql/connect/server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/shims/pom.xml b/sql/connect/shims/pom.xml index 37e6ef3302a0..2c84cf5e1f7d 100644 --- a/sql/connect/shims/pom.xml +++ b/sql/connect/shims/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index dbb6c8d85376..2cb855a94516 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index b79286afffa5..4a27c0fcbb16 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 342486f345e6..9aae35cff8f0 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.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index b77e86de10fa..5a2a12f90346 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index cafc596e6f67..7435421430c2 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.13</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
