Skip to content

Commit c5ea2d5

Browse files
committed
fix: removing properties (refs #60)
1 parent dbbe775 commit c5ea2d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ public void execute() throws MojoExecutionException {
8888
// Change version in file
8989
new XmlModifier(pomFile).setVersion(nextVersion);
9090

91-
// Set property that is read by Maven Release Plugin
92-
this.project.getProperties().setProperty("tag", nextVersion);
93-
this.project.getProperties().setProperty("releaseVersion", nextVersion);
9491
} catch (final Exception e) {
9592
throw new MojoExecutionException(e.getMessage(), e);
9693
}

0 commit comments

Comments
 (0)