You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/10/27 09:46:07 UTC

svn commit: r1710744 - in /aries/trunk/subsystem: subsystem-bundle/pom.xml subsystem-core/pom.xml

Author: davidb
Date: Tue Oct 27 08:46:07 2015
New Revision: 1710744

URL: http://svn.apache.org/viewvc?rev=1710744&view=rev
Log:
Update the Equinox Regions bundle to the latest version.

Modified:
    aries/trunk/subsystem/subsystem-bundle/pom.xml
    aries/trunk/subsystem/subsystem-core/pom.xml

Modified: aries/trunk/subsystem/subsystem-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-bundle/pom.xml?rev=1710744&r1=1710743&r2=1710744&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Tue Oct 27 08:46:07 2015
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>org.eclipse.equinox.region</artifactId>
-            <version>1.1.0.v20120522-1841</version>
+            <version>1.2.101.v20150831-1342</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.tycho</groupId>

Modified: aries/trunk/subsystem/subsystem-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-core/pom.xml?rev=1710744&r1=1710743&r2=1710744&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-core/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-core/pom.xml Tue Oct 27 08:46:07 2015
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>org.eclipse.equinox.region</artifactId>
-            <version>1.1.0.v20120522-1841</version>
+            <version>1.2.101.v20150831-1342</version>
         </dependency>
         <dependency>
             <groupId>org.easymock</groupId>