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


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

commit 2a9c7af5d395e4d4a2d8a451cdefd08295eecfd8
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 14 07:09:09 2025 -0500

    Bump org.apache.commons:commons-parent from 78 to 79
    
    The changes report is generated with Doxia 2 as changes.html instead of
    changes-report.html
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 +++---
 src/site/xdoc/index.xml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b697b7e..227eaa7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>78</version>
+    <version>79</version>
   </parent>
 
   <artifactId>commons-crypto</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 842f6c42..a0101be6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,9 +39,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/xsd/changes-1.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
http://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons Crypto Release Notes</title>
   </properties>
@@ -98,9 +98,9 @@
       <action dev="ggregory"     type="fix" due-to="Gary Gregory">Fix SpotBugs 
[ERROR] Medium: Unread field: 
org.apache.commons.crypto.jna.OpenSslJnaCipher.IV_LENGTH; should this field be 
static? [org.apache.commons.crypto.jna.OpenSslJnaCipher] At 
OpenSslJnaCipher.java:[line 80] SS_SHOULD_BE_STATIC.</action>
       <action dev="ggregory"     type="fix" due-to="Gary Gregory">Pick up 
maven-antrun-plugin version from parent POM org.apache:apache.</action> 
       <!-- UPDATE -->
+      <action                    type="update" dev="ggregory" 
due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 79 #323, #369, 
#380, #382, #389, #393, #398, #405.</action>
       <action                    type="update" dev="sebb" due-to="Ludovic 
Henry">Dockerfile: Bump maven to 3.8.8 (previous no longer online)</action>
       <action                    type="update" dev="sebb">Tests: show details 
of crypt library actually loaded</action>
-      <action                    type="update" dev="ggregory" 
due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 78 #323, #369, 
#380, #382, #389, #393, #398, #405.</action>
       <action                    type="update" dev="ggregory" due-to="Gary 
Gregory">Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 2.3.8.</action>
       <action                    type="update" dev="ggregory" 
due-to="Dependabot">Bump net.java.dev.jna:jna from 5.13.0 to 5.16.0 #287, #387, 
#424.</action>
       <action                    type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 
3.2.0 #303.</action>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 9fe1110a..227e4609 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -102,7 +102,7 @@ See the
 for the latest releases.<br />
 </p>
 <p>
-<a href="changes-report.html">Change reports</a> are also available.
+<a href="changes.html">Change reports</a> are also available.
 </p>
 <p>
 For previous releases, see the <a 
href="https://archive.apache.org/dist/commons/crypto/";>Apache

Reply via email to