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 7284bd6 Updated README.md 7284bd6 is described below commit 7284bd6e9d808af94b07d430fa445268a0407751 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Dec 8 21:06:02 2019 +0100 Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c77dab..579ee2b 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ License Quick Build ------- If you want to bootstrap Maven, you'll need: -- Java 1.7+ +- Java 1.8+ - Maven 3.0.5 or later - Run Maven, specifying a location into which the completed Maven distro should be installed: ``` -mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.6.x-SNAPSHOT" clean package +mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean package ```