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:39 UTC

[47/50] aries-jpa git commit: Upgrade to equinox 3.11.3

Upgrade to equinox 3.11.3

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1790961 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/1da6b159
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/1da6b159
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/1da6b159

Branch: refs/heads/master
Commit: 1da6b159eb380e864012b3478588762ac674db20
Parents: 0968081
Author: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Tue Apr 11 12:02:40 2017 +0000
Committer: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Tue Apr 11 12:02:40 2017 +0000

----------------------------------------------------------------------
 itests/jpa-container-itest/pom.xml | 4 ++--
 itests/pom.xml                     | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1da6b159/itests/jpa-container-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-container-itest/pom.xml b/itests/jpa-container-itest/pom.xml
index 5c25de7..317b52c 100644
--- a/itests/jpa-container-itest/pom.xml
+++ b/itests/jpa-container-itest/pom.xml
@@ -41,9 +41,9 @@
         </dependency>
         
         <dependency>
-            <groupId>org.eclipse.tycho</groupId>
+            <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.10.100.v20150529-1857</version>
+            <version>${equinox.version}</version>
         </dependency>
 <!--         <dependency> -->
 <!--             <groupId>org.apache.felix</groupId> -->

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/1da6b159/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 43b830a..d177243 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -36,6 +36,7 @@
     <properties>
         <paxlogging.version>1.7.3</paxlogging.version>
         <exam.version>4.9.1</exam.version>
+        <equinox.version>3.11.3</equinox.version>
         <url.version>2.5.2</url.version>
         <hibernate42.version>4.2.15.Final</hibernate42.version>
         <ant.bundle.version>1.8.2_2</ant.bundle.version>