Author: veithen
Date: Sun Sep 25 08:29:21 2011
New Revision: 1175329
URL: http://svn.apache.org/viewvc?rev=1175329&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/documentation/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
axis/axis2/java/rampart/branches/1_6/pom.xml
Modified: axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/distribution/pom.xml Sun Sep
25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: axis/axis2/java/rampart/branches/1_6/modules/documentation/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/documentation/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/documentation/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/documentation/pom.xml Sun Sep
25 08:29:21 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-core/pom.xml Sun Sep
25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified:
axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-integration/pom.xml
Sun Sep 25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-mar/pom.xml Sun Sep 25
08:29:21 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.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.6.1</connection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1
+
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6
</developerConnection>
-
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.6.1</url>
+
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6</url>
</scm>
<build>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-policy/pom.xml Sun Sep
25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-tests/pom.xml Sun Sep
25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-trust-mar/pom.xml Sun
Sep 25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.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.6.1</connection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1</developerConnection>
-
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.6.1</url>
+
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6</developerConnection>
+
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6</url>
</scm>
<build>
Modified: axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml
(original)
+++ axis/axis2/java/rampart/branches/1_6/modules/rampart-trust/pom.xml Sun Sep
25 08:29:21 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-project</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/rampart/branches/1_6/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/pom.xml?rev=1175329&r1=1175328&r2=1175329&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/pom.xml Sun Sep 25 08:29:21 2011
@@ -33,7 +33,7 @@
<artifactId>rampart-project</artifactId>
<packaging>pom</packaging>
<description> WS-Security, WS-Trust and WS-SecureConversation
implementaion for Apache Axis2 </description>
- <version>1.6.1</version>
+ <version>1.6.2-SNAPSHOT</version>
<name>Apache Rampart</name>
<url>http://axis.apache.org/axis2/java/rampart</url>
@@ -110,12 +110,12 @@
<scm>
<connection>
-
scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1
+
scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6
</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1
+
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6
</developerConnection>
-
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.6.1</url>
+
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6</url>
</scm>