update to latest release

This commit is contained in:
Manfred Moser 2019-04-16 20:39:27 -07:00 committed by rfscholte
parent fa18ae0000
commit 1fcc45afe3
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The easiest way to setup the Maven Wrapper for your project is to use the [Takar
`wrapper` goal. To add or update all the necessary Maven Wrapper files to your project execute the following command: `wrapper` goal. To add or update all the necessary Maven Wrapper files to your project execute the following command:
``` ```
mvn -N io.takari:maven:0.7.5:wrapper mvn -N io.takari:maven:0.7.6:wrapper
``` ```
> Note: The default usage should be `mvn -N io.takari:maven:wrapper` but for some > Note: The default usage should be `mvn -N io.takari:maven:wrapper` but for some
@ -96,7 +96,7 @@ variable `MVNW_PASSWORD`.
To switch the version of Maven used to build a project you can initialize it using To switch the version of Maven used to build a project you can initialize it using
``` ```
mvn -N io.takari:maven:0.7.5:wrapper -Dmaven=3.3.3 mvn -N io.takari:maven:0.7.6:wrapper -Dmaven=3.3.3
``` ```
which works for any version except snapshots. Once you have a wrapper you can change its version by setting the which works for any version except snapshots. Once you have a wrapper you can change its version by setting the