Skip to content

Commit 05c80a7

Browse files
committed
Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3
1 parent 9a25566 commit 05c80a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

parent_toplevel/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27+
<release version="2.0.2" date="not released">
28+
<action type="update" dev="sseifert">
29+
Enable rendering of changes reports in HTML format again by reconfiguring maven-changes-plugin 3.0.0-M3.
30+
</action>
31+
</release>
32+
2733
<release version="2.0.0" date="2025-03-31">
2834
<action type="remove" dev="sseifert">
2935
Remove management of slf4j-api and slf4j-simple dependencies.

parent_toplevel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
<artifactId>maven-changes-plugin</artifactId>
348348
<configuration>
349349
<!-- Allow HTML markup in CDATA sections in changes reports -->
350-
<escapeHTML>false</escapeHTML>
350+
<escapeText>false</escapeText>
351351
<!-- Do not generate links to teamlist reports -->
352352
<teamlist>none</teamlist>
353353
</configuration>

0 commit comments

Comments
 (0)