This is an automated email from the ASF dual-hosted git repository.
hboutemy 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 a5b2cb421d add maintained branches
a5b2cb421d is described below
commit a5b2cb421df23dbe5761670004f97767307a1d73
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Nov 16 14:09:17 2025 +0100
add maintained branches
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6539037982..022bf567e0 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,12 @@ Apache Maven
============
[][license]
-[](https://search.maven.org/artifact/org.apache.maven/apache-maven)
-[](https://search.maven.org/artifact/org.apache.maven/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: [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
[][build]
[][test-results]
+- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x): [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
+- [3.9.x](https://github.com/apache/maven/tree/maven-3.9.x): [](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
Apache Maven is a software project management and comprehension tool. Based on
@@ -69,7 +70,7 @@ If you want to bootstrap Maven, you'll need:
- Maven 3.6.3 or later
- Run Maven, specifying a location into which the completed Maven distro
should be installed:
```
- mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.0.x-SNAPSHOT"
clean package
+ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.1.x-SNAPSHOT"
clean package
```