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 d96efa2019 The implementations for EL, Servlet, JSP and WebSocket are
complete.
d96efa2019 is described below
commit d96efa2019057277ec916f21f7dfc88dc244376e
Author: Mark Thomas <[email protected]>
AuthorDate: Sun Apr 7 21:35:13 2024 +0200
The implementations for EL, Servlet, JSP and WebSocket are complete.
---
build.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index 2f98afeb51..636072a402 100644
--- a/build.xml
+++ b/build.xml
@@ -58,13 +58,13 @@
<!-- Exact spec versions (for the manifests etc.) -->
<property name="servlet.spec.version" value="6.1" />
- <property name="servlet.revision" value="-SNAPSHOT" />
+ <property name="servlet.revision" value="" />
<property name="jsp.spec.version" value="4.0" />
- <property name="jsp.revision" value="-SNAPSHOT" />
+ <property name="jsp.revision" value="" />
<property name="el.spec.version" value="6.0" />
- <property name="el.revision" value="-SNAPSHOT" />
+ <property name="el.revision" value="" />
<property name="websocket.spec.version" value="2.2" />
- <property name="websocket.revision" value="-SNAPSHOT" />
+ <property name="websocket.revision" value="" />
<property name="jaspic.spec.version" value="3.1" />
<property name="jaspic.revision" value="-SNAPSHOT" />
<property name="annotation.spec.version" value="3.0" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]