Author: sagara
Date: Wed Jun 1 11:48:26 2011
New Revision: 1130108
URL: http://svn.apache.org/viewvc?rev=1130108&view=rev
Log:
[maven-release-plugin] prepare release v1.6.0
Modified:
axis/axis2/java/transports/branches/1.6/modules/all/pom.xml
axis/axis2/java/transports/branches/1.6/modules/base/pom.xml
axis/axis2/java/transports/branches/1.6/modules/http/pom.xml
axis/axis2/java/transports/branches/1.6/modules/jms/pom.xml
axis/axis2/java/transports/branches/1.6/modules/mail/pom.xml
axis/axis2/java/transports/branches/1.6/modules/sms/pom.xml
axis/axis2/java/transports/branches/1.6/modules/tcp/pom.xml
axis/axis2/java/transports/branches/1.6/modules/testkit/pom.xml
axis/axis2/java/transports/branches/1.6/modules/udp/pom.xml
axis/axis2/java/transports/branches/1.6/modules/xmpp/pom.xml
axis/axis2/java/transports/branches/1.6/pom.xml
Modified: axis/axis2/java/transports/branches/1.6/modules/all/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/all/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/all/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/all/pom.xml Wed Jun 1
11:48:26 2011
@@ -22,21 +22,21 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-all</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<profiles>
Modified: axis/axis2/java/transports/branches/1.6/modules/base/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/base/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/base/pom.xml Wed Jun 1
11:48:26 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/http/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/http/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/http/pom.xml Wed Jun 1
11:48:26 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/jms/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/jms/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/jms/pom.xml Wed Jun 1
11:48:26 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/mail/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/mail/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/mail/pom.xml Wed Jun 1
11:48:26 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/sms/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/sms/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/sms/pom.xml Wed Jun 1
11:48:26 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/tcp/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/tcp/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/tcp/pom.xml Wed Jun 1
11:48:26 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/testkit/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/testkit/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/testkit/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/testkit/pom.xml Wed Jun 1
11:48:26 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<dependencies>
Modified: axis/axis2/java/transports/branches/1.6/modules/udp/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/udp/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/udp/pom.xml Wed Jun 1
11:48:26 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/modules/xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/modules/xmpp/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/modules/xmpp/pom.xml Wed Jun 1
11:48:26 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<build>
Modified: axis/axis2/java/transports/branches/1.6/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/branches/1.6/pom.xml?rev=1130108&r1=1130107&r2=1130108&view=diff
==============================================================================
--- axis/axis2/java/transports/branches/1.6/pom.xml (original)
+++ axis/axis2/java/transports/branches/1.6/pom.xml Wed Jun 1 11:48:26 2011
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.0</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/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>
+
<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>
</scm>
<modules>