This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 30829a7c08 Link to correct versions of Javadoc (Java 17 / Jakarta EE 
11)
30829a7c08 is described below

commit 30829a7c089113d052f16c078741fc382c354c84
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Aug 5 14:19:45 2024 +0100

    Link to correct versions of Javadoc (Java 17 / Jakarta EE 11)
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index f4fcfa0089..273c36ce9d 100644
--- a/build.xml
+++ b/build.xml
@@ -2415,8 +2415,8 @@
       <link href="../elapi"/>
       <link href="../websocketapi"/>
       <link href="../jaspicapi"/>
-      <link href="https://docs.oracle.com/en/java/javase/11/docs/api/"/>
-      <link href="https://jakarta.ee/specifications/platform/10/apidocs/"/>
+      <link href="https://docs.oracle.com/en/java/javase/17/docs/api/"/>
+      <link href="https://jakarta.ee/specifications/platform/11/apidocs/"/>
       <packageset dir="${tomcat.dist}/src/java/">
         <include name="org/**"/>
         <exclude name="org/apache/el/parser/**"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to