Update referenced Maven version to 3.6.0

This commit is contained in:
Andrew Keeton 2019-02-01 12:31:44 -05:00 committed by rfscholte
parent 0b085006e8
commit 83f577cc8c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ For all those *nix operating systems, various shells should work including
* zsh
In terms of Apache Maven versions itself, the wrapper should work with any Maven 3.x version and it defaults to the
latest release - currently 3.5.0. We do NOT plan to support the deprecated, EOL'ed Maven 2.x.
latest release - currently 3.6.0. We do NOT plan to support the deprecated, EOL'ed Maven 2.x.
The maven-wrapper itself is compiled to work with Java 5. The Takari Maven Plugin for installation however uses Java 7.
Once the wrapper is installed with the plugin you should be able to use the wrapper on the project with Java 5 and up.