Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
prep for 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 27, 2019
1 parent 4149d35 commit 4f98337
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ changes. The following provides most information at an easier glance.
In addition the [maven-wrapper changelog](https://github.com/takari/maven-wrapper/blob/master/CHANGELOG.md) contains
useful information related to the wrapper goal of this plugin.

## Version 0.7.4 - 2019-2-25
## Version 0.7.5 - 2019-03-26

- Upgrade maven-wrapper:0.5.4 and hence related fixes

Release performed by Manfred Moser - http://www.simpligility.com

## Version 0.7.4 - 2019-02-25

- Use jar path for wrapper in properties file
- fixes https://github.com/takari/takari-maven-plugin/issues/19
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

```
cd yourmavenproject
mvn -N io.takari:maven:0.7.4:wrapper
mvn -N io.takari:maven:0.7.5:wrapper
```

You can set a specific Maven release (but not SNAPSHOT) by adding a `maven` parameter :

```
cd yourmavenproject
mvn -N io.takari:maven:0.7.4:wrapper -Dmaven=3.5.4
mvn -N io.takari:maven:0.7.5:wrapper -Dmaven=3.5.4
```

Alternatively, you can set a specific download url (which could point to a SNAPSHOT version of Maven) by using the `distributionUrl` parameter :

```
cd yourmavenproject
mvn -N io.takari:maven:0.7.4:wrapper -DdistributionUrl=http://server/path/to/maven/distro.zip
mvn -N io.takari:maven:0.7.5:wrapper -DdistributionUrl=http://server/path/to/maven/distro.zip
```

or you can set the URL to a Maven repository manager with the `MVNW_REPOURL`
Expand Down

0 comments on commit 4f98337

Please sign in to comment.