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 04:04:14 UTC

[axis-axis2-java-sandesha] branch 1_4 created (now 0a572b3)

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

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


      at 0a572b3  Merged r1332067 to the 1.4 branch.

This branch includes the following new commits:

     new 4b1446b  [maven-release-plugin]  copy for branch 1_4
     new 97a6260  Resolved snapshot dependencies, except for Axis2, which is set to the 1.5 branch.
     new 5a14207  Merged r1050705 to the 1.4 branch. This should make the test suite pass with Axis2 1.5.4-SNAPSHOT.
     new 90d2433  Merged latest changes from trunk to the release branch.
     new 98c7937  Merged r1050879 (which changes) to the release branch.
     new f4cf2d2  Bulk merged latest changes from trunk to the release branch.
     new 8204cfd  Resolving last remaining snapshot version (Axis2 1.5.4 has been staged).
     new f126ab2  [maven-release-plugin] prepare release 1_4
     new 97a6a67  [maven-release-plugin] prepare for next development iteration
     new 3d573d0  Preparing to reactivate the Sandesha2 1.4 branch build.
     new b63ca6b  Bulk merged changes from trunk to the 1.4 branch. In particular, this should prevent the build from polluting the local Maven repository with incorrect POM files downloaded from the WSO2 Maven repository.
     new c2a0df9  Fixed a build failure on the 1.4 branch.
     new 471ea3a  Updated dependencies on the 1.4 branch.
     new 15e8cf1  Updated Neethi to 2.0.5.
     new 4bc9d83  Reestablish the continuous integration chain on the 1.5 branch.
     new 86244f5  Upgrading Sandesha2 1.4.x to Axiom 1.2.12-SNAPSHOT.
     new bf91094  Updated Axiom version.
     new 60aeef3  Updating the dependency versions of the 1.4 branch.
     new 40798e2  Allow Sandesha2 1.4 builds to run concurrently with other Axis2 builds.
     new cbecd82  Merged r1187907 to the 1.4 branch.
     new be20d74  Switched the Sandesha2 1.4 branch to Axiom 1.2.13.
     new 8bbe2ee  Merged r1328884 to the 1.4 branch.
     new 0a572b3  Merged r1332067 to the 1.4 branch.

The 23 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-sandesha] 17/23: Updated Axiom 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit bf91094e9984dfad37975b280c7d03658e26a2bc
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Jul 8 19:37:58 2011 +0000

    Updated Axiom version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5557870..862ed2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@
     <properties>
         <axis2.version>1.5.6-SNAPSHOT</axis2.version>
         <rampart.version>1.5.2-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.12-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.12</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 01/23: [maven-release-plugin] copy for branch 1_4

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4b1446b9553026322b3c375295a5c95e4da6a83a
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Dec 16 23:11:18 2010 +0000

    [maven-release-plugin]  copy for branch 1_4
---
 modules/client/pom.xml              | 8 ++++----
 modules/core/pom.xml                | 8 ++++----
 modules/distribution/pom.xml        | 8 ++++----
 modules/interop/pom.xml             | 8 ++++----
 modules/mar/pom.xml                 | 8 ++++----
 modules/persistence/pom.xml         | 8 ++++----
 modules/policy/pom.xml              | 8 ++++----
 modules/rampart-integration/pom.xml | 8 ++++----
 modules/samples/pom.xml             | 8 ++++----
 modules/tests/pom.xml               | 8 ++++----
 pom.xml                             | 8 ++++----
 11 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/modules/client/pom.xml b/modules/client/pom.xml
