This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 1ee3f4e6bd79 [SPARK-43394][BUILD] Upgrade maven to 3.8.8 1ee3f4e6bd79 is described below commit 1ee3f4e6bd7974c238556c538e90dda10dc2e2b7 Author: Cheng Pan <cheng...@apache.org> AuthorDate: Sun May 7 08:24:12 2023 -0500 [SPARK-43394][BUILD] Upgrade maven to 3.8.8 Upgrade Maven from 3.8.7 to 3.8.8. Maven 3.8.8 is the latest patched version of 3.8.x https://maven.apache.org/docs/3.8.8/release-notes.html No Pass GA. Closes #41073 from pan3793/SPARK-43394. Authored-by: Cheng Pan <cheng...@apache.org> Signed-off-by: Sean Owen <sro...@gmail.com> (cherry picked from commit 04ef3d5d0f2bfebce8dd3b48b9861a2aa5ba1c3a) 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 a369e9285a0f..88090149f5c0 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.8" # 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 be1c9062c5e2..5704da9cec85 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.8 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 3c8d0260c4a8..282a46910902 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.8</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