You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/05/31 14:35:25 UTC

svn commit: r1129647 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/xmpp/

Author: sagara
Date: Tue May 31 12:35:24 2011
New Revision: 1129647

URL: http://svn.apache.org/viewvc?rev=1129647&view=rev
Log:
[maven-release-plugin] prepare branch 1.6

Modified:
    axis/axis2/java/transports/trunk/modules/all/pom.xml
    axis/axis2/java/transports/trunk/modules/base/pom.xml
    axis/axis2/java/transports/trunk/modules/http/pom.xml
    axis/axis2/java/transports/trunk/modules/jms/pom.xml
    axis/axis2/java/transports/trunk/modules/mail/pom.xml
    axis/axis2/java/transports/trunk/modules/sms/pom.xml
    axis/axis2/java/transports/trunk/modules/tcp/pom.xml
    axis/axis2/java/transports/trunk/modules/testkit/pom.xml
    axis/axis2/java/transports/trunk/modules/udp/pom.xml
    axis/axis2/java/transports/trunk/modules/xmpp/pom.xml
    axis/axis2/java/transports/trunk/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/all/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/all/pom.xml Tue May 31 12:35:24 2011
@@ -17,8 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -35,9 +34,9 @@
     <name>Apache Axis2 - Transport - All</name>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/all</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/all</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>
@@ -46,7 +45,7 @@
             <activation>
                 <property>
                     <name>release</name>
-                    <value/>
+                    <value />
                 </property>
             </activation>
             <build>
@@ -95,11 +94,11 @@
                                 </goals>
                                 <configuration>
                                     <tasks>
-                                        <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties"/>
-                                        <mkdir dir="target/classes"/>
+                                        <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties" />
+                                        <mkdir dir="target/classes" />
                                         <cobertura-instrument datafile="../../target/cobertura.ser">
                                             <fileset dir="target/classes">
-                                                <exclude name="org/apache/axis2/transport/testkit/**/*.class"/>
+                                                <exclude name="org/apache/axis2/transport/testkit/**/*.class" />
                                             </fileset>
                                         </cobertura-instrument>
                                     </tasks>

Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/base/pom.xml Tue May 31 12:35:24 2011
@@ -18,10 +18,7 @@
   ~  under the License.
   -->
 
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -37,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/base</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/base</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/http/pom.xml Tue May 31 12:35:24 2011
@@ -19,8 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -34,9 +33,9 @@
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/http</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/http</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Tue May 31 12:35:24 2011
@@ -18,10 +18,7 @@
   ~  under the License.
   -->
 
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -37,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/jms</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/jms</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Tue May 31 12:35:24 2011
@@ -18,10 +18,7 @@
   ~  under the License.
   -->
 
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.axis2</groupId>
@@ -37,9 +34,9 @@
   <packaging>bundle</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/mail</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/mail</developerConnection>
-    <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Tue May 31 12:35:24 2011
@@ -18,10 +18,7 @@
   ~  under the License.
   -->
 
-<project
-        xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -37,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/sms</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/sms</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>
@@ -118,23 +115,16 @@
                         <phase>test-compile</phase>
                         <configuration>
                             <tasks unless="maven.test.skip">
