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 fd210bc7 Bump org.apache.commons:commons-parent from 99 to 100
fd210bc7 is described below
commit fd210bc727d0836f8bd16fed44ceac842bd27304
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 21:55:09 2026 -0400
Bump org.apache.commons:commons-parent from 99 to 100
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e6e4dc3f..b1dfff82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>99</version>
+ <version>100</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 70ea563c..f3b02f0e 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 99.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 100.</action>
</release>
<release version="2.13.1" date="2025-12-30" description="This is a
maintenance release. Java 8 or later is required.">
<!-- FIX -->