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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 6afcc62f Bump org.apache.commons:commons-parent from 92 to 93
6afcc62f is described below
commit 6afcc62ffea723b317fa41345d1b058d2c4a485c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 08:40:49 2025 -0500
Bump org.apache.commons:commons-parent from 92 to 93
Fix Apache RAT plugin console warnings
---
pom.xml | 46 +++++++++++++++++++++++-----------------------
src/changes/changes.xml | 3 ++-
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index cfde9200..310f5662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>92</version>
+ <version>93</version>
</parent>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
@@ -122,17 +122,17 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
- <exclude>src/test/resources/**</exclude>
- <exclude>docs/*.bib</exclude>
- <exclude>docs/*.mdl</exclude>
- <exclude>docs/eps/*</exclude>
- <exclude>**/*.eps</exclude>
- <exclude>**/*.bnf</exclude>
- <exclude>**/*.mini</exclude>
- <exclude>TODO.JustIce</exclude>
- <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
- </excludes>
+ <inputExcludes>
+ <inputExclude>src/test/resources/**</inputExclude>
+ <inputExclude>docs/*.bib</inputExclude>
+ <inputExclude>docs/*.mdl</inputExclude>
+ <inputExclude>docs/eps/*</inputExclude>
+ <inputExclude>**/*.eps</inputExclude>
+ <inputExclude>**/*.bnf</inputExclude>
+ <inputExclude>**/*.mini</inputExclude>
+ <inputExclude>TODO.JustIce</inputExclude>
+ <inputExclude>src/examples/Mini/MiniParser$JJCalls</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
@@ -306,17 +306,17 @@
<artifactId>apache-rat-plugin</artifactId>
<version>${commons.rat.version}</version>
<configuration>
- <excludes>
- <exclude>src/test/resources/**</exclude>
- <exclude>docs/*.bib</exclude>
- <exclude>docs/*.mdl</exclude>
- <exclude>docs/eps/*</exclude>
- <exclude>**/*.eps</exclude>
- <exclude>**/*.bnf</exclude>
- <exclude>**/*.mini</exclude>
- <exclude>TODO.JustIce</exclude>
- <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
- </excludes>
+ <inputExcludes>
+ <inputExclude>src/test/resources/**</inputExclude>
+ <inputExclude>docs/*.bib</inputExclude>
+ <inputExclude>docs/*.mdl</inputExclude>
+ <inputExclude>docs/eps/*</inputExclude>
+ <inputExclude>**/*.eps</inputExclude>
+ <inputExclude>**/*.bnf</inputExclude>
+ <inputExclude>**/*.mini</inputExclude>
+ <inputExclude>TODO.JustIce</inputExclude>
+ <inputExclude>src/examples/Mini/MiniParser$JJCalls</inputExclude>
+ </inputExcludes>
</configuration>
</plugin>
<plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e7dfb03..9a38e21e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,10 +62,11 @@ The <action> type attribute can be add,update,fix,remove.
<release version="6.11.1" date="2025-10-09" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="fmantz" due-to="Gary
Gregory">Fix infinite loop in example.TransitiveHull #476.</action>
+ <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 89 to 93 #482.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.2.21
#481.</action>
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 89 to 92 #482.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.19.0 to 3.20.0.</action>
</release>