This is an automated email from the ASF dual-hosted git repository.
pottlinger 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 b52fcf62 Disabled changelog plugin until
https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
b52fcf62 is described below
commit b52fcf62c0ba2624efcc2f3178e4cf5b20d63cff
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Aug 25 14:09:05 2025 +0200
Disabled changelog plugin until
https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72f02b57..ecbce551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,11 +285,12 @@ 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>
+ </plugin-->
<!-- catch code tags -->
<plugin>
<groupId>org.codehaus.mojo</groupId>