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


The following commit(s) were added to refs/heads/master by this push:
     new a051d17  Javadoc is missing its Overview page
a051d17 is described below

commit a051d1793cc5d541a2a0238799e96d4644d87da9
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 08:59:29 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 e155363..74da635 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.3.5" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">Javadoc is 
missing its Overview page.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, 
#295, #298, #303, #310.</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

Reply via email to