Skip to content

Commit

Permalink
Bump the default URL for Java EE Javadoc to EE8; also avoids Javadoc
Browse files Browse the repository at this point in the history
issuing redirect warnings
  • Loading branch information
garydgregory committed Sep 19, 2024
1 parent d83ca36 commit dd576c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<commons.javadoc.javaee9.1.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee9.1.link>
<commons.javadoc.javaee10.link>https://jakarta.ee/specifications/platform/10/apidocs/</commons.javadoc.javaee10.link>

<commons.javadoc.javaee.link>${commons.javadoc.javaee6.link}</commons.javadoc.javaee.link>
<commons.javadoc.javaee.link>${commons.javadoc.javaee8.link}</commons.javadoc.javaee.link>

<!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
<minSeverity>info</minSeverity>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump the default URL for Java EE Javadoc to EE8; also avoids Javadoc issuing redirect warnings.</action>
</release>
<release version="75" date="2024-09-14" description="Version 75: Maintenance and update dependencies.">
<!-- FIX -->
Expand Down

0 comments on commit dd576c2

Please sign in to comment.