mirror of https://github.com/apache/maven.git
update to new release
This commit is contained in:
parent
f8c5329fac
commit
12ca3ea189
|
@ -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.4:wrapper
|
mvn -N io.takari:maven:0.7.5: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:wrapper -Dmaven=3.3.3
|
mvn -N io.takari:maven:0.7.5: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
|
||||||
|
@ -157,7 +157,7 @@ To test Maven wrapper usage:
|
||||||
- use on test project with takari-maven-plugin version
|
- use on test project with takari-maven-plugin version
|
||||||
|
|
||||||
```
|
```
|
||||||
mvn -N -X io.takari:maven:0.7.1-SNAPSHOT:wrapper
|
mvn -N -X io.takari:maven:0.7.6-SNAPSHOT:wrapper
|
||||||
```
|
```
|
||||||
|
|
||||||
For release
|
For release
|
||||||
|
|
Loading…
Reference in New Issue