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


The following commit(s) were added to refs/heads/master by this push:
     new de0a20b5a Pick Java EE Javadoc URL from parent POM
de0a20b5a is described below

commit de0a20b5ab73697fd5d01369952fa2a5bc892384
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Sep 25 15:14:25 2024 -0400

    Pick Java EE Javadoc URL from parent POM
    
    This will fix the Java 23 Javadoc generation when commons-parent 76 is
    out
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 496eff197..3154e728c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
             <notimestamp>true</notimestamp>
             <links>
               
<link>https://commons.apache.org/proper/commons-text/apidocs</link>
-              <link>https://docs.oracle.com/javaee/6/api</link>
+              <link>${commons.javadoc.javaee.link}</link>
             </links>
             <validateLinks>true</validateLinks>
             <archive>
@@ -328,7 +328,7 @@
           <notimestamp>true</notimestamp>
           <links>
             <link>https://commons.apache.org/proper/commons-text/apidocs</link>
-            <link>https://docs.oracle.com/javaee/6/api</link>
+            <link>${commons.javadoc.javaee.link}</link>
           </links>
           <validateLinks>true</validateLinks>
           <archive>

Reply via email to