You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2011/11/17 20:24:54 UTC

svn commit: r1203342 - /aries/trunk/application/application-itests/pom.xml

Author: dkulp
Date: Thu Nov 17 19:24:54 2011
New Revision: 1203342

URL: http://svn.apache.org/viewvc?rev=1203342&view=rev
Log:
Update to latest blueprint which fixes the bug causing the test to fail

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

Modified: aries/trunk/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-itests/pom.xml?rev=1203342&r1=1203341&r2=1203342&view=diff
==============================================================================
--- aries/trunk/application/application-itests/pom.xml (original)
+++ aries/trunk/application/application-itests/pom.xml Thu Nov 17 19:24:54 2011
@@ -71,7 +71,7 @@
 		<dependency>
 			<groupId>org.apache.aries.blueprint</groupId>
 			<artifactId>org.apache.aries.blueprint</artifactId>
-            <version>0.4</version>
+            <version>0.4.1-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>