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

Commit

Permalink
upped to new dev version of maven-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 27, 2019
1 parent 96e55e3 commit e1d74d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.4</version>
<version>0.5.5-SNAPSHOT</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 @@ -41,7 +41,7 @@ public class WrapperMojo extends AbstractMojo {
@Parameter(defaultValue = "${session}", readonly = true)
private MavenSession session;

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

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

0 comments on commit e1d74d1

Please sign in to comment.