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 eb2d16b1 Bump org.apache.commons:commons-parent from 69 to 70
eb2d16b1 is described below

commit eb2d16b1b54b188329a3ff9e51c804003dbc4e28
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 08:20:32 2024 -0400

    Bump org.apache.commons:commons-parent from 69 to 70
    
    Pick up Javadoc link for Java itself from parent POM configuration
---
 pom.xml                 | 3 +--
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4a64eb5..39c55953 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>69</version>
+    <version>70</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
@@ -107,7 +107,6 @@ limitations under the License.
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     
<project.build.outputTimestamp>2024-04-27T12:57:44Z</project.build.outputTimestamp>
     <commons.jacoco.version>0.8.12</commons.jacoco.version>
-    
<commons.javadoc.java.link>${commons.javadoc21.java.link}</commons.javadoc.java.link>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <jacoco.skip>false</jacoco.skip>
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9094328..2cf01bcc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Md5Crypt now 
throws IllegalArgumentException on an invalid prefix.</action>
       <!-- ADD -->
       <!-- UPDATE -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 69 to 70.</action>
     </release>
     <release version="1.17.0" date="2024-04-20" description="Feature and fix 
release. Requires a minimum of Java 8.">
       <!-- FIX -->

Reply via email to