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 8f5eedbdd9 Update link to Jakarta EE 10 Javadocs 8f5eedbdd9 is described below commit 8f5eedbdd9d5363dc44d43ee221a81815233911a Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 23 09:16:57 2022 +0100 Update link to Jakarta EE 10 Javadocs --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c618efd01c..bdd08019f5 100644 --- a/build.xml +++ b/build.xml @@ -2348,7 +2348,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <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/9/apidocs/"/> + <link href="https://jakarta.ee/specifications/platform/10/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