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/13 14:50:18 UTC

svn commit: r1631369 - /aries/trunk/blueprint/blueprint-bundle/pom.xml

Author: mnuttall
Date: Mon Oct 13 12:50:18 2014
New Revision: 1631369

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

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

Modified: aries/trunk/blueprint/blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-bundle/pom.xml?rev=1631369&r1=1631368&r2=1631369&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-bundle/pom.xml Mon Oct 13 12:50:18 2014
@@ -128,7 +128,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>
             <scope>provided</scope>
         </dependency>
         <dependency>