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 bi...@apache.org on 2020/04/16 15:14:56 UTC

[axis-axis2-java-transports] branch 1.6 created (now 6574cf5)

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

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


      at 6574cf5  Merged r1131453 to the 1.6 branch.

This branch includes the following new commits:

     new fb0ef02  [maven-release-plugin] prepare for next development iteration
     new 446e7df  Updated to next Axis2 snapshot version.
     new 6444867  Merged r1130576 to the 1.6 branch to wipe out old svn:mergeinfo properties.
     new 2623c9d  Merged r1130572 to the 1.6 branch.
     new 0b6117e  Marged r1131448 as merged to the 1.6 branch.
     new 6574cf5  Merged r1131453 to the 1.6 branch.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[axis-axis2-java-transports] 05/06: Marged r1131448 as merged to the 1.6 branch.

Posted by bi...@apache.org.
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 0b6117e1dced4e0761fe13278e4e46935001cf40
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Jun 4 17:58:23 2011 +0000

    Marged r1131448 as merged to the 1.6 branch.


[axis-axis2-java-transports] 04/06: Merged r1130572 to the 1.6 branch.

Posted by bi...@apache.org.
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 2623c9d9fb09b1dbb8e895cbc75487292b863a7e
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Jun 2 14:42:26 2011 +0000

    Merged r1130572 to the 1.6 branch.


[axis-axis2-java-transports] 01/06: [maven-release-plugin] prepare for next development iteration

Posted by bi...@apache.org.
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 <sa...@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>


[axis-axis2-java-transports] 06/06: Merged r1131453 to the 1.6 branch.

Posted by bi...@apache.org.
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 6574cf51cf794ad0b8459479a41b004b74597372
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Jun 4 18:04:21 2011 +0000

    Merged r1131453 to the 1.6 branch.
---
 src/site/xdoc/download.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index f27a9b5..aea753f 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -388,18 +388,18 @@
             </td>
             <td>
               <pre class="download-pre"><a
-              href="[preferred]/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip"
+              href="[preferred]/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip"
               class="downloadLink"
-              title="[preferred]/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip"><strong>axis2-transports-1.6.0-src-zip.jar</strong></a>
- (<a href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.md5"
+              title="[preferred]/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip"><strong>axis2-transports-1.0.0-src-zip.jar</strong></a>
+ (<a href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.md5"
               class="externalLink"
-              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.md5">MD5</a> <a
-              href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.sha"
+              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.md5">MD5</a> <a
+              href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.sha"
               class="externalLink"
-              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.sha">SHA1</a> <a
-              href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.asc"
+              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.sha">SHA1</a> <a
+              href="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.asc"
               class="externalLink"
-              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.6.0-src.zip.asc">PGP</a>)</pre>
+              title="http://www.apache.org/dist/ws/commons/transport/1_0_0/axis2-transports-1.0.0-src.zip.asc">PGP</a>)</pre>
             </td>
           </tr>
 


[axis-axis2-java-transports] 02/06: Updated to next Axis2 snapshot version.

Posted by bi...@apache.org.
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 446e7df3d88d98f7c38d9a0432a368caff1deb15
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Jun 2 09:47:30 2011 +0000

    Updated to next Axis2 snapshot version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad16048..2bff5d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@
     </reporting>
 
     <properties>
-        <axis2.version>1.6.0</axis2.version>
+        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <failIfNoTests>false</failIfNoTests>
     </properties>
 


[axis-axis2-java-transports] 03/06: Merged r1130576 to the 1.6 branch to wipe out old svn:mergeinfo properties.

Posted by bi...@apache.org.
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 6444867bfc0917348e1f9e0c6160d84b70dda034
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Jun 2 14:40:50 2011 +0000

    Merged r1130576 to the 1.6 branch to wipe out old svn:mergeinfo properties.