This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_7
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git

commit 223a789e391355fe578be2bac26149a4ab57d823
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Sun Jul 30 22:32:43 2017 +0000

    [maven-release-plugin] prepare for next development iteration
---
 apidocs/pom.xml                     | 2 +-
 code-coverage/pom.xml               | 2 +-
 modules/distribution/pom.xml        | 2 +-
 modules/rampart-core/pom.xml        | 2 +-
 modules/rampart-integration/pom.xml | 2 +-
 modules/rampart-mar/pom.xml         | 2 +-
 modules/rampart-policy/pom.xml      | 2 +-
 modules/rampart-samples/pom.xml     | 2 +-
 modules/rampart-tests/pom.xml       | 2 +-
 modules/rampart-trust-mar/pom.xml   | 2 +-
 modules/rampart-trust/pom.xml       | 2 +-
 pom.xml                             | 8 ++++----
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index bac66a4..8c8c064 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>apidocs</artifactId>
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index eabce0b..47eaf36 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>code-coverage</artifactId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 19283be..22b5b57 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/rampart-core/pom.xml b/modules/rampart-core/pom.xml
index bedd145..885794a 100644
--- a/modules/rampart-core/pom.xml
+++ b/modules/rampart-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-integration/pom.xml 
b/modules/rampart-integration/pom.xml
index f42ad99..d303d48 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-mar/pom.xml b/modules/rampart-mar/pom.xml
index e5c8719..fae6799 100644
--- a/modules/rampart-mar/pom.xml
+++ b/modules/rampart-mar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-policy/pom.xml b/modules/rampart-policy/pom.xml
index a3ef33d..f072ede 100644
--- a/modules/rampart-policy/pom.xml
+++ b/modules/rampart-policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml
index a9e5bc2..34f9da1 100644
--- a/modules/rampart-samples/pom.xml
+++ b/modules/rampart-samples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml
index 0187d70..464af67 100644
--- a/modules/rampart-tests/pom.xml
+++ b/modules/rampart-tests/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-trust-mar/pom.xml 
b/modules/rampart-trust-mar/pom.xml
index bbfdfe3..571437b 100644
--- a/modules/rampart-trust-mar/pom.xml
+++ b/modules/rampart-trust-mar/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml
index 2b0314a..d25f939 100644
--- a/modules/rampart-trust/pom.xml
+++ b/modules/rampart-trust/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index deeed91..301379a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.7.1</version>
+    <version>1.7.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.7.1
+            
scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_7
         </connection>
         <developerConnection>
-            
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.7.1
+            
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_7
         </developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.7.1</url>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_7</url>
     </scm>
 
     <distributionManagement>

Reply via email to