This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 7e8021b6f52 [SPARK-45456][BUILD] Upgrade maven to 3.9.5
7e8021b6f52 is described below
commit 7e8021b6f52cbc50cd3e072972e613159177253f
Author: YangJie <[email protected]>
AuthorDate: Mon Oct 9 13:54:48 2023 -0700
[SPARK-45456][BUILD] Upgrade maven to 3.9.5
### What changes were proposed in this pull request?
This PR aims to upgrade Maven to 3.9.4 from 3.9.5.
### Why are the changes needed?
The full release notes as follows:
- https://maven.apache.org/docs/3.9.5/release-notes.html |
https://github.com/apache/maven/releases/tag/maven-3.9.5
### 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.9.5-bin.tar.gz`
```
exec: curl --silent --show-error -L
https://www.apache.org/dyn/closer.lua/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.tar.gz?action=download
```
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43267 from LuciferYang/SPARK-45456.
Lead-authored-by: YangJie <[email protected]>
Co-authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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 c07405e01e9..f410e8774d9 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.9.4"
+# $mavenVer = "3.9.5"
# 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 95416f1e011..90a520a62a9 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.9.4 and Java 17/21.
+Building Spark using Maven requires Maven 3.9.5 and Java 17/21.
Spark requires Scala 2.13; support for Scala 2.12 was removed in Spark 4.0.0.
### Setting up Maven's Memory Usage
diff --git a/pom.xml b/pom.xml
index a98e1c6fd99..3e43bc04707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <maven.version>3.9.4</maven.version>
+ <maven.version>3.9.5</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: [email protected]
For additional commands, e-mail: [email protected]