This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 08226a80 RAT-482: Re-enable version 3.0.0-M2 of changelog plugin (#661)
08226a80 is described below
commit 08226a8001b4a5c3a85ca6cce520a24a7a4bc459
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Jun 1 11:17:37 2026 +0200
RAT-482: Re-enable version 3.0.0-M2 of changelog plugin (#661)
* RAT-482: Add changelog as 3.0.0-M2 is available and enabled now
---
pom.xml | 5 ++---
src/changes/changes.xml | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 98a101ce..188d2e08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,12 +303,11 @@ agnostic home for software distribution comprehension and
audit tools.
</reportSet>
</reportSets>
</plugin>
- <!-- Disabled until
https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
- <version>2.3</version>
- </plugin-->
+ <version>3.0.0-M2</version>
+ </plugin>
<!-- catch code tags -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7a12ff49..2645d9ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ in order to be properly linked in site reports.
</release>
-->
<release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-482" type="fix" dev="pottlinger">
+ Re-enable maven-changelog-plugin v3.0.0-M2, which adds a large Apache
Creadur RAT changelog report to the website.
+ </action>
<action issue="RAT-540" type="add" dev="claudenw">
Introduce UI option collections to allow easier future UI development
and extraction of UI-specific logics. Refactor and adapt Ant and Maven
generators accordingly.
</action>