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
commit c5c08879de874f01fc563c44eaa39c5a5e978405 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 23 08:27:10 2023 -0500 Bump commons-parent from 64 to 65 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f4d8392..d9d3694 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>64</version> + <version>65</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-dbutils</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f17fb7d..4f6bf90 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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 64.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 62 to 65.</action> </release> <release version="1.8.1" date="2023-09-09" description="New features and bug fixes."> <!-- FIX -->