From 067d997415e9f2a66d0472dd2bd61a4c4f8cc76f Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 16 Apr 2019 19:40:20 -0700 Subject: [PATCH] update to default to Maven 3.6.1 --- maven-wrapper/README.md | 2 +- .../main/java/org/apache/maven/wrapper/MavenWrapperMain.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md index 3786cff4cc..f14e635121 100644 --- a/maven-wrapper/README.md +++ b/maven-wrapper/README.md @@ -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. diff --git a/maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java b/maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java index 47933a3731..2ecce2b325 100644 --- a/maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java +++ b/maven-wrapper/src/main/java/org/apache/maven/wrapper/MavenWrapperMain.java @@ -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";