This is an automated email from the ASF dual-hosted git repository.
claude pushed a commit to branch
RAT-524_Fix_DocumentName.isCaseSensitive_detection_time
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to
refs/heads/RAT-524_Fix_DocumentName.isCaseSensitive_detection_time by this push:
new 3b3b2257 updated chagnes.xml
3b3b2257 is described below
commit 3b3b2257acdaa07cac3404e711e4dd2f1cb3fe82
Author: Claude Warren <[email protected]>
AuthorDate: Thu Dec 18 17:23:11 2025 +0000
updated chagnes.xml
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2eb18169..9a2558bf 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" date="xxxx-yy-zz" description="Current SNAPSHOT -
release to be done">
+ <action issue="RAT-524" type="update" dev="claudenw">
+ Fixes case-sensitive detection time and removed MAVEN
StandardCollection from default Maven processing.
+ </action>
<action issue="RAT-508" type="update" dev="claudenw" due-to="Gary D.
Gregory">
Removed excess INFO logging in Maven plugin. Run with -X or use the
verbose option in order to see output on debug level.
</action>