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 89b2aefc Bump org.apache.commons:commons-parent from 95 to 96.
89b2aefc is described below
commit 89b2aefc106e8dfb1710e438880b4dc61d04be3f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 18:17:20 2026 -0500
Bump org.apache.commons:commons-parent from 95 to 96.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d7c3c3f2..dcf48b93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>95</version>
+ <version>96</version>
</parent>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3efe0b3f..f136652d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 95 to 96.</action>
</release>
<release version="6.12.0" date="2026-01-18" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->