Skip to content

Commit 0636a45

Browse files
committed
GitFlowVersionUpdateMojo fix
1 parent 500151e commit 0636a45

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

+1-1
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)