Author: shankar Date: Tue Jan 4 14:35:48 2011 New Revision: 1055061 URL: http://svn.apache.org/viewvc?rev=1055061&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: axis/axis2/java/rampart/branches/1_5_x/modules/distribution/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/documentation/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-core/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-mar/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-policy/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-tests/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust-mar/pom.xml axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust/pom.xml axis/axis2/java/rampart/branches/1_5_x/pom.xml Modified: axis/axis2/java/rampart/branches/1_5_x/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/distribution/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/distribution/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/distribution/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/documentation/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/documentation/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/documentation/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/documentation/pom.xml Tue Jan 4 14:35:48 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-core/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-core/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-core/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-core/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-mar/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-mar/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-mar/pom.xml Tue Jan 4 14:35:48 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -35,11 +35,11 @@ <name>Rampart - Mar</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1</connection> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x</connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1 + scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x </developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.5.1</url> + <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x</url> </scm> <build> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-policy/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-policy/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-policy/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-policy/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-tests/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-tests/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-tests/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust-mar/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust-mar/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust-mar/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -36,10 +36,10 @@ <name>Rampart - Trust-Mar</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1</connection> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x</connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.5.1</url> + scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x</url> </scm> <build> Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-trust/pom.xml Tue Jan 4 14:35:48 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: axis/axis2/java/rampart/branches/1_5_x/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/pom.xml?rev=1055061&r1=1055060&r2=1055061&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/pom.xml Tue Jan 4 14:35:48 2011 @@ -32,7 +32,7 @@ <artifactId>rampart-project</artifactId> <packaging>pom</packaging> <description> WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache Axis2 </description> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <name>Apache Rampart</name> <url>http://ws.apache.org/rampart</url> @@ -103,12 +103,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1 + scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.5.1 + scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5_x </developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.5.1</url> + <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x</url> </scm>