Skip to content

Commit c29d6f7

Browse files
committed
Set Javadoc link to latest Java API LTS version
Modern Javadoc versions redirect automatically anyway to Java 22
1 parent a670ba8 commit c29d6f7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ limitations under the License.
108108
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
109109
<project.build.outputTimestamp>2024-02-08T21:29:14Z</project.build.outputTimestamp>
110110
<commons.jacoco.version>0.8.12</commons.jacoco.version>
111+
<commons.javadoc.java.link>${commons.javadoc21.java.link}</commons.javadoc.java.link>
111112
<!-- JaCoCo: Don't make code coverage worse than: -->
112113
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
113114
<commons.jacoco.classRatio>0.92</commons.jacoco.classRatio>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
5151
<!-- FIX -->
5252
<action type="fix" dev="ggregory" due-to="Gary Gregory">Optimize memory allocation in PhoneticEngine.</action>
5353
<action type="fix" dev="ggregory" due-to="Gary Gregory">BCodec and QCodec encode() methods throw UnsupportedCharsetException instead of EncoderException.</action>
54+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Set Javadoc link to latest Java API LTS version.</action>
5455
<!-- UPDATE -->
5556
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 66 to 69 #250, #261.</action>
5657
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-io:commons-io from 2.15.1 to 2.16.1 #258, #265.</action>

0 commit comments

Comments
 (0)