Skip to content

Commit

Permalink
bugfix for parentVersion wrongly be String "null" when be missing and…
Browse files Browse the repository at this point in the history
… should be null be default
  • Loading branch information
XenoAmess authored and slawekjaranowski committed Jul 6, 2022
1 parent 1e9cc00 commit a6e69a1
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -53,8 +53,7 @@ public class UpdateParentMojo extends AbstractVersionsUpdaterMojo
*
* @since 1.0-alpha-1
*/
@Parameter( property = "parentVersion",
defaultValue = "null" )
@Parameter( property = "parentVersion" )
protected String parentVersion = null;

/**
Expand Down

0 comments on commit a6e69a1

Please sign in to comment.