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 0d80a2c  Bump org.apache.commons:commons-parent from 78 to 79
0d80a2c is described below

commit 0d80a2c8bfffcfe79b30ceb552a4b2d329e0a598
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 10 05:42:36 2025 -0500

    Bump org.apache.commons:commons-parent from 78 to 79
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 src/site/site.xml       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index da80da1..5fd5e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>78</version>
+    <version>79</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6faaf4d..0265a2f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,9 +36,9 @@ mvn changes:announcement-generate -Prelease-notes 
[-Dchanges.version=m.n]
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document xmlns="http://maven.apache.org/changes/1.0.0";
+<document xmlns="http://maven.apache.org/changes/2.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd";>
+    xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons DBUtils Release Notes</title>
   </properties>
diff --git a/src/site/site.xml b/src/site/site.xml
index b48316a..bc2dd06 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,7 +29,7 @@
             <item name="Overview"      href="/index.html"/>
             <item name="Download"      
href="https://commons.apache.org/dbutils/download_dbutils.cgi"/>
             <item name="Examples"      href="/examples.html"/>
-            <item name="Release Notes" href="/changes-report.html"/>
+            <item name="Release Notes" href="/changes.html"/>
             <item name="Dependencies"  href="/dependencies.html"/>
             <item name="Wiki"          
href="http://wiki.apache.org/commons/DbUtils"/>
         </menu>

Reply via email to