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-parent.git
The following commit(s) were added to refs/heads/master by this push: new dd576c2 Bump the default URL for Java EE Javadoc to EE8; also avoids Javadoc issuing redirect warnings dd576c2 is described below commit dd576c2ff96eaa3185c5ded707c2f21cc6f175a1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 19 16:15:08 2024 -0400 Bump the default URL for Java EE Javadoc to EE8; also avoids Javadoc issuing redirect warnings --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ab347c..3a1af84 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ <commons.javadoc.javaee9.1.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee9.1.link> <commons.javadoc.javaee10.link>https://jakarta.ee/specifications/platform/10/apidocs/</commons.javadoc.javaee10.link> - <commons.javadoc.javaee.link>${commons.javadoc.javaee6.link}</commons.javadoc.javaee.link> + <commons.javadoc.javaee.link>${commons.javadoc.javaee8.link}</commons.javadoc.javaee.link> <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> <minSeverity>info</minSeverity> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd9640d..7ea3fc6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump the default URL for Java EE Javadoc to EE8; also avoids Javadoc issuing redirect warnings.</action> </release> <release version="75" date="2024-09-14" description="Version 75: Maintenance and update dependencies."> <!-- FIX -->