Author: dkulp
Date: Thu May 24 19:12:56 2012
New Revision: 1342395
URL: http://svn.apache.org/viewvc?rev=1342395&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml
Modified: aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml?rev=1342395&r1=1342394&r2=1342395&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml Thu May 24
19:12:56 2012
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.manager</artifactId>
- <version>0.3.1</version>
+ <version>0.3.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Aries Transaction Manager</name>
@@ -213,9 +213,9 @@
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.transaction.manager-0.3.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.transaction.manager-0.3.1</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.transaction.manager-0.3.1</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/transaction-manager</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/transaction-manager</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/transaction-manager</url>
</scm>
</project>