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 9d454ef Don't configure the Javadoc plugin to link to a fixed Java version 9d454ef is described below commit 9d454efb4b50f588ef28573f23430050d5da1f3a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 07:22:39 2025 -0500 Don't configure the Javadoc plugin to link to a fixed Java version Let the build pick up the matching version for that component --- pom.xml | 1 - src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4fc20c..2a98ae3 100644 --- a/pom.xml +++ b/pom.xml @@ -452,7 +452,6 @@ <notimestamp>true</notimestamp> <linksource>true</linksource> <links> - <link>${commons.javadoc.java.link}</link> <link>${commons.javadoc.javaee.link}</link> </links> <additionalOptions>${commons.javadoc.options}</additionalOptions> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 82d06d9..91c334d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="80" date="YYYY-MM-DD" description="Version 80: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken Mockito dependency.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory, Sylwester Lachiewicz">Don't configure the Javadoc plugin to link to a fixed Java version, let the build pick up the matching version for that component.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.main.branch.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.release.branch.</action>