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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new db18756f Bump org.apache.commons:commons-parent from 78 to 79
db18756f is described below

commit db18756f8d5b82ea756790f0e4057b8c2c467f19
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 9 21:02:15 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index 998db4fb..df012334 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>78</version>
+    <version>79</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3eaae3f7..993d84a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,9 +35,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/xsd/changes-1.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
https://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons Codec Release Notes</title>
     <author>Apache Commons Developers</author>
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <!-- ADD -->
       <!-- UPDATE -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 78 to 79.</action>
     </release>
     <release version="1.17.2" date="2024-12-28" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
diff --git a/src/site/site.xml b/src/site/site.xml
index c581cf77..065b168d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -32,7 +32,7 @@
         </menu>
 
         <menu name="Development">
-            <item name="Release Notes"     href="/changes-report.html"/>
+            <item name="Release Notes"     href="/changes.html"/>
             <item name="Mailing Lists"     href="/mail-lists.html"/>
             <item name="Issue Tracking"    href="/issue-tracking.html"/>
             <item name="Source Repository" href="/scm.html"/>

Reply via email to