You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/01/16 15:18:10 UTC

[tomee-tck] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f97866  Fix typo
     new 3886ee8  Merge pull request #3 from jgallimore/master
9f97866 is described below

commit 9f9786695b1b630c567c12de85f3cca48867e536
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Jan 16 15:17:16 2019 +0000

    Fix typo
---
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index 525cb6f..3fd6cb8 100644
--- a/README.txt
+++ b/README.txt
@@ -47,7 +47,7 @@ Once unpacked, they can be "hooked" up via the maven settings.xml
           
           <properties>
     	      <javaee8.cts.home>/Users/jgallimore/ee8tck/javaeetck</javaee8.cts.home>
-    	      <javaee6.ri.home>/Users/jgallimore/ee8tck/glassfish5</javaee6.ri.home>
+    	      <javaee8.ri.home>/Users/jgallimore/ee8tck/glassfish5</javaee8.ri.home>
           </properties>
         </profile>
       </profiles>