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

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

commit fb0ef02d29cba6b7c8297c2b437af903d382884a
Author: Sagara Gunathunga <sag...@apache.org>
AuthorDate: Wed Jun 1 11:48:51 2011 +0000

    [maven-release-plugin] prepare for next development iteration
---
 modules/all/pom.xml     | 10 +++++-----
 modules/base/pom.xml    |  8 ++++----
 modules/http/pom.xml    |  8 ++++----
 modules/jms/pom.xml     |  8 ++++----
 modules/mail/pom.xml    |  8 ++++----
 modules/sms/pom.xml     |  8 ++++----
 modules/tcp/pom.xml     |  8 ++++----
 modules/testkit/pom.xml |  8 ++++----
 modules/udp/pom.xml     |  8 ++++----
 modules/xmpp/pom.xml    |  8 ++++----
 pom.xml                 |  8 ++++----
 11 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/modules/all/pom.xml b/modules/all/pom.xml
index 61d4cc6..91be4dd 100644
--- a/modules/all/pom.xml
+++ b/modules/all/pom.xml
@@ -22,21 +22,21 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-transport-all</artifactId>
-    <version>1.6.0</version>
+    <version>1.6.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <description>Axis2 Transport</description>
     <name>Apache Axis2 - Transport - All</name>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/all</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/all</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/all</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/all</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/all</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/all</url>
     </scm>
 
     <profiles>
diff --git a/modules/base/pom.xml b/modules/base/pom.xml
index cb214cb..efeab06 100644
--- a/modules/base/pom.xml
+++ b/modules/base/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/base</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/base</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/base</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/base</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/base</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/base</url>
     </scm>
 
     <build>
diff --git a/modules/http/pom.xml b/modules/http/pom.xml
index 60de8d0..24aac27 100644
--- a/modules/http/pom.xml
+++ b/modules/http/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-http-tests</artifactId>
@@ -33,9 +33,9 @@
     <packaging>jar</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/http</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/http</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/http</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/http</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/http</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/http</url>
     </scm>
 
     <build>
diff --git a/modules/jms/pom.xml b/modules/jms/pom.xml
index a945901..bb868df 100644
--- a/modules/jms/pom.xml
+++ b/modules/jms/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/jms</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/jms</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/jms</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/jms</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/jms</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/jms</url>
     </scm>
 
     <build>
diff --git a/modules/mail/pom.xml b/modules/mail/pom.xml
index 5d1a786..5dcecf1 100644
--- a/modules/mail/pom.xml
+++ b/modules/mail/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-transports</artifactId>
-    <version>1.6.0</version>
+    <version>1.6.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,9 @@
   <packaging>bundle</packaging>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/mail</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/mail</developerConnection>
-    
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/mail</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/mail</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/mail</developerConnection>
+    
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/mail</url>
   </scm>
 
   <build>
diff --git a/modules/sms/pom.xml b/modules/sms/pom.xml
index 2b7dedf..4764597 100644
--- a/modules/sms/pom.xml
+++ b/modules/sms/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/sms</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/sms</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/sms</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/sms</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/sms</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/sms</url>
     </scm>
 
     <build>
diff --git a/modules/tcp/pom.xml b/modules/tcp/pom.xml
index db2ac65..a617db7 100644
--- a/modules/tcp/pom.xml
+++ b/modules/tcp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-tcp</artifactId>
@@ -33,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/tcp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/tcp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/tcp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/tcp</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/tcp</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/tcp</url>
     </scm>
 
     <build>
diff --git a/modules/testkit/pom.xml b/modules/testkit/pom.xml
index fd16551..c463a71 100644
--- a/modules/testkit/pom.xml
+++ b/modules/testkit/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-testkit</artifactId>
@@ -32,9 +32,9 @@
     <description>Framework to build test suites for Axis2 
transports</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/testkit</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/testkit</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/testkit</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/testkit</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/testkit</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/testkit</url>
     </scm>
 
     <dependencies>
diff --git a/modules/udp/pom.xml b/modules/udp/pom.xml
index d79c740..a93c9c3 100644
--- a/modules/udp/pom.xml
+++ b/modules/udp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-udp</artifactId>
@@ -33,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/udp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/udp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/udp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/udp</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/udp</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/udp</url>
     </scm>
 
     <build>
diff --git a/modules/xmpp/pom.xml b/modules/xmpp/pom.xml
index 798c23e..23e0593 100644
--- a/modules/xmpp/pom.xml
+++ b/modules/xmpp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transports</artifactId>
-        <version>1.6.0</version>
+        <version>1.6.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-xmpp</artifactId>
@@ -33,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/xmpp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0/modules/xmpp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0/modules/xmpp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/xmpp</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6/modules/xmpp</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/xmpp</url>
     </scm>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 75b0745..ad16048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-transports</artifactId>
-    <version>1.6.0</version>
+    <version>1.6.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Transport - Root</name>
     <url>http://axis.apache.org/axis2/java/transports/</url>
@@ -141,9 +141,9 @@
     </developers>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags/v1.6.0</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/tags/v1.6.0</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/branches/1.6</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6</url>
     </scm>
 
     <modules>

Reply via email to