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 13b4bf72 RAT-311, RAT-338: Add changelog entries for maven updates and
code fixes
13b4bf72 is described below
commit 13b4bf72349c7308d7fcf0295f8a4a22af25c415
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Dec 9 12:48:07 2023 +0100
RAT-311, RAT-338: Add changelog entries for maven updates and code fixes
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3683c408..aacbd269 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,12 @@ The <action> type attribute can be add,update,fix,remove.
</release>
-->
<release version="0.16-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-311" type="update" dev="pottlinger"
due-to="dependabot">
+ Update to ASF parent pom 31 and update multiple maven plugin versions
as well (surefire, release, project-info, enforcer, jxr).
+ </action>
+ <action issue="RAT-338" type="add" dev="pottlinger" due-to="Tamas
Cservenak">
+ Update minimal build Maven version to 3.2.5 and maven dependencies to
3.9.6. Remove pre-JDK8 code constructs and minor refactorings.
+ </action>
<action issue="RAT-335" type="add" dev="pottlinger" due-to="Niels
Basjes">
Enhance .gitignore handling; support multiple .gitignore files and
allow a more complete parsing of Git's ignore files.
</action>