You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/08/29 12:47:58 UTC

tomee git commit: absolute path to persistence.xml

Repository: tomee
Updated Branches:
  refs/heads/master 7257f1cc0 -> 633526859


absolute path to persistence.xml


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/63352685
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/63352685
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/63352685

Branch: refs/heads/master
Commit: 6335268591565f22a098e3f811c67aaa262c6d42
Parents: 7257f1c
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Mon Aug 29 14:47:41 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Mon Aug 29 14:47:41 2016 +0200

----------------------------------------------------------------------
 .../arquillian-tomee-webprofile-tests/pom.xml                    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/63352685/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index ed388ac..75435db 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -48,10 +48,10 @@
       <plugin>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
-        <version>2.4.0</version>
+        <version>2.4.1</version>
         <configuration>
           <includes>org/apache/openejb/arquillian/tests/datasourcerealm/*.class</includes>
-          <persistenceXmlFile>src/test/resources/META-INF/build-persistence.xml</persistenceXmlFile>
+          <persistenceXmlFile>${project.basedir}/src/test/resources/META-INF/build-persistence.xml</persistenceXmlFile>
         </configuration>
         <executions>
           <execution>