You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2012/05/30 20:27:09 UTC

svn commit: r1344389 - /aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml

Author: dkulp
Date: Wed May 30 18:27:08 2012
New Revision: 1344389

URL: http://svn.apache.org/viewvc?rev=1344389&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml

Modified: aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml?rev=1344389&r1=1344388&r2=1344389&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml Wed May 30 18:27:08 2012
@@ -25,7 +25,7 @@
     <artifactId>org.apache.aries.blueprint</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Blueprint Bundle</name>
-    <version>0.3.2</version>
+    <version>0.3.3-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.
@@ -252,8 +252,8 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint-0.3.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint-0.3.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint-0.3.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</url>
     </scm>
 </project>