FYI, 11.0.0-M18 passes the EL 6.0 TCK and I'll be using that (rather than the previous 11.0.0-M18-SNAPSHOT) to provide the certified implementation I need to complete the EL 6.0 release over at Eclipse.

Mark


On 14/03/2024 10:12, ma...@apache.org wrote:
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-tck.git

commit f8f0e68378d5677594453ca912d4fbb9da0865f0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 14 10:09:17 2024 +0000

     Update to 11.0.0-M18 release and EL API 6.0.0
---
  pom.xml | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b4498ba..72e0b0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,13 +31,13 @@
          <maven.compiler.target>17</maven.compiler.target>
<!-- Tomcat version to test -->
-        <tomcat.version>11.0.0-M18-SNAPSHOT</tomcat.version>
+        <tomcat.version>11.0.0-M18</tomcat.version>
<!-- TCK versions to test against -->
          <tck.el.version>6.0.0</tck.el.version>
-        <api.el.version>6.0.0-SNAPSHOT</api.el.version>
+        <api.el.version>6.0.0</api.el.version>
          <tck.servlet.version>6.1.0-SNAPSHOT</tck.servlet.version>
-        <tck.jsp.version>4.0.0-SNAPSHOT</tck.jsp.version>
+        <tck.jsp.version>4.0.0</tck.jsp.version>
          <tck.websocket.version>10.0.0-SNAPSHOT</tck.websocket.version>
<!-- TCK dependency versions -->


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


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

Reply via email to