Bump org.apache.commons:commons-parent from 78 to 79
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 @@
 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>