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

Commit

Permalink
update to Maven 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Apr 17, 2019
1 parent e1d74d1 commit a9fc92d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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.6 - 2019-04-16

- Upgrade maven-wrapper:0.5.5 and hence related fixes
- e.g. Maven 3.6.1 as default

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

## Version 0.7.5 - 2019-03-26

- Upgrade maven-wrapper:0.5.4 and hence related fixes
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/takari/maven/plugins/WrapperMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@Mojo(name = "wrapper", requiresProject = false, aggregator = true)
public class WrapperMojo extends AbstractMojo {
private static final String DEFAULT_DOWNLOAD_BASE_URL="https://repo.maven.apache.org/maven2";
private static final String DEFAULT_MAVEN_VER = "3.6.0";
private static final String DEFAULT_MAVEN_VER = "3.6.1";

@Parameter(defaultValue = "${session}", readonly = true)
private MavenSession session;
Expand Down

0 comments on commit a9fc92d

Please sign in to comment.