This is an automated email from the ASF dual-hosted git repository. ottlinger pushed a commit to branch fix/RAT-482 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 1d5f0cfe304e65a9eb833d587de1b099e19b9c62 Author: P. Ottlinger <[email protected]> AuthorDate: Tue May 19 14:21:14 2026 +0200 RAT-482: Wait for upstream version 3.0.0-M2 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index decfeff3..896de8f2 100644 --- a/pom.xml +++ b/pom.xml @@ -293,12 +293,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>
