update to default to Maven 3.6.1

This commit is contained in:
Manfred Moser 2019-04-16 19:40:20 -07:00 committed by rfscholte
parent 2f7cfda1ce
commit 067d997415
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,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.6.0. We do NOT plan to support the deprecated, EOL'ed Maven 2.x.
latest release - currently 3.6.1. 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.

View File

@ -40,7 +40,7 @@ public class MavenWrapperMain {
public static final String MVNW_PASSWORD = "MVNW_PASSWORD";
public static final String MVNW_REPOURL = "MVNW_REPOURL";
public static final String MVN_VERSION = "3.6.0";
public static final String MVN_VERSION = "3.6.1";
public static final String MVN_PATH =
"org/apache/maven/apache-maven/" + MVN_VERSION + "/apache-maven-"+ MVN_VERSION + "-bin.zip";