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

svn commit: r1630769 - in /aries/trunk: blueprint/blueprint-itests/pom.xml subsystem/subsystem-bundle/pom.xml

Author: mnuttall
Date: Fri Oct 10 12:09:06 2014
New Revision: 1630769

URL: http://svn.apache.org/r1630769
Log:
Aries-1260: subsystem.itests dependency on subsystem.core should be moved up

Modified:
    aries/trunk/blueprint/blueprint-itests/pom.xml
    aries/trunk/subsystem/subsystem-bundle/pom.xml

Modified: aries/trunk/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-itests/pom.xml?rev=1630769&r1=1630768&r2=1630769&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-itests/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-itests/pom.xml Fri Oct 10 12:09:06 2014
@@ -89,7 +89,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.cm</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6-SNAPSHOT</version>
             <type>bundle</type>
             <scope>compile</scope>
             <exclusions>

Modified: aries/trunk/subsystem/subsystem-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-bundle/pom.xml?rev=1630769&r1=1630768&r2=1630769&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Fri Oct 10 12:09:06 2014
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>