This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new f6ad6f9 Bump org.apache.commons:commons-parent from 100 to 101
f6ad6f9 is described below
commit f6ad6f92e46fdc1a58c653e2ea474c0c05948d06
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:30:06 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b595704..ff3c662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 548c736..3f2d231 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action dev="ggregory" type="fix" due-to="Kiril Keranov, Gary
Gregory">Add support for Jakarta servlets, see
org.apache.commons.logging.jakarta.ServletContextCleaner #419.</action>
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 100.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 101.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.25.3 to 2.26.0.</action>
</release>
<release version="1.3.6" date="2026-03-04" description="This is a feature
and maintenance release. Java 8 or later is required.">