This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to tag v4.0.4-rc1 in repository https://gitbox.apache.org/repos/asf/spark.git
commit c7d67e3f5d4c9d88a480367b44fc54d26adf99ab Author: Holden Karau <[email protected]> AuthorDate: Sun Jul 12 04:33:31 2026 +0000 Preparing Spark release v4.0.4-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 455541ba6c64..10c7ac342288 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index 07ca32d2d4b4..43154fcd7568 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index e61459628ac1..82d99bbe8f3b 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index 5dea5d21fa5c..57774b8faa9e 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 9abd231277b2..b442ab949ed6 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index bea31618080d..44d9bd6ced2f 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index f05eac50670b..8c604c40e897 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index a0758f9020e3..c04b4c36ab22 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/utils/pom.xml b/common/utils/pom.xml index 68f8c545b5cb..43c7b55aacf9 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/variant/pom.xml b/common/variant/pom.xml index 8df90410ca03..ace48c72fa2e 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index d468c9b69e40..c70ade19719b 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index b551ca35d937..1ae31314ee9f 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.4-SNAPSHOT</version> + <version>4.0.4</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 d3a12de92f90..0a873b094dde 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.4-SNAPSHOT</version> + <version>4.0.4</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 f4379a494c38..5ffec53ed6ca 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.4-SNAPSHOT</version> + <version>4.0.4</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 34ec6282f7bd..625be4ea0a4d 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index 7d32ee67e215..678935f5886e 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index fbb20ee93a12..78e064deb317 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index dbd0fd131993..9f84860c7efa 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/profiler/pom.xml b/connector/profiler/pom.xml index 8fe2b6d23cfe..765322e654d8 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index 3987c4b724b1..40ed9efb2cae 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index 8734d6c8698a..d2bbdad167be 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 77263584a2a3..94a6546db252 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index 2e5244370ea2..34274b6e02b8 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.4-SNAPSHOT +SPARK_VERSION: 4.0.4 SPARK_VERSION_SHORT: 4.0.4 SCALA_BINARY_VERSION: "2.13" SCALA_VERSION: "2.13.16" diff --git a/examples/pom.xml b/examples/pom.xml index 364a4a68c05a..b8bb93b65cb2 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index 1bfda6c53908..0ee5c137ecf3 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index c6a2f35f021e..e46f240f892d 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index 9fda32cca29a..b8fafa7d0d25 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index f0a185adc49c..4da195f251c2 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index 96cecea8dba3..0c33d26b822a 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 780799a8ebd1..046f357ff798 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.4-SNAPSHOT</version> + <version>4.0.4</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 05c7dc379313..90eff69003ad 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.4.dev0" +__version__: str = "4.0.4" diff --git a/repl/pom.xml b/repl/pom.xml index 75f186d18016..f97c6550ec8e 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index ed0cc66d82ef..87c1ab88fe54 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.4-SNAPSHOT</version> + <version>4.0.4</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 bbc78cdd620a..50be52bdb01f 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 7dff4ccd73d5..456654d8c595 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/api/pom.xml b/sql/api/pom.xml index ddbdd9a51675..d2a57d705e84 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 292022ce4bee..52f0d0fa2cc8 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml index 4ce29534db1b..8da51b1986b8 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/common/pom.xml b/sql/connect/common/pom.xml index 728877562518..c3eb22fec553 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/server/pom.xml b/sql/connect/server/pom.xml index eb4f741091b3..5d7e61a98a19 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/connect/shims/pom.xml b/sql/connect/shims/pom.xml index 82cf0e12d00f..95d8427d35fc 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index abc0c18312fe..b7b87c013e02 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 7551a020a6dc..7d68cd8bbcbc 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index c354055a898d..33fb5f04750c 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 9b83ea115769..b55bafc04ef2 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index 6934fa8cef04..c353ffe847a6 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.4-SNAPSHOT</version> + <version>4.0.4</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
