Author: dkulp
Date: Thu May 24 19:17:09 2012
New Revision: 1342401
URL: http://svn.apache.org/viewvc?rev=1342401&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=1342401&r1=1342400&r2=1342401&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 Thu May 24
19:17:09 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>