From 4000f6697678f08f773c0187ff114b9ba131df86 Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Tue, 4 Aug 2026 11:39:34 +0900 Subject: [PATCH] [SPARK-58534][BUILD] Change version in branch-4.x to 4.4.0 Change version in `branch-4.x` to 4.4.0 (`4.3.0-SNAPSHOT` -> `4.4.0-SNAPSHOT`) now that `branch-4.3` has been cut for the 4.3.0 release. Mirrors SPARK-57443, which bumped `branch-4.x` to 4.3.0 after `branch-4.2` was cut: the project/parent version across all `pom.xml` files, plus `python/pyspark/version.py`, `R/pkg/DESCRIPTION`, `docs/_config.yml`, `resource-managers/kubernetes/integration-tests/README.md`, and a new `v44excludes` section in `project/MimaExcludes.scala`. Co-authored-by: Isaac --- R/pkg/DESCRIPTION | 2 +- assembly/pom.xml | 2 +- common/config/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-java/pom.xml | 2 +- common/utils/pom.xml | 2 +- common/variant/pom.xml | 2 +- connector/avro/pom.xml | 2 +- connector/credential-aws/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 | 4 ++-- 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 +- project/MimaExcludes.scala | 4 ++++ python/pyspark/version.py | 2 +- repl/pom.xml | 2 +- resource-managers/kubernetes/core/pom.xml | 2 +- resource-managers/kubernetes/integration-tests/README.md | 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/jdbc/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 +- sql/pipelines/pom.xml | 2 +- streaming/pom.xml | 2 +- tools/pom.xml | 2 +- udf/worker/core/pom.xml | 2 +- udf/worker/grpc/pom.xml | 2 +- udf/worker/proto/pom.xml | 2 +- 57 files changed, 61 insertions(+), 57 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 052bb3b330ed0..0ccd5e5571a94 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: SparkR Type: Package -Version: 4.3.0 +Version: 4.4.0 Title: R Front End for 'Apache Spark' Description: Provides an R Front end for 'Apache Spark' . Authors@R: diff --git a/assembly/pom.xml b/assembly/pom.xml index d5e88084c3ad2..27d733de99cbb 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/common/config/pom.xml b/common/config/pom.xml index b5812e7d27190..fd56d45170d59 100644 --- a/common/config/pom.xml +++ b/common/config/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index 3cb2646c2c0a0..0c00385df52af 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 6d545f37e8517..5dd946a41eb74 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index 464a2435ff66f..dd2dc1e19218b 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 16b3e05dea74d..2e70f78f7c062 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 85c98f87202d6..e67110b123e0c 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/tags/pom.xml b/common/tags/pom.xml index e4ec50fc07849..22e205def8177 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index de55dafd61c27..86800de44fb6a 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/utils-java/pom.xml b/common/utils-java/pom.xml index 9eb6e8fd0ed7d..05300613d1af0 100644 --- a/common/utils-java/pom.xml +++ b/common/utils-java/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/utils/pom.xml b/common/utils/pom.xml index 09ea31e5ad560..a1df8b7d2dbb6 100644 --- a/common/utils/pom.xml +++ b/common/utils/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/common/variant/pom.xml b/common/variant/pom.xml index 43551e39cab10..25e1f4ce9ed39 100644 --- a/common/variant/pom.xml +++ b/common/variant/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index 3c1dd00eb347a..95dccfa6dd798 100644 --- a/connector/avro/pom.xml +++ b/connector/avro/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/credential-aws/pom.xml b/connector/credential-aws/pom.xml index 5da650f308df2..d6b31a4ee16d5 100644 --- a/connector/credential-aws/pom.xml +++ b/connector/credential-aws/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index 7d3f129d2805d..b6bce35f22847 100644 --- a/connector/docker-integration-tests/pom.xml +++ b/connector/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kafka-0-10-assembly/pom.xml b/connector/kafka-0-10-assembly/pom.xml index 4245802bd3ff2..d9ea8b99da594 100644 --- a/connector/kafka-0-10-assembly/pom.xml +++ b/connector/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kafka-0-10-sql/pom.xml b/connector/kafka-0-10-sql/pom.xml index 2bd140bb20583..4e04289421509 100644 --- a/connector/kafka-0-10-sql/pom.xml +++ b/connector/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kafka-0-10-token-provider/pom.xml b/connector/kafka-0-10-token-provider/pom.xml index dc64a80b59bff..163e726ec618c 100644 --- a/connector/kafka-0-10-token-provider/pom.xml +++ b/connector/kafka-0-10-token-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index 1084a021a3d70..73e64d0624e12 100644 --- a/connector/kafka-0-10/pom.xml +++ b/connector/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index a9f3f9240e1e9..f15a75cc92eb9 100644 --- a/connector/kinesis-asl-assembly/pom.xml +++ b/connector/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index a91e5c4c1e788..2b7682e679e7e 100644 --- a/connector/kinesis-asl/pom.xml +++ b/connector/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/profiler/pom.xml b/connector/profiler/pom.xml index 8b5ac1a4ce809..08400635eb232 100644 --- a/connector/profiler/pom.xml +++ b/connector/profiler/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index 2916d885bceca..7af98d26ca43e 100644 --- a/connector/protobuf/pom.xml +++ b/connector/protobuf/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index f39b1d305fe01..01ed002c566ea 100644 --- a/connector/spark-ganglia-lgpl/pom.xml +++ b/connector/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 4e43aeb653ce1..41a63d0710566 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/docs/_config.yml b/docs/_config.yml index f69c4ff6eda8a..2ce0e201eef29 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. -SPARK_VERSION: 4.3.0-SNAPSHOT -SPARK_VERSION_SHORT: 4.3.0 +SPARK_VERSION: 4.4.0-SNAPSHOT +SPARK_VERSION_SHORT: 4.4.0 SCALA_BINARY_VERSION: "2.13" SCALA_VERSION: "2.13.18" SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK diff --git a/examples/pom.xml b/examples/pom.xml index 34c41607181ea..99070e5bf732a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/graphx/pom.xml b/graphx/pom.xml index 8b5b4062012f8..6d9d47500cac8 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 7cc3c02ecf31d..f5e129e9a8737 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/launcher/pom.xml b/launcher/pom.xml index c7b772ab46b4a..5c61bf281ee1b 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index 0640bb3f58382..93e4d6f6dc51e 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/mllib/pom.xml b/mllib/pom.xml index fbb9b797a8843..5926853fe1198 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index d84f5771c8e91..ab47c9d95c1b4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT pom Spark Project Parent POM https://spark.apache.org/ diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala index 43c7f1457d768..7fd569ad3222c 100644 --- a/project/MimaExcludes.scala +++ b/project/MimaExcludes.scala @@ -33,6 +33,9 @@ import com.typesafe.tools.mima.core.* */ object MimaExcludes { + // Exclude rules for 4.4.x from 4.3.0 (add 4.4-specific filters below as needed). + lazy val v44excludes: Seq[Problem => Boolean] = v43excludes + // Exclude rules for 4.3.x from 4.2.0 (add 4.3-specific filters below as needed). lazy val v43excludes: Seq[Problem => Boolean] = v42excludes ++ Seq( // [SPARK-54879] Add exitCode field to ApplicationAttemptInfo @@ -194,6 +197,7 @@ object MimaExcludes { ) def excludes(version: String): Seq[Problem => Boolean] = version match { + case v if v.startsWith("4.4") => v44excludes case v if v.startsWith("4.3") => v43excludes case v if v.startsWith("4.2") => v42excludes case v if v.startsWith("4.1") => v41excludes diff --git a/python/pyspark/version.py b/python/pyspark/version.py index c19fa623cc9e6..acea0980426eb 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.3.0.dev0" +__version__: str = "4.4.0.dev0" diff --git a/repl/pom.xml b/repl/pom.xml index 2177c5607bbae..546efe1b19a0b 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index f533153a9101c..75d14b95fb834 100644 --- a/resource-managers/kubernetes/core/pom.xml +++ b/resource-managers/kubernetes/core/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/resource-managers/kubernetes/integration-tests/README.md b/resource-managers/kubernetes/integration-tests/README.md index 20f4651d8618e..489ae272ff8a5 100644 --- a/resource-managers/kubernetes/integration-tests/README.md +++ b/resource-managers/kubernetes/integration-tests/README.md @@ -155,7 +155,7 @@ properties to Maven. For example: mvn integration-test -am -pl :spark-kubernetes-integration-tests_2.13 \ -Pkubernetes -Pkubernetes-integration-tests \ -Phadoop-3 -Dhadoop.version=3.5.0 \ - -Dspark.kubernetes.test.sparkTgz=spark-4.3.0-SNAPSHOT-bin-example.tgz \ + -Dspark.kubernetes.test.sparkTgz=spark-4.4.0-SNAPSHOT-bin-example.tgz \ -Dspark.kubernetes.test.imageTag=sometag \ -Dspark.kubernetes.test.imageRepo=docker.io/somerepo \ -Dspark.kubernetes.test.namespace=spark-int-tests \ diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index e5a049af927a9..16e4551dd9cc3 100644 --- a/resource-managers/kubernetes/integration-tests/pom.xml +++ b/resource-managers/kubernetes/integration-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 4cbe72eed5acc..e35e7303d5435 100644 --- a/resource-managers/yarn/pom.xml +++ b/resource-managers/yarn/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/api/pom.xml b/sql/api/pom.xml index 67ed2aae56b58..3aed9ab0ff9c9 100644 --- a/sql/api/pom.xml +++ b/sql/api/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index f13a8b817fbe9..9b57db71ee9c3 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/connect/client/jdbc/pom.xml b/sql/connect/client/jdbc/pom.xml index 7dbc82048338d..d4f82ef77c37d 100644 --- a/sql/connect/client/jdbc/pom.xml +++ b/sql/connect/client/jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../../pom.xml diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml index 6e067d3390052..82b1afa665f15 100644 --- a/sql/connect/client/jvm/pom.xml +++ b/sql/connect/client/jvm/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../../pom.xml diff --git a/sql/connect/common/pom.xml b/sql/connect/common/pom.xml index f0312d2fd0c6d..8b54e6401e689 100644 --- a/sql/connect/common/pom.xml +++ b/sql/connect/common/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/sql/connect/server/pom.xml b/sql/connect/server/pom.xml index 399b2617c319c..4b6180524be2d 100644 --- a/sql/connect/server/pom.xml +++ b/sql/connect/server/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/sql/connect/shims/pom.xml b/sql/connect/shims/pom.xml index 5306e4f3d480b..e9b531c4d0c9a 100644 --- a/sql/connect/shims/pom.xml +++ b/sql/connect/shims/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/sql/core/pom.xml b/sql/core/pom.xml index bce2e5e2d929e..791b9c3b723b5 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 9d3a28866e16c..d57b083bfe15e 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index cb01494d00972..a9175bbb990a2 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml diff --git a/sql/pipelines/pom.xml b/sql/pipelines/pom.xml index 012592f121f68..37057c80561a9 100644 --- a/sql/pipelines/pom.xml +++ b/sql/pipelines/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../pom.xml spark-pipelines_2.13 diff --git a/streaming/pom.xml b/streaming/pom.xml index 7753c0baa980f..9744f30dfd6b3 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/tools/pom.xml b/tools/pom.xml index 127dff865b5fc..6ed0daf5e6bc5 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/udf/worker/core/pom.xml b/udf/worker/core/pom.xml index ca008ef5ed996..0f7a2b6ebcd21 100644 --- a/udf/worker/core/pom.xml +++ b/udf/worker/core/pom.xml @@ -24,7 +24,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/udf/worker/grpc/pom.xml b/udf/worker/grpc/pom.xml index c136618a603d7..b58535112fa4e 100644 --- a/udf/worker/grpc/pom.xml +++ b/udf/worker/grpc/pom.xml @@ -24,7 +24,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml diff --git a/udf/worker/proto/pom.xml b/udf/worker/proto/pom.xml index 1ce1e94e0f7a8..ce8afcd19a2bf 100644 --- a/udf/worker/proto/pom.xml +++ b/udf/worker/proto/pom.xml @@ -24,7 +24,7 @@ org.apache.spark spark-parent_2.13 - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT ../../../pom.xml