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 2016/03/22 17:18:29 UTC

svn commit: r1736207 - /aries/trunk/blueprint/blueprint-itests/pom.xml

Author: cschneider
Date: Tue Mar 22 16:18:28 2016
New Revision: 1736207

URL: http://svn.apache.org/viewvc?rev=1736207&view=rev
Log:
[itests] fix dependencies, blueprint.core should be used from reactor

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

Modified: aries/trunk/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-itests/pom.xml?rev=1736207&r1=1736206&r2=1736207&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-itests/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-itests/pom.xml Tue Mar 22 16:18:28 2016
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.6.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>