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 0c8f8e8ca296d080ba566e5dbb2104a9f3ce91d2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 14 10:11:53 2024 +0000

    Correct comment
---
 el-tck/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-tck/pom.xml b/el-tck/pom.xml
index c902151..f57fb63 100644
--- a/el-tck/pom.xml
+++ b/el-tck/pom.xml
@@ -80,7 +80,7 @@
                                 <junit.log.traceflag>true</junit.log.traceflag>
                                 <!-- Use this signature test classpath with 
the Tomcat provided EL API -->
                                 
<sigTestClasspath>${settings.localRepository}/org/apache/tomcat/tomcat-el-api/${tomcat.version}/tomcat-el-api-${tomcat.version}.jar:${env.JAVA_HOME}/jmods/java.base</sigTestClasspath>
-                                <!-- Use this signature test classpath with 
the Tomcat provided EL API -->
+                                <!-- Use this signature test classpath with 
the Jakarta provided EL API -->
                                 <!--
                                 
<sigTestClasspath>${settings.localRepository}/jakarta/el/jakarta.el-api/${api.el.version}/jakarta.el-api-${api.el.version}.jar:${env.JAVA_HOME}/jmods/java.base</sigTestClasspath>
                                 -->


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

Reply via email to