Skip to content

Commit

Permalink
Fix wrong development version after hotfix-finish - closes #211
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Dec 12, 2019
1 parent b2e9a9d commit e1f617a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
}

// get next snapshot version
final String nextSnapshotVersion = developVersionInfo.getSnapshotVersionString();
final String nextSnapshotVersion = developVersionInfo.nextSnapshotVersion();

if (StringUtils.isBlank(nextSnapshotVersion)) {
throw new MojoFailureException(
Expand Down

0 comments on commit e1f617a

Please sign in to comment.