Author: veithen Date: Sun Sep 25 09:22:21 2011 New Revision: 1175344 URL: http://svn.apache.org/viewvc?rev=1175344&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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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.2</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.2 + 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.2</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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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.2</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.2</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.5.2</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=1175344&r1=1175343&r2=1175344&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 Sun Sep 25 09:22:21 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rampart</groupId> <artifactId>rampart-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-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=1175344&r1=1175343&r2=1175344&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/pom.xml Sun Sep 25 09:22:21 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.2</version> + <version>1.5.3-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.2 + 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.2 + 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.2</url> + <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x</url> </scm>