This is an automated email from the ASF dual-hosted git repository.
ggregory 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 14d0c73a Bump org.apache.commons:commons-parent from 94 to 95.
14d0c73a is described below
commit 14d0c73a03ab06d82e57a90af3909d20191f83a6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 11:04:56 2026 -0500
Bump org.apache.commons:commons-parent from 94 to 95.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5be9af4c..b8b58815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>94</version>
+ <version>95</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 274ddcf4..c2391502 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Philip Helger, Gary Gregory"
issue="POOL-430">Make AbandonedConfig.DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION
public.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 94.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
</release>
<release version="2.13.1" date="2025-12-30" description="This is a
maintenance release. Java 8 or later is required.">
<!-- FIX -->