Author: shankar Date: Tue Jan 4 07:15:03 2011 New Revision: 1054925 URL: http://svn.apache.org/viewvc?rev=1054925&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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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:https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1</connection> + <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1 + scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/trunk/java </developerConnection> - <url>https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1</url> + <url>https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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:https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1</connection> + <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1</developerConnection> - <url>https://svn.apache.org/repos/asf/webservices/rampart/tags/vv1.5.1</url> + scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</developerConnection> + <url>https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</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=1054925&r1=1054924&r2=1054925&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 07:15:03 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=1054925&r1=1054924&r2=1054925&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 07:15:03 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:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/vv1.5.1 + scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/trunk </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/vv1.5.1 + scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/trunk </developerConnection> - <url>https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/vv1.5.1</url> + <url>https://svn.apache.org/repos/asf/axis/axis2/java/rampart/trunk</url> </scm>