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 f1acf948c22a [SPARK-55889][DOCS][FOLLOWUP] Update `building-spark.md`
with Maven 3.9.13
f1acf948c22a is described below
commit f1acf948c22a70c519183b6d1df0ae45c9897914
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Mar 11 13:41:35 2026 +0900
[SPARK-55889][DOCS][FOLLOWUP] Update `building-spark.md` with Maven 3.9.13
### What changes were proposed in this pull request?
This PR aims to update `building-spark.md` with Maven 3.9.13.
This is a follow-up of the following.
- #54690
### Why are the changes needed?
To match with the Maven version in `pom.xml`.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54752 from dongjoon-hyun/SPARK-55889-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
docs/building-spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 1e7c28a273e8..5689d21e1ff9 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.12 and Java 17/21.
+Building Spark using Maven requires Maven 3.9.13 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]