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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 53c1c682acd [SPARK-42352][BUILD] Upgrade maven to 3.8.7
53c1c682acd is described below

commit 53c1c682acd619c6b3a4beeea53766dda08c7350
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Wed Feb 8 09:17:51 2023 +0900

    [SPARK-42352][BUILD] Upgrade maven to 3.8.7
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade Maven to 3.8.7 from 3.8.6.
    
    ### Why are the changes needed?
    The release notes and as follows:
    
    - https://maven.apache.org/docs/3.8.7/release-notes.html
    - https://github.com/apache/maven/releases/tag/maven-3.8.7
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    - Pass GitHub Actions
    - Manual test :
    
    run `build/mvn -version` wll trigger download 
`apache-maven-3.8.7-bin.tar.gz`
    
    ```
    exec: curl --silent --show-error -L 
https://www.apache.org/dyn/closer.lua/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz?action=download
    ```
    
    run `./dev/test-dependencies.sh --replace-manifest`  doesn't generate git 
diff
    
    Closes #39896 from LuciferYang/mvn-387.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 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 a369e9285a0..7f4f027c820 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.6"
+# $mavenVer = "3.8.7"
 # 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 9b115f1ad91..49359fedee9 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.6 and Java 8.
+Building Spark using Maven requires Maven 3.8.7 and Java 8.
 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 7f76a278303..2cd24d441e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,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.6</maven.version>
+    <maven.version>3.8.7</maven.version>
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
     <sbt.project.name>spark</sbt.project.name>
     <slf4j.version>2.0.6</slf4j.version>


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

Reply via email to