Skip to content

Commit e6fb273

Browse files
Update README.md - at least Maven 3.9.0 should be used for build
1 parent fb86a41 commit e6fb273

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Apache Maven
2121
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/maven/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
2222

2323
- [master](https://github.com/apache/maven) = 4.1.x
24-
[![Jenkins Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaster%2F)
25-
][build]
24+
[![Jenkins Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaster%2F)][build]
2625
[![Java CI](https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=master)][gh-build]
2726

2827
- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x):
@@ -76,7 +75,7 @@ Quick Build
7675
-------
7776
If you want to bootstrap Maven, you'll need:
7877
- Java 17+
79-
- Maven 3.6.3 or later
78+
- Maven 3.9.0 or later
8079
- Run Maven, specifying a location into which the completed Maven distro should be installed:
8180
```
8281
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.1.x-SNAPSHOT" clean package

0 commit comments

Comments
 (0)