You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/06 19:02:46 UTC

[tomcat] 02/02: Make it clear the EL API provided is a SNAPSHOT version

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 df9f54f200af06af6df1cf9f5842ccd58ae3014a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 6 20:02:35 2021 +0100

    Make it clear the EL API provided is a SNAPSHOT version
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 2459234..428ce57 100644
--- a/build.xml
+++ b/build.xml
@@ -57,7 +57,7 @@
   <property name="jsp.spec.version"        value="3.0" />
   <property name="jsp.revision"            value="0" />
   <property name="el.spec.version"         value="5.0" />
-  <property name="el.revision"             value="0" />
+  <property name="el.revision"             value="-SNAPSHOT" />
   <property name="websocket.spec.version"  value="2.0" />
   <property name="websocket.revision"      value="0" />
   <property name="jaspic.spec.version"     value="2.0" />

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