This is an automated email from the ASF dual-hosted git repository. khmarbaise 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 c613d7ab4b Upgrade Build Requirements + Minimum JDK11 + Minimum Maven 3.6.3 c613d7ab4b is described below commit c613d7ab4bbe2d74bc30d7ed09df864f48226504 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Mon Nov 13 15:03:09 2023 +0100 Upgrade Build Requirements + Minimum JDK11 + Minimum Maven 3.6.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b88ec9ade1..1cf5bc8c75 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Do you like Apache Maven? Then [donate back to the ASF](https://www.apache.org/f Quick Build ------- If you want to bootstrap Maven, you'll need: -- Java 8+ -- Maven 3.2.5 or later +- Java 11+ +- 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