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

Commit

Permalink
updated to Maven. 3.5.2 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 26, 2017
1 parent f1325a3 commit 3a3568e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.5.0 - Upcoming

- Upgrade default Maven version to 3.5.2
- Upgrade to maven-wrapper:0.3.0


## Version 0.4.2 - 2017-09-12

- Change default Central Repository URL to use HTTPS
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>io.takari</groupId>
<artifactId>maven-wrapper</artifactId>
<!-- also update version property default value in WrapperMojo -->
<version>0.2.3</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/takari/maven/plugins/WrapperMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public class WrapperMojo extends AbstractMojo {
@Parameter(defaultValue = "${session}", readonly = true)
private MavenSession session;

@Parameter(defaultValue = "0.2.3", property = "version")
@Parameter(defaultValue = "0.3.0-SNAPSHOT", property = "version")
private String version;

@Parameter(defaultValue = "3.5.0", property = "maven")
@Parameter(defaultValue = "3.5.2", property = "maven")
private String maven;

@Parameter(property = "distributionUrl")
Expand Down

0 comments on commit 3a3568e

Please sign in to comment.