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-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new ad82052 Bump org.apache.commons:commons-parent from 66 to 67 #246 ad82052 is described below commit ad82052aea7deb0823d52fad568758fb3241f391 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Wed Mar 6 09:17:35 2024 -0500 Bump org.apache.commons:commons-parent from 66 to 67 #246 --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 04d3d7d..c81a8e6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons DBUtils Release Notes</title> </properties> <body> - <release version="1.9.0" date="20YY-MM-DD" description="New features and bug fixes."> + <release version="1.9.0" date="YYYY-MM-DD" description="New features and bug fixes."> <!-- FIX --> <action dev="ggregory" type="update" due-to="sanjanarampurkottur01, Gary Gregory">Switch on String instead of cascading if-else in MockResultSet #220.</action> <action dev="ggregory" type="update" due-to="sanjanarampurkottur01, Gary Gregory">Encapsulate test fields #222.</action> @@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java from 8 to 11.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 62 to 66.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 62 to 67.</action> </release> <release version="1.8.1" date="2023-09-09" description="New features and bug fixes."> <!-- FIX -->