-                                <mkdir dir="target/test-resources/samples/conf"/>
-                                <mkdir dir="target/test-resources/samples/repository/modules"/>
-                                <mkdir dir="target/test-resources/samples/repository/services"/>
-                                <mkdir
-                                        dir="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms"/>
-                                <mkdir
-                                        dir="target/test-resources/samples/repository/services/SampleService/META-INF"/>
-                                <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar"
-                                      tofile="target/test-resources/samples/repository/modules/addressing.mar"/>
-                                <copy file="target/test-classes/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class"
-                                      tofile="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class"/>
-                                <copy file="conf/axis2.xml"
-                                      tofile="target/test-resources/samples/conf/axis2.xml"/>
-                                <copy file="repository/services/SampleService/META-INF/MANIFEST.MF"
-                                      tofile="target/test-resources/samples/repository/services/SampleService/META-INF/MANIFEST.MF"/>
-                                <copy file="repository/services/SampleService/META-INF/services.xml"
-                                      tofile="target/test-resources/samples/repository/services/SampleService/META-INF/services.xml"/>
+                                <mkdir dir="target/test-resources/samples/conf" />
+                                <mkdir dir="target/test-resources/samples/repository/modules" />
+                                <mkdir dir="target/test-resources/samples/repository/services" />
+                                <mkdir dir="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms" />
+                                <mkdir dir="target/test-resources/samples/repository/services/SampleService/META-INF" />
+                                <copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" tofile="target/test-resources/samples/repository/modules/addressing.mar" />
+                                <copy file="target/test-classes/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class" tofile="target/test-resources/samples/repository/services/SampleService/org/apache/axis2/transport/sms/SimpleInOutMessageReceiver.class" />
+                                <copy file="conf/axis2.xml" tofile="target/test-resources/samples/conf/axis2.xml" />
+                                <copy file="repository/services/SampleService/META-INF/MANIFEST.MF" tofile="target/test-resources/samples/repository/services/SampleService/META-INF/MANIFEST.MF" />
+                                <copy file="repository/services/SampleService/META-INF/services.xml" tofile="target/test-resources/samples/repository/services/SampleService/META-INF/services.xml" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: axis/axis2/java/transports/trunk/modules/tcp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Tue May 31 12:35:24 2011
@@ -19,8 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -34,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/tcp</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/tcp</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>
@@ -67,14 +66,11 @@
                         <phase>test-compile</phase>
                         <configuration>
                             <tasks>
-                                <mkdir dir="target/test-resources/samples/modules"/>
-                                <mkdir dir="target/test-resources/samples/conf"/>
-                              	<copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar"
-    	                              tofile="target/test-resources/samples/modules/addressing.mar"/>
-                                <copy file="conf/axis2.xml"
-    	                              tofile="target/test-resources/samples/conf/axis2.xml"/>
-                                <copy file="conf/client_axis2.xml"
-    	                              tofile="target/test-resources/samples/conf/client_axis2.xml"/>
+                                <mkdir dir="target/test-resources/samples/modules" />
+                                <mkdir dir="target/test-resources/samples/conf" />
+                              	<copy file="${settings.localRepository}/org/apache/axis2/addressing/${axis2.version}/addressing-${axis2.version}.mar" tofile="target/test-resources/samples/modules/addressing.mar" />
+                                <copy file="conf/axis2.xml" tofile="target/test-resources/samples/conf/axis2.xml" />
+                                <copy file="conf/client_axis2.xml" tofile="target/test-resources/samples/conf/client_axis2.xml" />
                             </tasks>
                         </configuration>
                        <goals>

Modified: axis/axis2/java/transports/trunk/modules/testkit/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/testkit/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/testkit/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/testkit/pom.xml Tue May 31 12:35:24 2011
@@ -19,8 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -33,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/trunk/modules/testkit</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/testkit</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Tue May 31 12:35:24 2011
@@ -19,8 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -34,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/udp</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/udp</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Tue May 31 12:35:24 2011
@@ -19,8 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>
@@ -34,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/xmpp</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk/modules/xmpp</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/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>

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1129647&r1=1129646&r2=1129647&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Tue May 31 12:35:24 2011
@@ -19,9 +19,7 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
@@ -143,9 +141,9 @@
     </developers>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk</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>
@@ -183,14 +181,12 @@
                                 </goals>
                                 <configuration>
                                     <tasks>
-                                        <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties"/>
+                                        <taskdef classpathref="maven.runtime.classpath" resource="tasks.properties" />
                                         <mkdir dir="${project.build.directory}/site/cobertura" />
-                                        <cobertura-report format="html"
-                                                          datafile="target/cobertura.ser"
-                                                          destdir="${project.build.directory}/cobertura">
-                                            <fileset dir="modules/base/src/main/java"/>
-                                            <fileset dir="modules/jms/src/main/java"/>
-                                            <fileset dir="modules/mail/src/main/java"/>
+                                        <cobertura-report format="html" datafile="target/cobertura.ser" destdir="${project.build.directory}/cobertura">
+                                            <fileset dir="modules/base/src/main/java" />
+                                            <fileset dir="modules/jms/src/main/java" />
+                                            <fileset dir="modules/mail/src/main/java" />
                                         </cobertura-report>
                                     </tasks>
                                 </configuration>