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 4e498bcb6b Parameterise the spec versions in BUILDING.txt
4e498bcb6b is described below

commit 4e498bcb6b0fde1ea9a59e5d4a9b55e1e6c095f2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 9 09:45:32 2022 +0100

    Parameterise the spec versions in BUILDING.txt
---
 BUILDING.txt | 4 ++--
 build.xml    | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 5534dd9d92..7702fe5cee 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -20,8 +20,8 @@
             ====================================================
 
 This project contains the source code for Tomcat @VERSION_MAJOR_MINOR@, a 
container that
-implements the Jakarta Servlet 6.0, JSP 3.1, EL 5.0, WebSocket 2.1 and
-Authentication 2.0 specifications from the Jakarta EE project at Eclipse
+implements the Jakarta Servlet @SERVLET_SPEC_VERSION@, JSP @JSP_SPEC_VERSION@, 
EL @EL_SPEC_VERSION@, WebSocket @WEBSOCKET_SPEC_VERSION@ and
+Authentication @JASPIC_SPEC_VERSION@ specifications from the Jakarta EE 
project at Eclipse
 <https://jakarta.ee//>.
 
 Note: If you just need to run Apache Tomcat, it is not necessary to build
diff --git a/build.xml b/build.xml
index 0a1e159922..3b062e2236 100644
--- a/build.xml
+++ b/build.xml
@@ -266,6 +266,11 @@
     <filter token="MIN_JAVA_VERSION" value="${min.java.version}"/>
     <filter token="BUILD_JAVA_VERSION" value="${build.java.version}"/>
     <filter token="ANT_VERSION_REQUIRED" value="${ant.version.required}"/>
+    <filter token="SERVLET_SPEC_VERSION" value="${servlet.spec.version}"/>
+    <filter token="JSP_SPEC_VERSION" value="${jsp.spec.version}"/>
+    <filter token="EL_SPEC_VERSION" value="${el.spec.version}"/>
+    <filter token="WEBSOCKET_SPEC_VERSION" value="${websocket.spec.version}"/>
+    <filter token="JASPIC_SPEC_VERSION" value="${jaspic.spec.version}"/>
   </filterset>
 
   <!-- Files to change line endings for depending on target platform -->


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

Reply via email to