We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37aabd7 commit e294400Copy full SHA for e294400
src/main/java/se/bjurr/gitchangelog/plugin/SemanticVersionMojo.java
@@ -82,6 +82,7 @@ public void execute() throws MojoExecutionException {
82
83
// Set property that is read by Maven Release Plugin
84
this.project.getProperties().setProperty("tag", nextVersion);
85
+ this.project.getProperties().setProperty("releaseVersion", nextVersion);
86
} catch (final Exception e) {
87
throw new MojoExecutionException(e.getMessage(), e);
88
}
0 commit comments