[maven-release-plugin] prepare release v1.6.1
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 15e7b57..718bd37 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/documentation/pom.xml b/modules/documentation/pom.xml
index caa1aae..c84bb9e 100644
--- a/modules/documentation/pom.xml
+++ b/modules/documentation/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <version>1.6.1</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 4c7143e..5f61704 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index dfb373c..9ea06b2 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-mar/pom.xml b/modules/rampart-mar/pom.xml
index 13d3b11..0cffb67 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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/branches/1_6</connection>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1</connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6
+            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/branches/1_6</url>
+		<url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.6.1</url>
     </scm>
 
     <build>
diff --git a/modules/rampart-policy/pom.xml b/modules/rampart-policy/pom.xml
index 8c56422..c06a437 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-tests/pom.xml b/modules/rampart-tests/pom.xml
index 3fe399e..e5dec9d 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/rampart-trust-mar/pom.xml b/modules/rampart-trust-mar/pom.xml
index 57af94a..7e33e4d 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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/branches/1_6</connection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1</connection>
         <developerConnection>
-            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: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>
 
     <build>
diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml
index 826033b..6c5ec12 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 77244c9..a4cb204 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.6.1-SNAPSHOT</version>
+    <version>1.6.1</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/branches/1_6
+            scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/rampart/tags/v1.6.1
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_6
+            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/branches/1_6</url>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/rampart/tags/v1.6.1</url>
     </scm>