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


The following commit(s) were added to refs/heads/master by this push:
     new 9743bf5  Javadoc 8 expects a package-list file in the Javadoc root but 
current Java versions generate an element-list file
9743bf5 is described below

commit 9743bf520748516ed4bd5d6f071c81d9d10d8768
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jul 20 13:41:18 2025 -0400

    Javadoc 8 expects a package-list file in the Javadoc root but current
    Java versions generate an element-list file
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 729c0be..8128230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
               <linksource>true</linksource>
               <links>
                 <link>${commons.javadoc.javaee.link}</link>
-                
<link>https://commons.apache.org/proper/commons-lang/apidocs</link>
+                <!-- 
<link>https://commons.apache.org/proper/commons-lang/apidocs</link> -->
                 <!-- http://www.jdom.org/docs/apidocs/ is not a secure link -->
                 <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link>
               </links>

Reply via email to