You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/04/18 12:55:19 UTC

[27/50] aries-jpa git commit: Fix tck setup

Fix tck setup

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1780937 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/82c41d30
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/82c41d30
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/82c41d30

Branch: refs/heads/master
Commit: 82c41d301cf8cb6a714ffe5ac9c52438ac6a6fff
Parents: 730dbb4
Author: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Mon Jan 30 16:39:48 2017 +0000
Committer: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Mon Jan 30 16:39:48 2017 +0000

----------------------------------------------------------------------
 itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd | 4 ++--
 itests/jpa-tck-itest/pom.xml                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/82c41d30/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
----------------------------------------------------------------------
diff --git a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
index 25970e2..755bd31 100644
--- a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
+++ b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
@@ -39,8 +39,8 @@ lib/org.eclipse.persistence.jpa-2.6.0.jar;version=file, \
 lib/org.eclipse.persistence.antlr-2.6.0.jar;version=file, \
 lib/org.eclipse.persistence.jpa.jpql-2.6.0.jar;version=file, \
 lib/org.eclipse.persistence.asm-2.6.0.jar;version=file, \
-lib/org.apache.aries.jpa.eclipselink.adapter-2.3.0-SNAPSHOT.jar;version=file, \
-lib/org.apache.aries.jpa.container-2.3.0-SNAPSHOT.jar;version=file, \
+lib/org.apache.aries.jpa.eclipselink.adapter-2.6.0-SNAPSHOT.jar;version=file, \
+lib/org.apache.aries.jpa.container-2.6.0-SNAPSHOT.jar;version=file, \
 lib/org.osgi.test.cases.jpa-5.0.0.jar;version=file 
 
 -runproperties = \

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/82c41d30/itests/jpa-tck-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-tck-itest/pom.xml b/itests/jpa-tck-itest/pom.xml
index e75ca00..c864433 100644
--- a/itests/jpa-tck-itest/pom.xml
+++ b/itests/jpa-tck-itest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>