Skip to content

Commit e294400

Browse files
committedSep 26, 2023
fix: trying to set property to use with Maven Release Plugin
1 parent 37aabd7 commit e294400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main/java/se/bjurr/gitchangelog/plugin/SemanticVersionMojo.java

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void execute() throws MojoExecutionException {
8282

8383
// Set property that is read by Maven Release Plugin
8484
this.project.getProperties().setProperty("tag", nextVersion);
85+
this.project.getProperties().setProperty("releaseVersion", nextVersion);
8586
} catch (final Exception e) {
8687
throw new MojoExecutionException(e.getMessage(), e);
8788
}

0 commit comments

Comments
 (0)
Please sign in to comment.