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

dblevins 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 be6fbbd  Fix RI setup issue
be6fbbd is described below

commit be6fbbd0fdb7e81f4296e7a2f226b07047103a78
Author: David Blevins <[email protected]>
AuthorDate: Sun Apr 11 19:51:46 2021 -0700

    Fix RI setup issue
---
 update91tck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update91tck.sh b/update91tck.sh
index ac34828..79dd734 100755
--- a/update91tck.sh
+++ b/update91tck.sh
@@ -110,7 +110,7 @@ echo "Extracted ant"
 perl -i -pe "s,(<jakartaee91.cts.home>)[^<]+<,\$1$TCKDIR/$TCK<," 
~/.m2/settings.xml
 
 ## Update jakartaee91.ri.home in ~/.m2/settings.xml
-perl -i -pe "s,(<jakartaee91.ri.home>)[^<]+<,\$1$RIDIR/$RI<," 
~/.m2/settings.xml
+perl -i -pe "s,(<jakartaee91.ri.home>)[^<]+<,\$1$RIDIR/$RI/glassfish<," 
~/.m2/settings.xml
 
 echo "Updated ~/.m2/settings.xml"
 

Reply via email to