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/11 12:02:40 UTC

svn commit: r1790961 - in /aries/trunk/jpa/itests: jpa-container-itest/pom.xml pom.xml

Author: cschneider
Date: Tue Apr 11 12:02:40 2017
New Revision: 1790961

URL: http://svn.apache.org/viewvc?rev=1790961&view=rev
Log:
Upgrade to equinox 3.11.3

Modified:
    aries/trunk/jpa/itests/jpa-container-itest/pom.xml
    aries/trunk/jpa/itests/pom.xml

Modified: aries/trunk/jpa/itests/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-itest/pom.xml?rev=1790961&r1=1790960&r2=1790961&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-itest/pom.xml Tue Apr 11 12:02:40 2017
@@ -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> -->

Modified: aries/trunk/jpa/itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/pom.xml?rev=1790961&r1=1790960&r2=1790961&view=diff
==============================================================================
--- aries/trunk/jpa/itests/pom.xml (original)
+++ aries/trunk/jpa/itests/pom.xml Tue Apr 11 12:02:40 2017
@@ -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>