Skip to content

Commit 9616d8b

Browse files
committed
Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3
1 parent 23b92ee commit 9616d8b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

parent_toplevel/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Switch to Java 11 as minimum version.
3030
</action>
3131
<action type="update" dev="sseifert">
32-
Update to global-parent 61.
32+
Update to global-parent 65.
3333
</action>
3434
<action type="update" dev="sseifert">
3535
Switch to latest maven-site-plugin and update to reflow-maven-skin 1.3.4.
@@ -43,6 +43,9 @@
4343
<action type="update" dev="sseifert">
4444
Set OddEvenVersionPolicy for gitflow-maven-plugin.
4545
</action>
46+
<action type="update" dev="sseifert">
47+
Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3.
48+
</action>
4649
</release>
4750

4851
<release version="6" date="2019-09-30">

parent_toplevel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.maven</groupId>
2727
<artifactId>io.wcm.maven.global-parent</artifactId>
28-
<version>64-SNAPSHOT</version>
28+
<version>65-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -243,7 +243,7 @@
243243
<artifactId>maven-changes-plugin</artifactId>
244244
<configuration>
245245
<!-- Allow HTML markup in CDATA sections in changes reports -->
246-
<escapeHTML>false</escapeHTML>
246+
<escapeText>false</escapeText>
247247
<!-- Do not generate links to teamlist reports -->
248248
<teamlist>none</teamlist>
249249
</configuration>

0 commit comments

Comments
 (0)