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 2019/01/31 15:42:57 UTC

[tomee-tck] branch master updated: Move to Java EE 7

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

jlmonteiro 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 19b1879  Move to Java EE 7
19b1879 is described below

commit 19b1879d9899c20c1dc2010c1ddeb9f36aaaa54f
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Thu Jan 31 16:42:51 2019 +0100

    Move to Java EE 7
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 07044ab..b3d5006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
     <!--
     NOTE: User must define "javaee8.cts.home" and "javaee8.ri.home" in ~/.m2/settings.xml
     -->
-    <javaee.cts.home>${javaee8.cts.home}</javaee.cts.home>
-    <javaee.ri.home>${javaee8.ri.home}</javaee.ri.home>
+    <javaee.cts.home>${javaee7.cts.home}</javaee.cts.home>
+    <javaee.ri.home>${javaee7.ri.home}</javaee.ri.home>
     <javaee.tck.version>8.0a</javaee.tck.version>
 
     <localRepository>${settings.localRepository}</localRepository>