diff --git a/pom.xml b/pom.xml
index 4c7e74183..4e51dec67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,12 +293,11 @@ agnostic home for software distribution comprehension and audit tools.
-
+ 3.0.0-M2
+
org.codehaus.mojo
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b7b4cc000..b7e9a59ca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ in order to be properly linked in site reports.
-->
+
+ Re-enable maven-changelog-plugin v3.0.0-M2, which adds a large Apache Creadur RAT changelog report to the website.
+
Explicitly configure TempDir's deletion strategy to ignore failures and disable ReportOptionTest on GitHubAction and linux combination.