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 2014/01/06 13:42:15 UTC

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

Author: davidb
Date: Mon Jan  6 12:42:15 2014
New Revision: 1555735

URL: http://svn.apache.org/r1555735
Log:
Update blueprint itests dependency on blueprint-core to the current version

It was previously pointing at the old 1.4.0-SNAPSHOT which is not being built any more.
This fixes a build error on trunk.

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=1555735&r1=1555734&r2=1555735&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-itests/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-itests/pom.xml Mon Jan  6 12:42:15 2014
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <version>1.4.0-SNAPSHOT</version>
+            <version>1.4.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>