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 039c827  Bump commons-parent
039c827 is described below

commit 039c827e5f5420c19e253c129b2ccd404e978033
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 08:05:37 2023 -0400

    Bump commons-parent
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5de9fcd..44eb6b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>62</version>
+    <version>64</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f2b188..96145a6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <!-- ADD -->
       <!-- UPDATE -->
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons-parent from 62 to 64.
+      </action>
     </release>
     <release version="1.8.1" date="2023-09-09" description="New features and 
bug fixes.">
       <!-- FIX -->

Reply via email to