You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/18 23:08:30 UTC

[tomee-tck] branch jakartaee9-tck updated: Fix bad merge yesterday

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new a00c740  Fix bad merge yesterday
a00c740 is described below

commit a00c740ed38fa95316bf59059541037332c93704
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Nov 19 00:08:13 2020 +0100

    Fix bad merge yesterday
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 3882453..c58a596 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -300,7 +300,7 @@ abstract class CommandSupport {
             return;
         }
 
-        log.info("TCK pom version: " + require('javaee.tck.version'))
+        log.info("TCK pom version: " + require('jakartaee.tck.version'))
         log.info("Start - Container libraries")
         if (lib.exists() && lib.isDirectory()) {
             lib.listFiles().grep(~/.*.jar/).sort { it.name }.each {