index e1c1d82..1873086 100644
--- a/modules/client/pom.xml
+++ b/modules/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/client</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index ff58b05..d98203c 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/core</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 0cdb003..8d0e32e 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/distribution</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/interop/pom.xml b/modules/interop/pom.xml
index 59723d4..81a4798 100644
--- a/modules/interop/pom.xml
+++ b/modules/interop/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/interop</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index 225abbe..49147f8 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/mar</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/persistence/pom.xml b/modules/persistence/pom.xml
index f6a242c..cd2cc7a 100644
--- a/modules/persistence/pom.xml
+++ b/modules/persistence/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -34,9 +34,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/persistence</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/policy/pom.xml b/modules/policy/pom.xml
index 13118cb..8ab11d8 100644
--- a/modules/policy/pom.xml
+++ b/modules/policy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/policy</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index ccb25e8..ee18e85 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index 296b0c6..8527573 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/samples</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index f088161..364f5b1 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/tests</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/pom.xml b/pom.xml
index a92906e..8271a28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
         guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works
         internally.
     </description>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -240,9 +240,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 11/23: Bulk merged changes from trunk to the 1.4 branch. In particular, this should prevent the build from polluting the local Maven repository with incorrect POM files downloaded from the WSO2 Maven repository.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b63ca6bbd6f31bc7a54833b4367733f75fa0c449
Merge: 3d573d0 d9661a3
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 28 14:28:41 2010 +0000

    Bulk merged changes from trunk to the 1.4 branch. In particular, this should prevent the build from polluting the local Maven repository with incorrect POM files downloaded from the WSO2 Maven repository.

 modules/core/pom.xml                            |  1 -
 modules/interop/pom.xml                         |  3 -
 modules/persistence/pom.xml                     |  2 -
 modules/samples/pom.xml                         |  1 -
 modules/tests/pom.xml                           |  4 --
 pom.xml                                         | 75 +++++++++++++++++++++++--
 src/site/xdoc/{download.xml => download.xml.vm} |  6 +-
 7 files changed, 72 insertions(+), 20 deletions(-)



[axis-axis2-java-sandesha] 03/23: Merged r1050705 to the 1.4 branch. This should make the test suite pass with Axis2 1.5.4-SNAPSHOT.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5a14207ec0402d18277d16d40babe02695fad364
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 18 20:50:54 2010 +0000

    Merged r1050705 to the 1.4 branch. This should make the test suite pass with Axis2 1.5.4-SNAPSHOT.
---
 .../core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java b/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
