This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f634a6d Fix Apache RAT plugin console warnings
f634a6d is described below
commit f634a6ddc80003730a117b3e2e3b70efc0d4a8b1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 09:56:46 2025 -0500
Fix Apache RAT plugin console warnings
---
pom.xml | 12 ++++++------
src/changes/changes.xml | 1 +
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 04658f3..4b04e44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,12 +229,12 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
- <exclude>site-content/**</exclude>
- <exclude>src/site/resources/download_release-plugin.cgi</exclude>
-
<exclude>src/test/resources/mojos/detach-distributions/target/commons-text-1.4*.asc</exclude>
-
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
- </excludes>
+ <inputExcludes>
+ <inputExclude>site-content/**</inputExclude>
+
<inputExclude>src/site/resources/download_release-plugin.cgi</inputExclude>
+
<inputExclude>src/test/resources/mojos/detach-distributions/target/commons-text-1.4*.asc</inputExclude>
+
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4770d86..8717cd6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
<body>
<release version="1.9.2" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>