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/25 16:33:31 UTC

svn commit: r1188670 - in /aries/branches/oct-2011-release/blueprint: blueprint-bundle/pom.xml blueprint-core/pom.xml blueprint-itests/pom.xml

Author: hughesj
Date: Tue Oct 25 14:33:31 2011
New Revision: 1188670

URL: http://svn.apache.org/viewvc?rev=1188670&view=rev
Log:
Winding back to pre-staging state to fix ARIES-766

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

Modified: aries/branches/oct-2011-release/blueprint/blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-bundle/pom.xml?rev=1188670&r1=1188669&r2=1188670&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-bundle/pom.xml Tue Oct 25 14:33:31 2011
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.blueprint</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Blueprint Bundle</name>
-    <version>0.4</version>
+    <version>0.4-SNAPSHOT</version>
     <description>
         This bundle contains the standalone implementation along with the API.
         It's composed of the blueprint-api, blueprint-core and blueprint-cm modules.

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=1188670&r1=1188669&r2=1188670&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml Tue Oct 25 14:33:31 2011
@@ -29,7 +29,7 @@
   <artifactId>org.apache.aries.blueprint.core</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Aries Blueprint Core</name>
-  <version>0.4</version>
+  <version>0.4-SNAPSHOT</version>
   <description>
       This bundle contains the core implementation of Blueprint 
       along with the "ext" namespace handler.

Modified: aries/branches/oct-2011-release/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/oct-2011-release/blueprint/blueprint-itests/pom.xml?rev=1188670&r1=1188669&r2=1188670&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-itests/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-itests/pom.xml Tue Oct 25 14:33:31 2011
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>org.apache.aries.blueprint.itests</artifactId>
     <name>Apache Aries Blueprint iTests</name>
-    <version>0.4</version>
+    <version>0.3.2-SNAPSHOT</version>
     <description>
         Integration tests using the standalone blueprint-bundle for the implementation
         and blueprint-sample for the blueprint application to be tested.