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

Commit

Permalink
updated to new maven wrapper 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 20, 2018
1 parent 966659f commit c6717a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
- Upgrade to maven-wrapper:0.4.0


## Version 0.4.2 - 2017-09-12
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.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>io.takari</groupId>
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 @@ -32,7 +32,7 @@ public class WrapperMojo extends AbstractMojo {
@Parameter(defaultValue = "${session}", readonly = true)
private MavenSession session;

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

@Parameter(defaultValue = "3.5.2", property = "maven")
Expand Down

0 comments on commit c6717a3

Please sign in to comment.