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


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

commit f6ea934e452894314afb1c6cfbdb546216d753e6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 06:16:13 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index e462fe4b..5b5e9a6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>78</version>
+    <version>79</version>
   </parent>
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa91a71e..e89d1e9a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,9 +39,9 @@ then tweak the source formatting if necessary and regenerate, 
then commit
 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 Imaging Release Notes</title>
   </properties>
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Stefal, Gary Gregory">Add 
support of GPSHPositioningError in GpsTagConstants #451.</action> 
       <action dev="kinow"    type="add" due-to="Glavo">Support Extensions from 
PNG 1.2 Specification, Version 1.5.0 #269.</action>
       <!-- UPDATE -->
-      <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-parent from 69 to 78 #400, #406, #428, 
#430, #436, #442, #445, #545.</action>
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-parent from 69 to 79 #400, #406, #428, 
#430, #436, #442, #445, #545.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #416, #423, 
#431.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
commons-io:commons-io from 2.16.1 to 2.18.0 #437, #464.</action>
       <action dev="ggregory" type="update" due-to="Dependabot">Bump 
org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #453.</action>

Reply via email to