Pick Java EE Javadoc URL from parent POM

This will fix the Java 23 Javadoc generation when commons-parent 76 is
out
This commit is contained in:
Gary Gregory 2024-09-25 15:14:25 -04:00
parent 36c6d12416
commit de0a20b5ab
1 changed files with 2 additions and 2 deletions

View File

@ -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>