This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new e6fb273a0d Update README.md - at least Maven 3.9.0 should be used for
build
e6fb273a0d is described below
commit e6fb273a0d3bf70fb1e6e04772aea86015c528e3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 12 23:16:07 2026 +0100
Update README.md - at least Maven 3.9.0 should be used for build
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 59a179da90..994441b24a 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,7 @@ Apache Maven
[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
- [master](https://github.com/apache/maven) = 4.1.x
-[
- ][build]
+[][build]
[][gh-build]
- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x):
@@ -76,7 +75,7 @@ Quick Build
-------
If you want to bootstrap Maven, you'll need:
- Java 17+
-- Maven 3.6.3 or later
+- Maven 3.9.0 or later
- Run Maven, specifying a location into which the completed Maven distro
should be installed:
```
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.1.x-SNAPSHOT"
clean package