index cef5937..37a001b 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
@@ -682,6 +682,9 @@ public class SenderWorker extends SandeshaWorker implements Runnable {
 			//if the syncResponseWas not built here and the client was not expecting a sync response. We will not try to execute 
 			//here. Doing so will cause a double invocation for a async message. 
 			if (msgCtx.getOptions().isUseSeparateListener()==true &&  !syncResponseBuilt) {
+			    // Since the client is not expecting a sync response, it will not (necessarily) call cleanup.
+			    // If we discard the response, then we need to clean up here.
+			    msgCtx.getTransportOut().getSender().cleanup(msgCtx);
 				return;
 			}
 			


[axis-axis2-java-sandesha] 04/23: Merged latest changes from trunk to the release 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 90d243310154c44a5987c326a8106a151004283f
Merge: 5a14207 ed47fb7
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 15:13:45 2010 +0000

    Merged latest changes from trunk to the release branch.

 etc/sandesha2.rdf                              | 58 ++++++++++++++++++++++++++
 modules/distribution/pom.xml                   | 12 ++++++
 modules/distribution/src/main/assembly/bin.xml |  1 +
 modules/distribution/src/main/assembly/doc.xml |  1 +
 modules/distribution/src/main/assembly/src.xml |  1 +
 modules/tests/pom.xml                          |  6 +++
 src/site/site.xml                              | 10 ++++-
 src/site/xdoc/download.xml                     | 20 ++++-----
 src/site/xdoc/index.xml                        | 45 +++++++++-----------
 9 files changed, 118 insertions(+), 36 deletions(-)



[axis-axis2-java-sandesha] 19/23: Allow Sandesha2 1.4 builds to run concurrently with other Axis2 builds.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 40798e2c323c9ec91d31639df2ff7cc58c0c5418
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Dec 21 10:29:46 2011 +0000

    Allow Sandesha2 1.4 builds to run concurrently with other Axis2 builds.
---
 modules/tests/pom.xml                                                | 4 ++++
 .../tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java   | 3 ++-
 modules/tests/test-resources/client_axis2.xml                        | 2 +-
 modules/tests/test-resources/client_mtom_axis2.xml                   | 2 +-
 pom.xml                                                              | 5 +++++
 5 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index 8e27166..a8d0039 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -174,6 +174,10 @@
             <artifactId>axis2-transport-local</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-testutils</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>
             <version>${project.version}</version>
diff --git a/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java b/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java
index d298567..ef4c199 100644
--- a/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java
+++ b/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java
@@ -47,6 +47,7 @@ import org.apache.axis2.description.AxisOperation;
 import org.apache.axis2.description.AxisOperationFactory;
 import org.apache.axis2.description.AxisService;
 import org.apache.axis2.engine.MessageReceiver;
+import org.apache.axis2.testutils.PortAllocator;
 import org.apache.axis2.transport.http.SimpleHTTPServer;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
@@ -56,7 +57,7 @@ public class SandeshaTestCase extends TestCase {
 	String resourceDir = ""; //"test-resources";
     Properties properties = null;
     final String PROPERTY_FILE_NAME = "sandesha2-test.properties";
-    public final int DEFAULT_SERVER_TEST_PORT = 8060;
+    public final int DEFAULT_SERVER_TEST_PORT = PortAllocator.allocatePort();
     public ConfigurationContext serverConfigurationContext = null;
     private final String RMServiceName = "RMSampleService";
 	private Log log = LogFactory.getLog(getClass());
diff --git a/modules/tests/test-resources/client_axis2.xml b/modules/tests/test-resources/client_axis2.xml
index 233a0c5..6acc469 100644
--- a/modules/tests/test-resources/client_axis2.xml
+++ b/modules/tests/test-resources/client_axis2.xml
@@ -127,7 +127,7 @@
     <!-- ================================================= -->
     <transportReceiver name="http"
                        class="org.apache.axis2.transport.http.SimpleHTTPServer">
-        <parameter name="port">6060</parameter>
+        <parameter name="port">0</parameter>
         <!-- Here is the complete list of supported parameters (see example settings further below):
             port: the port to listen on (default 6060)
             hostname:  if non-null, url prefix used in reply-to endpoint references                                 (default null)
diff --git a/modules/tests/test-resources/client_mtom_axis2.xml b/modules/tests/test-resources/client_mtom_axis2.xml
index b3a2191..a4c7ac1 100644
--- a/modules/tests/test-resources/client_mtom_axis2.xml
+++ b/modules/tests/test-resources/client_mtom_axis2.xml
@@ -88,7 +88,7 @@
     <!-- ================================================= -->
     <transportReceiver name="http"
                        class="org.apache.axis2.transport.http.SimpleHTTPServer">
-        <parameter name="port" locked="false">6060</parameter>
+        <parameter name="port" locked="false">0</parameter>
         <!--If you want to give your own host address for EPR generation-->
         <!--uncommet following paramter , and set as you required.-->
         <!--<parameter name="hostname" locked="false">http://myApp.com/ws</parameter>-->
diff --git a/pom.xml b/pom.xml
index f27f6ed..e414a9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,6 +406,11 @@
                 <artifactId>axis2-transport-local</artifactId>
                 <version>${axis2.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-testutils</artifactId>
+                <version>${axis2.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 


[axis-axis2-java-sandesha] 12/23: Fixed a build failure on the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit c2a0df9a34f8952927f4db7e1e6be058eb270b17
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Mar 15 09:18:53 2011 +0000

    Fixed a build failure on the 1.4 branch.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3a35a5..e585761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
         <axis2.version>1.5.5-SNAPSHOT</axis2.version>
         <!-- TODO: set this to 1.5.2-SNAPSHOT when the 1.5.1 release is done -->
         <rampart.version>1.5</rampart.version>
-        <axiom.version>1.2.11-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.11</axiom.version>
         <neethi.version>2.0.4</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 16/23: Upgrading Sandesha2 1.4.x to Axiom 1.2.12-SNAPSHOT.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 86244f571778af89b775185d9d5e0b66f63e59a8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Jun 29 18:00:23 2011 +0000

    Upgrading Sandesha2 1.4.x to Axiom 1.2.12-SNAPSHOT.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a51d2d4..5557870 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@
     <properties>
         <axis2.version>1.5.6-SNAPSHOT</axis2.version>
         <rampart.version>1.5.2-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.11</axiom.version>
+        <axiom.version>1.2.12-SNAPSHOT</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 09/23: [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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 97a6a6744cf5bb36da27802a0968de86ac8b1849
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 21:40:36 2010 +0000

    [maven-release-plugin] prepare for next development iteration
---
 modules/client/pom.xml              | 8 ++++----
 modules/core/pom.xml                | 8 ++++----
 modules/distribution/pom.xml        | 8 ++++----
 modules/interop/pom.xml             | 8 ++++----
 modules/mar/pom.xml                 | 8 ++++----
 modules/persistence/pom.xml         | 8 ++++----
 modules/policy/pom.xml              | 8 ++++----
 modules/rampart-integration/pom.xml | 8 ++++----
 modules/resource-bundle/pom.xml     | 8 ++++----
 modules/samples/pom.xml             | 8 ++++----
 modules/tests/pom.xml               | 8 ++++----
 pom.xml                             | 8 ++++----
 12 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/modules/client/pom.xml b/modules/client/pom.xml
index 1fdf551..1b0c1a1 100644
--- a/modules/client/pom.xml
+++ b/modules/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/client</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index a40e7f4..e2f3837 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/core</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 7cecd9f..4ab3b5a 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/distribution</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/interop/pom.xml b/modules/interop/pom.xml
index 052a477..e735c44 100644
--- a/modules/interop/pom.xml
+++ b/modules/interop/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/interop</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index c4e238a..5bfe63f 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/mar</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/persistence/pom.xml b/modules/persistence/pom.xml
index ac01af4..4846ea2 100644
--- a/modules/persistence/pom.xml
+++ b/modules/persistence/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -34,9 +34,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/persistence</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/policy/pom.xml b/modules/policy/pom.xml
index 1b5f3e5..a17e440 100644
--- a/modules/policy/pom.xml
+++ b/modules/policy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/policy</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index ef8f6ae..1e23a4e 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml
index eb2fb05..f6fb63b 100644
--- a/modules/resource-bundle/pom.xml
+++ b/modules/resource-bundle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index 4e14319..bd87528 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/samples</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index 79b2c8b..541535d 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/tests</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/pom.xml b/pom.xml
index 514aced..98d87c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
         guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works
         internally.
     </description>
-    <version>1.4</version>
+    <version>1.4.1-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -240,9 +240,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 22/23: Merged r1328884 to the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 8bbe2ee27e1677808bfaf083fa785c5c0791669a
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 23 15:08:45 2012 +0000

    Merged r1328884 to the 1.4 branch.
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4686be..f6040a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,14 +442,4 @@
              http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html -->
         <sandesha2_version>${project.version}</sandesha2_version>
     </properties>
-
-    <distributionManagement>
-        <snapshotRepository>
-            <id>apache.snapshots.https</id>
-            <name>${distMgmtSnapshotsName}</name>
-            <url>${distMgmtSnapshotsUrl}</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-
 </project>


[axis-axis2-java-sandesha] 05/23: Merged r1050879 (which changes) to the release 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 98c79376a1ef9307c0c90aa2db6a64762f748ab3
Merge: 90d2433 dbcacb8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 15:48:36 2010 +0000

    Merged r1050879 (which changes) to the release branch.

 modules/client/pom.xml                             |  15 ++
 modules/core/pom.xml                               |  15 ++
 modules/interop/pom.xml                            |  15 ++
 modules/mar/pom.xml                                |  15 ++
 modules/persistence/pom.xml                        |  15 ++
 modules/policy/pom.xml                             |  15 ++
 modules/rampart-integration/pom.xml                |  15 ++
 modules/{core => resource-bundle}/pom.xml          |  47 +++--
 .../src/main/resources/META-INF/LICENSE.vm         | 203 +++++++++++++++++++++
 .../src/main/resources/META-INF/NOTICE.vm          |  11 ++
 modules/samples/pom.xml                            |  15 ++
 pom.xml                                            |   1 +
 12 files changed, 358 insertions(+), 24 deletions(-)

diff --cc modules/resource-bundle/pom.xml
index d98203c,4aaa5a0..8389aba
--- a/modules/resource-bundle/pom.xml
+++ b/modules/resource-bundle/pom.xml
@@@ -20,22 -21,20 +21,20 @@@
      <parent>
          <groupId>org.apache.sandesha2</groupId>
          <artifactId>sandesha2-parent</artifactId>
 -        <version>SNAPSHOT</version>
 +        <version>1.4-SNAPSHOT</version>
          <relativePath>../../pom.xml</relativePath>
      </parent>
-     
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.sandesha2</groupId>
-     <artifactId>sandesha2-core</artifactId>
+     <artifactId>sandesha2-resource-bundle</artifactId>
      <packaging>jar</packaging>
-     <name>Sandesha2 - Core</name>
+     <name>Sandesha2 - Resource bundle</name>
  
      <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
      <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</developerConnection>
-         <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/core</url>
 -        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/resource-bundle</connection>
 -        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk/modules/resource-bundle</developerConnection>
 -        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/resource-bundle</url>
++        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</connection>
++        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</developerConnection>
++        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</url>
      </scm>
      <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
      <url>http://axis.apache.org/axis2/java/sandesha/</url>


[axis-axis2-java-sandesha] 23/23: Merged r1332067 to the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 0a572b355cc4ff2846ba9ded61144ddd7958607f
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed May 2 19:22:37 2012 +0000

    Merged r1332067 to the 1.4 branch.
---
 modules/distribution/src/main/assembly/src.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/distribution/src/main/assembly/src.xml b/modules/distribution/src/main/assembly/src.xml
index f1b3321..eb8dc08 100755
--- a/modules/distribution/src/main/assembly/src.xml
+++ b/modules/distribution/src/main/assembly/src.xml
@@ -31,7 +31,7 @@
             <includes>
                 <include>config/**/*</include>
                 <include>modules/**/*</include>
-                <include>xdocs/**/*</include>
+                <include>src/**/*</include>
                 <include>**/pom.xml</include>
 
 		<!--root level files-->


[axis-axis2-java-sandesha] 06/23: Bulk merged latest changes from trunk to the release 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit f4cf2d23e07f71fc70b97cea1121c145ca5e4a0a
Merge: 98c7937 d4e81dd
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 19:01:01 2010 +0000

    Bulk merged latest changes from trunk to the release branch.

 modules/distribution/pom.xml                       | 17 +++++++++++++++
 .../org/apache/sandesha2/SandeshaTestCase.java     | 25 ++++++++++++----------
 src/site/xdoc/download.xml                         | 25 +++++++++++++++++-----
 3 files changed, 51 insertions(+), 16 deletions(-)



[axis-axis2-java-sandesha] 15/23: Reestablish the continuous integration chain on the 1.5 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 4bc9d837280475331070288ca85045ba0ea5c8c1
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Jun 11 17:59:12 2011 +0000

    Reestablish the continuous integration chain on the 1.5 branch.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab32d4a..a51d2d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@
     </modules>
 
     <properties>
-        <axis2.version>1.5.5-SNAPSHOT</axis2.version>
+        <axis2.version>1.5.6-SNAPSHOT</axis2.version>
         <rampart.version>1.5.2-SNAPSHOT</rampart.version>
         <axiom.version>1.2.11</axiom.version>
         <neethi.version>2.0.5</neethi.version>


[axis-axis2-java-sandesha] 14/23: Updated Neethi to 2.0.5.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 15e8cf110e57f40f197800ab84266335a922d666
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Apr 8 17:37:17 2011 +0000

    Updated Neethi to 2.0.5.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 277a076..ab32d4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
         <axis2.version>1.5.5-SNAPSHOT</axis2.version>
         <rampart.version>1.5.2-SNAPSHOT</rampart.version>
         <axiom.version>1.2.11</axiom.version>
-        <neethi.version>2.0.5-SNAPSHOT</neethi.version>
+        <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        
         <log4j.version>1.2.15</log4j.version>


[axis-axis2-java-sandesha] 08/23: [maven-release-plugin] prepare release 1_4

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f126ab278f61c67c05e4e6ecba6138f1a311d16e
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 21:40:15 2010 +0000

    [maven-release-plugin] prepare release 1_4
---
 modules/client/pom.xml              | 8 ++++----
 modules/core/pom.xml                | 8 ++++----
 modules/distribution/pom.xml        | 8 ++++----
 modules/interop/pom.xml             | 8 ++++----
 modules/mar/pom.xml                 | 8 ++++----
 modules/persistence/pom.xml         | 8 ++++----
 modules/policy/pom.xml              | 8 ++++----
 modules/rampart-integration/pom.xml | 8 ++++----
 modules/resource-bundle/pom.xml     | 8 ++++----
 modules/samples/pom.xml             | 8 ++++----
 modules/tests/pom.xml               | 8 ++++----
 pom.xml                             | 8 ++++----
 12 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/modules/client/pom.xml b/modules/client/pom.xml
index ea1e5ef..1fdf551 100644
--- a/modules/client/pom.xml
+++ b/modules/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/client</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index a5bfa2c..a40e7f4 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/core</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index a9e098b..7cecd9f 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/distribution</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/interop/pom.xml b/modules/interop/pom.xml
index 4c09246..052a477 100644
--- a/modules/interop/pom.xml
+++ b/modules/interop/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/interop</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index 5814811..c4e238a 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/mar</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/persistence/pom.xml b/modules/persistence/pom.xml
index d818338..ac01af4 100644
--- a/modules/persistence/pom.xml
+++ b/modules/persistence/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -34,9 +34,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/persistence</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/policy/pom.xml b/modules/policy/pom.xml
index 55cc635..1b5f3e5 100644
--- a/modules/policy/pom.xml
+++ b/modules/policy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/policy</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index 1a362db..ef8f6ae 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -33,9 +33,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/rampart-integration</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml
index 8389aba..eb2fb05 100644
--- a/modules/resource-bundle/pom.xml
+++ b/modules/resource-bundle/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/resource-bundle</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index 3b9768f..4e14319 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/samples</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index e44b1a4..79b2c8b 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -32,9 +32,9 @@
 
     <!-- This needs to be set explicitly because the project structure implies that the Maven calculated defaults are wrong -->
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4/modules/tests</url>
     </scm>
     <!-- This also needs to be set explicitly because the Maven calculated URL would point to nowhere -->
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
diff --git a/pom.xml b/pom.xml
index 7d60b4f..514aced 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
         guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works
         internally.
     </description>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -240,9 +240,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/1_4</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/1_4</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 18/23: Updating the dependency versions of the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 60aeef3ea22a764a0b610ed2240135fd229d2714
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 20 23:25:54 2011 +0000

    Updating the dependency versions of the 1.4 branch.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 862ed2e..f27f6ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,9 +424,9 @@
     </modules>
 
     <properties>
-        <axis2.version>1.5.6-SNAPSHOT</axis2.version>
-        <rampart.version>1.5.2-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.12</axiom.version>
+        <axis2.version>1.5.7-SNAPSHOT</axis2.version>
+        <rampart.version>1.5.3-SNAPSHOT</rampart.version>
+        <axiom.version>1.2.13-SNAPSHOT</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 02/23: Resolved snapshot dependencies, except for Axis2, which is set to the 1.5 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 97a6260c79068f7e3c7e190af05f3ccec3311512
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 18 16:08:51 2010 +0000

    Resolved snapshot dependencies, except for Axis2, which is set to the 1.5 branch.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8271a28..b646aa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,10 +365,10 @@
     </modules>
 
     <properties>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <rampart.version>SNAPSHOT</rampart.version>
-        <axiom.version>1.2.11-SNAPSHOT</axiom.version>
-        <neethi.version>3.0.0-SNAPSHOT</neethi.version>
+        <axis2.version>1.5.4-SNAPSHOT</axis2.version>
+        <rampart.version>1.5</rampart.version>
+        <axiom.version>1.2.10</axiom.version>
+        <neethi.version>2.0.4</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        
         <log4j.version>1.2.15</log4j.version>


[axis-axis2-java-sandesha] 10/23: Preparing to reactivate the Sandesha2 1.4 branch build.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3d573d0339bb47ef30aca12778b3055b007349d1
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Dec 23 17:23:35 2010 +0000

    Preparing to reactivate the Sandesha2 1.4 branch build.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98d87c8..bcaf19b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,9 +366,10 @@
     </modules>
 
     <properties>
-        <axis2.version>1.5.4</axis2.version>
+        <axis2.version>1.5.5-SNAPSHOT</axis2.version>
+        <!-- TODO: set this to 1.5.2-SNAPSHOT when the 1.5.1 release is done -->
         <rampart.version>1.5</rampart.version>
-        <axiom.version>1.2.10</axiom.version>
+        <axiom.version>1.2.11-SNAPSHOT</axiom.version>
         <neethi.version>2.0.4</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 07/23: Resolving last remaining snapshot version (Axis2 1.5.4 has been staged).

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8204cfdb05216c4547c763d2f37879ada2b1568c
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 19 21:21:35 2010 +0000

    Resolving last remaining snapshot version (Axis2 1.5.4 has been staged).
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18c43e4..7d60b4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@
     </modules>
 
     <properties>
-        <axis2.version>1.5.4-SNAPSHOT</axis2.version>
+        <axis2.version>1.5.4</axis2.version>
         <rampart.version>1.5</rampart.version>
         <axiom.version>1.2.10</axiom.version>
         <neethi.version>2.0.4</neethi.version>


[axis-axis2-java-sandesha] 20/23: Merged r1187907 to the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit cbecd825b38e877b36e3aacc5522b3bac246dd65
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Mar 12 20:47:35 2012 +0000

    Merged r1187907 to the 1.4 branch.
---
 modules/core/src/main/java/org/apache/sandesha2/RMMsgContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/RMMsgContext.java b/modules/core/src/main/java/org/apache/sandesha2/RMMsgContext.java
index 1c4d61e..0d4ce8e 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/RMMsgContext.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/RMMsgContext.java
@@ -125,7 +125,7 @@ public class RMMsgContext {
 				while(existingHeaders.hasNext()){
 					OMElement oe = (OMElement)existingHeaders.next();
 					if(rmNamespaceValue.equals(oe.getNamespace().getNamespaceURI())){
-						oe.detach();
+						existingHeaders.remove();
 					}
 				}
 			}


[axis-axis2-java-sandesha] 21/23: Switched the Sandesha2 1.4 branch to Axiom 1.2.13.

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit be20d7436878392311cd860ea2d813ed636e183a
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 9 14:28:14 2012 +0000

    Switched the Sandesha2 1.4 branch to Axiom 1.2.13.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e414a9e..d4686be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@
     <properties>
         <axis2.version>1.5.7-SNAPSHOT</axis2.version>
         <rampart.version>1.5.3-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.13-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.13</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 13/23: Updated dependencies on the 1.4 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_4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 471ea3a5a1d27fc6ab80d7f2014bd28811659c7b
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Apr 2 16:23:17 2011 +0000

    Updated dependencies on the 1.4 branch.
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e585761..277a076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,10 +425,9 @@
 
     <properties>
         <axis2.version>1.5.5-SNAPSHOT</axis2.version>
-        <!-- TODO: set this to 1.5.2-SNAPSHOT when the 1.5.1 release is done -->
-        <rampart.version>1.5</rampart.version>
+        <rampart.version>1.5.2-SNAPSHOT</rampart.version>
         <axiom.version>1.2.11</axiom.version>
-        <neethi.version>2.0.4</neethi.version>
+        <neethi.version>2.0.5-SNAPSHOT</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        
         <log4j.version>1.2.15</log4j.version>