mirror of https://github.com/apache/maven.git
update to default to Maven 3.6.1
This commit is contained in:
parent
d4f8476409
commit
0b1c63e328
|
@ -54,7 +54,7 @@ For all those *nix operating systems, various shells should work including
|
||||||
* zsh
|
* zsh
|
||||||
|
|
||||||
In terms of Apache Maven versions itself, the wrapper should work with any Maven 3.x version and it defaults to the
|
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.
|
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.
|
Once the wrapper is installed with the plugin you should be able to use the wrapper on the project with Java 5 and up.
|
||||||
|
|
|
@ -40,7 +40,7 @@ public class MavenWrapperMain {
|
||||||
public static final String MVNW_PASSWORD = "MVNW_PASSWORD";
|
public static final String MVNW_PASSWORD = "MVNW_PASSWORD";
|
||||||
public static final String MVNW_REPOURL = "MVNW_REPOURL";
|
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 =
|
public static final String MVN_PATH =
|
||||||
"org/apache/maven/apache-maven/" + MVN_VERSION + "/apache-maven-"+ MVN_VERSION + "-bin.zip";
|
"org/apache/maven/apache-maven/" + MVN_VERSION + "/apache-maven-"+ MVN_VERSION + "-bin.zip";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue