Skip to content

Commit c7f8def

Browse files
authored
Merge pull request #334 from nhojpatrick/bugfix/GitFlowVersionUpdateMojo
GitFlowVersionUpdateMojo fix
2 parents 500151e + 0636a45 commit c7f8def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowVersionUpdateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
153153
} else {
154154
throw new MojoFailureException("The fromBranch is not release or support branch.");
155155
}
156-
}
156+
}
157157
if (StringUtils.isBlank(branchName)) {
158158
throw new MojoFailureException("Branch name is blank.");
159159
}

0 commit comments

Comments
 (0)