This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new e5b00ba6 Bump org.apache.commons:commons-parent from 100 to 101
e5b00ba6 is described below
commit e5b00ba64dfd273653c26609a8295830ca6fb749
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:45:51 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 b1dfff82..41edfcd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</version>
</parent>
<artifactId>commons-pool2</artifactId>
<version>2.14.0-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3b02f0e..a6003348 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
EvictionConfig.isEvictionThread().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
DefaultPooledObjectInfo.pooledObject().</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 100.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 101.</action>
</release>
<release version="2.13.1" date="2025-12-30" description="This is a
maintenance release. Java 8 or later is required.">
<!-- FIX -->