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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 2c93539e Bump org.apache.commons:commons-parent from 93 to 94
2c93539e is described below
commit 2c93539e8401eed1bc47432cada06b74ea36de39
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 17:14:52 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
Bump POM version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT which should be
done after the previous release
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bc7ca8bb..eb609e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-dbcp2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aca912f9..b8efe4aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,9 +64,10 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.14.1" date="YYYY-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, Mark
Thomas">Handle SQLException on connection initialization with SQL statements
(#540).</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="fix" dev="ggregory" due-to="Gary Gregory, Mark
Thomas">Handle SQLException on connection initialization with SQL statements
(#540).</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 94.</action>
</release>
<release version="2.14.0" date="2025-12-11" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->