This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new d54f24cf3c3d [SPARK-46335][BUILD][3.5] Upgrade Maven to 3.9.6
d54f24cf3c3d is described below

commit d54f24cf3c3dc8107fc143d47f7c61edb3ebdc32
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Apr 15 20:39:32 2024 -0700

    [SPARK-46335][BUILD][3.5] Upgrade Maven to 3.9.6
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Apache Maven` to 3.9.6 for Apache Spark 3.5.2+
    
    This is a backport of the following PR. `Apache Maven 3.9.6` has been used 
over 4 months in `master` branch.
    - #44267
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes,
    
    - https://maven.apache.org/docs/3.9.0/release-notes.html
    - https://maven.apache.org/docs/3.9.1/release-notes.html
    - https://maven.apache.org/docs/3.9.2/release-notes.html
    - https://maven.apache.org/docs/3.9.3/release-notes.html
    - https://maven.apache.org/docs/3.9.5/release-notes.html
    - https://maven.apache.org/docs/3.9.6/release-notes.html
    
    ### Does this PR introduce _any_ user-facing change?
    
    No because this is a build time change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46069 from dongjoon-hyun/SPARK-46335.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/appveyor-install-dependencies.ps1 | 2 +-
 docs/building-spark.md                | 2 +-
 pom.xml                               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/appveyor-install-dependencies.ps1 
b/dev/appveyor-install-dependencies.ps1
index 3737382eb86e..792a9aa4e979 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -81,7 +81,7 @@ if (!(Test-Path $tools)) {
 # ========================== Maven
 # Push-Location $tools
 #
-# $mavenVer = "3.8.8"
+# $mavenVer = "3.9.6"
 # Start-FileDownload 
"https://archive.apache.org/dist/maven/maven-3/$mavenVer/binaries/apache-maven-$mavenVer-bin.zip";
 "maven.zip"
 #
 # # extract
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 33d253a49dbf..4f626b4ff58c 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -27,7 +27,7 @@ license: |
 ## Apache Maven
 
 The Maven-based build is the build of reference for Apache Spark.
-Building Spark using Maven requires Maven 3.8.8 and Java 8/11/17.
+Building Spark using Maven requires Maven 3.9.6 and Java 8/11/17.
 Spark requires Scala 2.12/2.13; support for Scala 2.11 was removed in Spark 
3.0.0.
 
 ### Setting up Maven's Memory Usage
diff --git a/pom.xml b/pom.xml
index 34cbefbeb3f7..6bb764e0c28c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <java.version>1.8</java.version>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
-    <maven.version>3.8.8</maven.version>
+    <maven.version>3.9.6</maven.version>
     <exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
     <asm.version>9.5</asm.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to