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 2014/10/06 21:14:42 UTC

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

Author: cschneider
Date: Mon Oct  6 19:14:41 2014
New Revision: 1629737

URL: http://svn.apache.org/r1629737
Log:
Fix blueprint core version

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=1629737&r1=1629736&r2=1629737&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-bundle/pom.xml Mon Oct  6 19:14:41 2014
@@ -122,7 +122,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <version>1.4.2-SNAPSHOT</version>
+            <version>1.4.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>