This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 559238d7cf Update Java version required to build Tomcat
559238d7cf is described below
commit 559238d7cf3a463762e89400425983ea677b472f
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Feb 22 12:48:41 2024 +0000
Update Java version required to build Tomcat
---
webapps/docs/tomcat-docs.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index dcdf8af21e..83d2393730 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -38,7 +38,7 @@
<xsl:param name="majorversion" select="'10'"/>
<xsl:param name="majorminorversion" select="'10.1'"/>
<xsl:param name="minjavaversion" select="'11'"/>
- <xsl:param name="buildjavaversion" select="'11'"/>
+ <xsl:param name="buildjavaversion" select="'17'"/>
<xsl:param name="antversionrequired" select="'1.10.2'"/>
<xsl:param name="build-date" select="'MMM d yyyy'"/>
<xsl:param name="build-date-iso-8601" select="'yyyy-MM-dd'"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]