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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 4294eb5f Javadoc is missing its Overview page 4294eb5f is described below commit 4294eb5f74a5490739e437279acba9476f40c68a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 18 08:40:48 2025 -0500 Javadoc is missing its Overview page The overview.html file is not in the location maven-javadoc-plugin expects --- src/changes/changes.xml | 1 + src/main/{java => javadoc}/overview.html | 0 2 files changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 468c9e11..f7d466da 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,6 +29,7 @@ <body> <release version="2.0.0-M2" date="YYYY-MM-DD" description="This is a major release and requires Java 8."> <!-- FIX --> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action> diff --git a/src/main/java/overview.html b/src/main/javadoc/overview.html similarity index 100% rename from src/main/java/overview.html rename to src/main/javadoc/overview.html