Skip to content

Commit 2c93539

Browse files
committed
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
1 parent d19f05d commit 2c93539

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>93</version>
25+
<version>94</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>commons-dbcp2</artifactId>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ The <action> type attribute can be add,update,fix,remove.
6464
<body>
6565
<release version="2.14.1" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
6666
<!-- FIX -->
67+
<action type="fix" dev="ggregory" due-to="Gary Gregory, Mark Thomas">Handle SQLException on connection initialization with SQL statements (#540).</action>
6768
<!-- ADD -->
6869
<!-- UPDATE -->
69-
<action type="fix" dev="ggregory" due-to="Gary Gregory, Mark Thomas">Handle SQLException on connection initialization with SQL statements (#540).</action>
70+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 94.</action>
7071
</release>
7172
<release version="2.14.0" date="2025-12-11" description="This is a minor release, including bug fixes and enhancements.">
7273
<!-- FIX -->

0 commit comments

Comments
 (0)