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/24 18:12:37 UTC

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

Author: hughesj
Date: Mon Oct 24 16:12:36 2011
New Revision: 1188189

URL: http://svn.apache.org/viewvc?rev=1188189&view=rev
Log:
Redo-ing blueprint-core 0.4 release as org/apache/aries/blueprint/blueprint.xsd was missing from staged artifact

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=1188189&r1=1188188&r2=1188189&view=diff
==============================================================================
--- aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml (original)
+++ aries/branches/oct-2011-release/blueprint/blueprint-core/pom.xml Mon Oct 24 16:12:36 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.