You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by al...@apache.org on 2016/06/05 20:21:48 UTC

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

Author: alien11689
Date: Sun Jun  5 20:21:48 2016
New Revision: 1746945

URL: http://svn.apache.org/viewvc?rev=1746945&view=rev
Log:
Change bleprint-core dependecy version in blueprint-bundle to available in project 1.6.3-SNAPSHOT

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=1746945&r1=1746944&r2=1746945&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-bundle/pom.xml Sun Jun  5 20:21:48 2016
@@ -122,7 +122,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
+            <version>1.6.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>