You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2011/10/20 18:43:15 UTC

svn commit: r1186910 - /aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml

Author: hughesj
Date: Thu Oct 20 16:43:14 2011
New Revision: 1186910

URL: http://svn.apache.org/viewvc?rev=1186910&view=rev
Log:
Use soon to be released util 0.4 proxy-api 0.4 and blueprint-parser 0.4

Modified:
    aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml

Modified: aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml?rev=1186910&r1=1186909&r2=1186910&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml Thu Oct 20 16:43:14 2011
@@ -101,13 +101,13 @@
       <dependency>
           <groupId>org.apache.aries.blueprint</groupId>
           <artifactId>blueprint-parser</artifactId>
-          <version>0.4-SNAPSHOT</version>
+          <version>0.4</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>org.apache.aries</groupId>
           <artifactId>org.apache.aries.util</artifactId>
-          <version>0.4-SNAPSHOT</version>
+          <version>0.4</version>
       </dependency>
       <dependency>
           <groupId>org.osgi</groupId>
@@ -154,7 +154,7 @@
       <dependency>
           <groupId>org.apache.aries.proxy</groupId>
           <artifactId>org.apache.aries.proxy.api</artifactId>
-          <version>0.4-SNAPSHOT</version>
+          <version>0.4</version>
       </dependency>
       <dependency>
           <groupId>junit</groupId>