mirror of https://github.com/apache/maven.git
updated to Maven 3.6.0, also in plugin
This commit is contained in:
parent
81ae8534b0
commit
205fea1c9d
|
@ -1,3 +1,3 @@
|
||||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
|
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
|
||||||
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar
|
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,13 @@
|
||||||
The [git commit history](https://github.com/takari/maven-wrapper/commits/master) is the detailed source of all changes.
|
The [git commit history](https://github.com/takari/maven-wrapper/commits/master) is the detailed source of all changes.
|
||||||
The following provides most information at an easier glance.
|
The following provides most information at an easier glance.
|
||||||
|
|
||||||
|
## Version 0.4.3 - Some Time Soon
|
||||||
|
|
||||||
|
- update to Maven 3.6.0 as default
|
||||||
|
|
||||||
## Version 0.4.2 - 2018-07-02
|
## Version 0.4.2 - 2018-07-02
|
||||||
|
|
||||||
- update to Maven 3.5.4as default
|
- update to Maven 3.5.4 as default
|
||||||
- dependency updates
|
- dependency updates
|
||||||
- end of line in properties file
|
- end of line in properties file
|
||||||
- parent pom upgrade
|
- parent pom upgrade
|
||||||
|
|
|
@ -99,7 +99,7 @@ which works for any version except snapshots. Once you have a wrapper you can ch
|
||||||
`distributionUrl` in `.mvn/wrapper/maven-wrapper.properties`, e.g.
|
`distributionUrl` in `.mvn/wrapper/maven-wrapper.properties`, e.g.
|
||||||
|
|
||||||
```
|
```
|
||||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.2.1/apache-maven-3.2.1-bin.zip
|
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://github.com/takari/takari-maven-plugin
|
[1]: https://github.com/takari/takari-maven-plugin
|
||||||
|
@ -122,3 +122,8 @@ For release
|
||||||
- cut maven release with usual release plugin usage
|
- cut maven release with usual release plugin usage
|
||||||
- update maven plugin to release version
|
- update maven plugin to release version
|
||||||
- release it as well
|
- release it as well
|
||||||
|
|
||||||
|
Updating Maven version:
|
||||||
|
|
||||||
|
- update URL in maven-wrapper/.mvn/wrapper/maven-wrapper.properties
|
||||||
|
- updated maven parameter in takari-maven-plugin WrapperMojo
|
||||||
|
|
Loading…
Reference in New Issue