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
commit 570c2e6aea3d2cb150a543111c7527c1b5be800c Author: Mark Thomas <[email protected]> AuthorDate: Fri Nov 18 16:09:02 2022 +0000 Next iteration of the Servlet spec currently planned to be 6.1 --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index ba3757240d..92dc34cab8 100644 --- a/build.xml +++ b/build.xml @@ -57,8 +57,8 @@ <property name="md5sum.binary-prefix" value=" *" /> <!-- Exact spec versions (for the manifests etc.) --> - <property name="servlet.spec.version" value="6.0" /> - <property name="servlet.revision" value="" /> + <property name="servlet.spec.version" value="6.1" /> + <property name="servlet.revision" value="-SNAPSHOT" /> <property name="jsp.spec.version" value="4.0" /> <property name="jsp.revision" value="-SNAPSHOT" /> <property name="el.spec.version" value="6.0" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
