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:02 UTC

[axis-axis2-java-sandesha] branch 1_6 created (now 27efe30)

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-sandesha.git.


      at 27efe30  Merged r1598985 to the 1.6 branch for compatibility with future Axiom versions.

This branch includes the following new commits:

     new 5cc9486  [maven-release-plugin]  copy for branch 1_6
     new 33b241b  Merged r1081570 to the 1.6 branch.
     new 9fc7543  Set the correct Axis2 and Rampart versions for the 1.6 branch.
     new 07051a0  Set the Axiom version to the same value as used by the Axis2 1.6 branch.
     new cba827f  Updated Neethi to 2.0.5.
     new d441aa1  Merged r1098145 to the 1.6 branch.
     new f80efc1  Prepared for 1.6.0 release.
     new 2740c12  [maven-release-plugin] prepare release v1.6.0
     new 5325c93  [maven-release-plugin] prepare for next development iteration
     new 8446397  Updated Axis2 and Rampart SNAPSHOT versions.
     new feb1505  Updated for 1.6.0 release.
     new fa2adda  Marked r1137383 as merged to the 1.6 branch.
     new 337e987  Upgrading Sandesha2 1.6.x to Axiom 1.2.12-SNAPSHOT.
     new 3d5b4cd  Updated Axiom version.
     new ce5f2b6  Merged r1072332, r1072333 and r1090216 to the 1.6 branch to upgrade to Neethi 3.0.1.
     new 4288b5f  Merged r1145793 to the 1.6 branch to switch to Neethi 3.0.1.
     new 8be11ba  Switched to release versions to prepare the 1.6.1 release.
     new 36dbb5f  Merged r1186431 to the 1.6 branch.
     new 38abfd8  Merged r1212832 to the 1.6 branch.
     new ae295df  Updated release notes for Sandesha2 1.6.1.
     new b656862  [maven-release-plugin] prepare release v1.6.1
     new 66ed5b7  [maven-release-plugin] prepare for next development iteration
     new 4222aba  Merged r1214978 to the 1.6 branch for inclusion in the next maintenance release.
     new 485835e  Updated dependency versions on the 1.6 branch.
     new ddd5192  Allow Sandesha2 1.6 builds to run concurrently.
     new f1a3463  Merged r1221487 to the 1.6 branch.
     new cf0b755  Merged r1241032 to the 1.6 branch.
     new f880530  Merged r1187907 to the 1.6 branch.
     new 86dadd9  Switched the Sandesha2 1.6 branch to Axiom 1.2.13.
     new de74ec4  Set 1.6.2 as Axis2 version.
     new 5cd41cd  Merged r1328884 to the 1.6 branch.
     new edef696  Merged  r1330714  to the 1.6 branch.
     new 584b02e  Updated release note for 1.6.2 release.
     new 1069bb6  Set 1.6.2 as Rampart  version.
     new cf002d3  [maven-release-plugin] prepare release v1.6.2
     new 8d65256  [maven-release-plugin] prepare for next development iteration
     new 89d78db  Rollback SCM changes due to Sandesha2 1.6.2 release vote failure.
     new 093b480  Merged  r1332067  to the 1.6 branch.
     new b35bb05  Merged  r1332073  to the 1.6 branch.
     new f659bfc  [maven-release-plugin] prepare release v1.6.2
     new 324d46d  [maven-release-plugin] prepare for next development iteration
     new c2b832f  Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.
     new 28e4763  Merged r1338864 to the 1.6 branch to ensure that Sandesha2 1.6.x can be built with Axiom 1.2.14-SNAPSHOT.
     new 52e3e05  Merged r1383074 (addition of TM to logo) to the 1.6 branch for publication with Sandesha2 1.6.3.
     new c81f1ce  Switched to Axiom release version.
     new 4602134  Merged site changes (r1479071 and r1479079) to the 1.6 branch.
     new 8548158  Merged r1598950 to the 1.6 branch for compatibility with future Axiom versions.
     new 27efe30  Merged r1598985 to the 1.6 branch for compatibility with future Axiom versions.

The 48 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] 47/48: Merged r1598950 to the 1.6 branch for compatibility with future Axiom versions.

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-sandesha.git

commit 85481583b1b73bbcfc28603d3ab586ed4deccb19
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Jun 1 07:39:09 2014 +0000

    Merged r1598950 to the 1.6 branch for compatibility with future Axiom versions.
---
 .../core/src/main/java/org/apache/sandesha2/util/FaultManager.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java b/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
index cf9ca84..3bae1a5 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
@@ -560,8 +560,6 @@ public class FaultManager {
 		faultCode.setSubCode(faultSubCode);
 		
 		SOAPFaultReason reason = factory.createSOAPFaultReason();
-		SOAPFaultText reasonText = factory.createSOAPFaultText();
-		reasonText.setText(data.getReason());
 		
 		SOAPFaultDetail detail = factory.createSOAPFaultDetail();
 		detail.addDetailEntry(data.getDetail());
@@ -570,6 +568,8 @@ public class FaultManager {
 		
 		if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(SOAPNamespaceValue)) 
 		{
+            SOAPFaultText reasonText = factory.createSOAPFaultText();
+            reasonText.setText(data.getReason());
             reasonText.setLang(Sandesha2Constants.LANG_EN);
 			reason.addSOAPText(reasonText);
 			referenceRMMsgContext.setProperty(SOAP12Constants.SOAP_FAULT_CODE_LOCAL_NAME, faultCode);


[axis-axis2-java-sandesha] 31/48: Merged r1328884 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-sandesha.git

commit 5cd41cd4c6cfd8f3877e4afdb6e5146331c51d88
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 23 15:07:38 2012 +0000

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

diff --git a/pom.xml b/pom.xml
index e1400a5..e5f7d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,14 +447,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] 33/48: Updated release note for 1.6.2 release.

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-sandesha.git

commit 584b02e24a3adddcb013ef0e8c41b219b96f1a67
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Apr 26 08:49:56 2012 +0000

    Updated release note for 1.6.2 release.
---
 release-notes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/release-notes.html b/release-notes.html
index 3f19e97..b429e8c 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -32,9 +32,9 @@
 
 <p>This is the ${project.version} release of Apache Sandesha2.</p>
 
-<p>Apache Sandesha2 1.6.1 is a maintenance release that provides compatibility with Axis2 1.6.1.
-Please note that Sandesha2 1.6.1 will not work with Axis2 1.6.0 and that users of Axis2 1.6.1 are
-required to update to Sandesha2 1.6.1, i.e. Sandesha2 1.6.0 doesn't work with Axis2 1.6.1.</p>
+<p>Apache Sandesha2 1.6.2 is a maintenance release that provides compatibility with Axis2 1.6.2.
+Please note that Sandesha2 1.6.2 will not work with Axis2 1.6.0 and that users of Axis2 1.6.2 are
+required to update to Sandesha2 1.6.2, i.e. Sandesha2 1.6.0/1.6.1 doesn't work with Axis2 1.6.2.</p>
 
 <h2>What is in this release</h2>
 


[axis-axis2-java-sandesha] 48/48: Merged r1598985 to the 1.6 branch for compatibility with future Axiom versions.

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-sandesha.git

commit 27efe30e35f86e488b94c7b287e788c8e78fd74f
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Jun 1 13:34:11 2014 +0000

    Merged r1598985 to the 1.6 branch for compatibility with future Axiom versions.
---
 .../core/src/main/java/org/apache/sandesha2/util/FaultManager.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java b/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
index 3bae1a5..9c001a5 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/util/FaultManager.java
@@ -405,8 +405,6 @@ public class FaultManager {
 		faultCode.setSubCode(faultSubCode);
 		
 		SOAPFaultReason reason = factory.createSOAPFaultReason();
-		SOAPFaultText reasonText = factory.createSOAPFaultText();
-		reasonText.setText(data.getReason());
 		
 		SOAPFaultDetail detail = factory.createSOAPFaultDetail();
 		if (data.getDetail() != null)
@@ -415,6 +413,8 @@ public class FaultManager {
 		String SOAPNamespaceValue = factory.getSoapVersionURI();
 		
 		if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(SOAPNamespaceValue)) {
+			SOAPFaultText reasonText = factory.createSOAPFaultText();
+			reasonText.setText(data.getReason());
                         reasonText.setLang(Sandesha2Constants.LANG_EN);
 			reason.addSOAPText(reasonText);
 			referenceRMMsgContext.setProperty(SOAP12Constants.SOAP_FAULT_CODE_LOCAL_NAME, faultCode);


[axis-axis2-java-sandesha] 07/48: Prepared for 1.6.0 release.

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-sandesha.git

commit f80efc11164fccaf75c0debc94fea59d303df939
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Jun 2 10:15:08 2011 +0000

    Prepared for 1.6.0 release.
---
 pom.xml                       |  4 ++--
 src/site/xdoc/download.xml.vm | 15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6500b26..39f107d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,8 +436,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
-        <rampart.version>1.6.0-SNAPSHOT</rampart.version>
+        <axis2.version>1.6.0</axis2.version>
+        <rampart.version>1.6.0</rampart.version>
         <axiom.version>1.2.11</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index bc55294..822bdba 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -40,6 +40,21 @@ the binay distribution and the source distribution.</p>
             <td width="200" align="center">Description</td>
             <td width="200" align="center">Compatible Axis2 version</td>
       </tr>
+      <tr class="c"><td align="center" valign="middle"><a name="160"></a>1.6.0</td><td align="center">Release</td><td>
+              Source Distribution 
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip" title="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip">zip</a>
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.md5">MD5</a>
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.asc">PGP</a>
+              <br></br>
+              Binary Distribution
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip" title="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip">zip</a>
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.md5">MD5</a>
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.asc">PGP</a>
+              <br></br>        
+            </td><td>02 - Jun - 2011</td>
+            <td>1.6.0 Release (Mirrored)</td>
+            <td>1.6.0</td>
+      </tr>
       <tr class="c"><td align="center" valign="middle"><a name="14"></a>1.4</td><td align="center">Release</td><td>
               Source Distribution 
               <a href="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip" title="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip">zip</a>


[axis-axis2-java-sandesha] 11/48: Updated for 1.6.0 release.

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-sandesha.git

commit feb150543fbcab7a8f3b4b926f618fc6960e9336
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Sat Jun 11 04:49:43 2011 +0000

    Updated for 1.6.0 release.
---
 etc/sandesha2.rdf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/sandesha2.rdf b/etc/sandesha2.rdf
index 451b82f..9b69968 100644
--- a/etc/sandesha2.rdf
+++ b/etc/sandesha2.rdf
@@ -37,6 +37,7 @@
     <category rdf:resource="http://projects.apache.org/category/xml"/>
     <release><Version><name>Apache Sandesha2</name><created>08-10-2007</created><revision>1.3</revision></Version></release>
     <release><Version><name>Apache Sandesha2</name><created>19-12-2010</created><revision>1.4</revision></Version></release>
+    <release><Version><name>Apache Sandesha2</name><created>02-06-2011</created><revision>1.6.0</revision></Version></release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk"/>


[axis-axis2-java-sandesha] 20/48: Updated release notes for Sandesha2 1.6.1.

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-sandesha.git

commit ae295df8db034f03d803b48148f80149d8f799a0
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 10 18:22:05 2011 +0000

    Updated release notes for Sandesha2 1.6.1.
---
 release-notes.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/release-notes.html b/release-notes.html
index 7adea73..3f19e97 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -32,6 +32,10 @@
 
 <p>This is the ${project.version} release of Apache Sandesha2.</p>
 
+<p>Apache Sandesha2 1.6.1 is a maintenance release that provides compatibility with Axis2 1.6.1.
+Please note that Sandesha2 1.6.1 will not work with Axis2 1.6.0 and that users of Axis2 1.6.1 are
+required to update to Sandesha2 1.6.1, i.e. Sandesha2 1.6.0 doesn't work with Axis2 1.6.1.</p>
+
 <h2>What is in this release</h2>
 
 <p>Features available in this release of Sandesha2.</p>


[axis-axis2-java-sandesha] 25/48: Allow Sandesha2 1.6 builds to run concurrently.

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-sandesha.git

commit ddd51924cd34370ae931c89cbc60da51ee6c7a60
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 20 22:44:56 2011 +0000

    Allow Sandesha2 1.6 builds to run concurrently.
---
 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 c26bb24..2976d5d 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 ea7e79e..6df0568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,6 +412,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] 06/48: Merged r1098145 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-sandesha.git

commit d441aa109f7db3ae418f1d7081c3c97a3408e031
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Apr 30 20:03:21 2011 +0000

    Merged r1098145 to the 1.6 branch.
---
 src/site/xdoc/download.xml.vm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index d54e6f7..bc55294 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -57,17 +57,17 @@ the binay distribution and the source distribution.</p>
       </tr>
       <tr class="c"><td align="center" valign="middle"><a name="13"></a>1.3</td><td align="center">Release</td><td>
               Source Distribution 
-              <a href="[preferred]/ws/sandesha2/1_3/sandesha2-1.3-src.zip" title="[preferred]/ws/sandesha2/1_3/sandesha2-1.3-src.zip">zip</a>
-              <a href="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip">zip</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5">MD5</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="[preferred]/ws/sandesha2/1_3/sandesha2-1.3-bin.zip" title="[preferred]/ws/sandesha2/1_3/sandesha2-1.3-bin.zip">zip</a>
-              <a href="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip">zip</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5">MD5</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>08 - Oct - 2007</td>
-            <td>1.3 Release (Mirrored)</td>
+            <td>1.3 Release (Archived)</td>
             <td>1.3</td>
       </tr>
       <tr class="c"><td align="center" valign="middle"><a name="12"></a>1.2</td><td align="center">Release</td><td>


[axis-axis2-java-sandesha] 22/48: [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-sandesha.git

commit 66ed5b7a6869f47724d359dfd588a40125f25b42
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 10 20:01:36 2011 +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 087c412..5bfdaaf 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 a37ea65..11fe508 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 2aae547..3c040b0 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 7fc99b3..49c82ec 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 a6a100a..f2fa646 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 5cfffee..2832be1 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 e8e8967..a0651be 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 239b038..d1a172d 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 b3f095c..1719696 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 108f26e..2498f5c 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 9c1cc39..c26bb24 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.6.1</version>
+        <version>1.6.2-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/v1.6.1/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 c2a21b8..7a64d65 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.6.1</version>
+    <version>1.6.2-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
     <pluginRepositories>


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

commit cba827fd19bc6198d0fd71ce5b58f22722ba9db8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 11 19:16:49 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 eb01012..6500b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.0-SNAPSHOT</rampart.version>
         <axiom.version>1.2.11</axiom.version>
-        <neethi.version>2.0.4</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] 23/48: Merged r1214978 to the 1.6 branch for inclusion in the next maintenance release.

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-sandesha.git

commit 4222aba1e7627f1a9f8947762e8abc82bcc32d4d
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 17 19:33:46 2011 +0000

    Merged r1214978 to the 1.6 branch for inclusion in the next maintenance release.
---
 src/site/xdoc/download.xml.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 5ebcab0..b69a771 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -122,7 +122,7 @@ the binary distribution and the source distribution.</p>
               <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.md5">MD5</a> |
               <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.asc">PGP</a>
               <br></br>        
-            </td><td>12 - Oct - 2006</td>
+            </td><td>10 - Dec - 2006</td>
             <td>1.1 Release (Archived)</td>
             <td>1.1</td>
       </tr>
@@ -137,7 +137,7 @@ the binary distribution and the source distribution.</p>
               <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.md5">MD5</a> |
               <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.asc">PGP</a>
               <br></br>        
-            </td><td>05 - Aug - 2006</td>
+            </td><td>08 - May - 2006</td>
             <td>1.0 Release (Archived)</td>
             <td>1.0</td>
       </tr>
@@ -152,7 +152,7 @@ the binary distribution and the source distribution.</p>
               <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5">MD5</a> |
               <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc">PGP</a>
               <br></br>        
-            </td><td>12 - May - 2005</td>
+            </td><td>05 - Dec - 2005</td>
             <td>0.9 Release (Archived)</td>
             <td>0.93</td>
       </tr>


[axis-axis2-java-sandesha] 15/48: Merged r1072332, r1072333 and r1090216 to the 1.6 branch to upgrade to Neethi 3.0.1.

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-sandesha.git

commit ce5f2b69debf4af2c09419776c046ae7f3bebc42
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Jul 11 20:38:26 2011 +0000

    Merged r1072332, r1072333 and r1090216 to the 1.6 branch to upgrade to Neethi 3.0.1.
---
 .../sandesha2/policy/SandeshaPolicyBean.java       |   5 +-
 .../AcknowledgementIntervalAssertionBuilder.java   |  43 +++++++
 .../builders/ContextManagerAssertionBuilder.java   |  43 +++++++
 .../builders/EPRDecoratorAssertionBuilder.java     |  43 +++++++
 .../policy/builders/EnforceRMAssertionBuilder.java |  43 +++++++
 .../ExponentialBackoffAssertionBuilder.java        |  43 +++++++
 .../InactivityTimeoutAssertionBuilder.java         |  43 +++++++
 .../InactivityTimeoutMeasureAssertionBuilder.java  |  43 +++++++
 .../builders/InvokeInOrderAssertionBuilder.java    |  45 +++++++
 .../builders/MakeConnectionAssertionBuilder.java   |  71 +++++++++++
 ...MaximumRetransmissionCountAssertionBuilder.java |  43 +++++++
 .../MessageTypesToDropAssertionBuilder.java        |  55 +++++++++
 .../policy/builders/RMAssertionBuilder.java        | 134 +--------------------
 .../RetransmissionIntervalAssertionBuilder.java    |  43 +++++++
 .../policy/builders/SandeshaPropertyAssertion.java |  59 +++++++++
 .../builders/SecurityManagerAssertionBuilder.java  |  43 +++++++
 .../SequenceRemovalTimeoutAssertionBuilder.java    |  43 +++++++
 ...uenceRemovalTimeoutMeasureAssertionBuilder.java |  43 +++++++
 .../builders/StorageManagersAssertionBuilder.java  |  49 ++++++++
 .../UseMessageSerializationAssertionBuilder.java   |  43 +++++++
 .../org.apache.neethi.builders.AssertionBuilder    |  18 +++
 pom.xml                                            |   2 +-
 22 files changed, 866 insertions(+), 131 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/SandeshaPolicyBean.java b/modules/core/src/main/java/org/apache/sandesha2/policy/SandeshaPolicyBean.java
index acb77bf..96597d7 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/policy/SandeshaPolicyBean.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/SandeshaPolicyBean.java
@@ -627,5 +627,8 @@ public class SandeshaPolicyBean implements Assertion {
 	public void setParent(SandeshaPolicyBean parent) {
 		this.parent = parent;
 	}
-	
+
+    public boolean isIgnorable() {
+        return false;
+    }
 }
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/AcknowledgementIntervalAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/AcknowledgementIntervalAssertionBuilder.java
new file mode 100644
index 0000000..c3a16d1
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/AcknowledgementIntervalAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class AcknowledgementIntervalAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_ACK_INTERVAL };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final long value = Long.parseLong(element.getText().trim());
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setAcknowledgementInterval(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ContextManagerAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ContextManagerAssertionBuilder.java
new file mode 100644
index 0000000..653d1c8
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ContextManagerAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class ContextManagerAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_CONTEXT_MGR };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final String value = element.getText().trim();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setContextManagerClass(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EPRDecoratorAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EPRDecoratorAssertionBuilder.java
new file mode 100644
index 0000000..4a14b05
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EPRDecoratorAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class EPRDecoratorAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_EPR_DECORATOR };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final String value = element.getText().trim();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setEPRDecoratorClass(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EnforceRMAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EnforceRMAssertionBuilder.java
new file mode 100644
index 0000000..d7c7f69
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/EnforceRMAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class EnforceRMAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_ENFORCE_RM };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final boolean value = Boolean.valueOf(element.getText().trim()).booleanValue();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setEnforceRM(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ExponentialBackoffAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ExponentialBackoffAssertionBuilder.java
new file mode 100644
index 0000000..ac59baa
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/ExponentialBackoffAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class ExponentialBackoffAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_EXP_BACKOFF };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final boolean value = Boolean.valueOf(element.getText().trim()).booleanValue();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setExponentialBackoff(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutAssertionBuilder.java
new file mode 100644
index 0000000..ca62f89
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class InactivityTimeoutAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_INACTIVITY_TIMEOUT };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final long value = Long.parseLong(element.getText().trim());
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setInactiveTimeoutValue(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutMeasureAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutMeasureAssertionBuilder.java
new file mode 100644
index 0000000..f771e04
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InactivityTimeoutMeasureAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class InactivityTimeoutMeasureAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_INACTIVITY_TIMEOUT_MEASURES };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final String value = element.getText().trim();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setInactivityTimeoutMeasure(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InvokeInOrderAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InvokeInOrderAssertionBuilder.java
new file mode 100644
index 0000000..b50d8d8
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/InvokeInOrderAssertionBuilder.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.axis2.Constants;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class InvokeInOrderAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_INVOKE_INORDER };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        String value = element.getText().trim();
+        final boolean inOrder = value!=null && Constants.VALUE_TRUE.equals(value);
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setInOrder(inOrder);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MakeConnectionAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MakeConnectionAssertionBuilder.java
new file mode 100644
index 0000000..fe03126
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MakeConnectionAssertionBuilder.java
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class MakeConnectionAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_MAKE_CONNECTION };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final boolean enableMakeConnection;
+        final boolean enableMakeConnectionSet;
+        OMElement enabledElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_ENABLED);
+        if (enabledElem!=null) {
+            String data = enabledElem.getText().trim();
+            enableMakeConnection = Boolean.valueOf(data).booleanValue();
+            enableMakeConnectionSet = true;
+        } else {
+            enableMakeConnection = false;
+            enableMakeConnectionSet = false;
+        }
+
+        final boolean enableRMAnonURI;
+        final boolean enableRMAnonURISet;
+        OMElement useRMAnonElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_USE_RM_ANON_URI);
+        if (useRMAnonElem!=null) {
+            String data = useRMAnonElem.getText().trim();
+            enableRMAnonURI = Boolean.valueOf(data).booleanValue();
+            enableRMAnonURISet = true;
+        } else {
+            enableRMAnonURI = false;
+            enableRMAnonURISet = false;
+        }
+        
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                if (enableMakeConnectionSet) {
+                    propertyBean.setEnableMakeConnection(enableMakeConnection);
+                }
+                if (enableRMAnonURISet) {
+                    propertyBean.setEnableRMAnonURI(enableRMAnonURI);
+                }
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MaximumRetransmissionCountAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MaximumRetransmissionCountAssertionBuilder.java
new file mode 100644
index 0000000..6534654
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MaximumRetransmissionCountAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class MaximumRetransmissionCountAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_MAX_RETRANS_COUNT };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final int value = Integer.parseInt(element.getText().trim());
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setMaximumRetransmissionCount(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MessageTypesToDropAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MessageTypesToDropAssertionBuilder.java
new file mode 100644
index 0000000..9198c47
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/MessageTypesToDropAssertionBuilder.java
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import java.util.ArrayList;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class MessageTypesToDropAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_MSG_TYPES_TO_DROP };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final ArrayList<Integer> types = new ArrayList<Integer>();
+        String str = element.getText().trim();
+        String[] items  = str.split(Sandesha2Constants.LIST_SEPERATOR);
+        if (items!=null) {
+            int size = items.length;
+            for (int i=0;i<size;i++) {
+                String itemStr = items[i];
+                if (!itemStr.equals("") && !itemStr.equals(Sandesha2Constants.VALUE_NONE) )
+                    types.add(new Integer (itemStr));
+            }
+        }
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setMsgTypesToDrop(types);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RMAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RMAssertionBuilder.java
index 0aa9e85..404f100 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RMAssertionBuilder.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RMAssertionBuilder.java
@@ -19,24 +19,19 @@
 
 package org.apache.sandesha2.policy.builders;
 
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
 import javax.xml.namespace.QName;
 
 import org.apache.axiom.om.OMElement;
-import org.apache.axis2.Constants;
 import org.apache.neethi.Assertion;
 import org.apache.neethi.AssertionBuilderFactory;
 import org.apache.neethi.Policy;
+import org.apache.neethi.PolicyComponent;
 import org.apache.neethi.PolicyEngine;
 import org.apache.neethi.builders.AssertionBuilder;
-import org.apache.neethi.builders.xml.XmlPrimtiveAssertion;
 import org.apache.sandesha2.Sandesha2Constants;
 import org.apache.sandesha2.policy.SandeshaPolicyBean;
 
-public class RMAssertionBuilder implements AssertionBuilder {
+public class RMAssertionBuilder implements AssertionBuilder<OMElement> {
 
     public Assertion build(OMElement element, AssertionBuilderFactory factory)
             throws IllegalArgumentException {
@@ -44,7 +39,9 @@ public class RMAssertionBuilder implements AssertionBuilder {
         SandeshaPolicyBean propertyBean = new SandeshaPolicyBean();
         Policy policy = PolicyEngine.getPolicy(element.getFirstElement());
 
-        processElements(policy.getPolicyComponents(), propertyBean);
+        for (PolicyComponent component : policy.getPolicyComponents()) {
+            ((SandeshaPropertyAssertion)component).apply(propertyBean);
+        }
         return propertyBean;
     }
 
@@ -52,125 +49,4 @@ public class RMAssertionBuilder implements AssertionBuilder {
         return new QName[] { new QName(
                 Sandesha2Constants.Assertions.URI_RM_POLICY_NS, "RMAssertion") };
     }
-
-    private void processElements(List policyComponents,
-            SandeshaPolicyBean propertyBean) {
-
-        XmlPrimtiveAssertion xmlPrimtiveAssertion;
-
-        for (Iterator iterator = policyComponents.iterator(); iterator
-                .hasNext();) {
-            xmlPrimtiveAssertion = (XmlPrimtiveAssertion) iterator.next();
-            OMElement element = xmlPrimtiveAssertion.getValue();
-            String name = element.getLocalName();
-
-            if (Sandesha2Constants.Assertions.ELEM_ACK_INTERVAL.equals(name)) {
-                propertyBean.setAcknowledgementInterval(Long.parseLong(element
-                        .getText().trim()));
-
-            } else if (Sandesha2Constants.Assertions.ELEM_EXP_BACKOFF
-                    .equals(name)) {
-                propertyBean.setExponentialBackoff(Boolean.valueOf(
-                        element.getText().trim()).booleanValue());
-
-            } else if (Sandesha2Constants.Assertions.ELEM_INACTIVITY_TIMEOUT
-                    .equals(name)) {
-
-            		propertyBean.setInactiveTimeoutValue (Long.parseLong(element
-            				.getText().trim()));
-
-            } else if (Sandesha2Constants.Assertions.ELEM_INACTIVITY_TIMEOUT_MEASURES
-                    .equals(name)) {
-            	//using the previously set Inactivity Timeout
-                propertyBean.setInactivityTimeoutMeasure (element.getText().trim());
-
-            } else if (Sandesha2Constants.Assertions.ELEM_DELETION_TIMEOUT
-                .equals(name)) {
-
-	        		propertyBean.setSequenceRemovalTimeoutValue (Long.parseLong(element
-	        				.getText().trim()));
-
-		        } else if (Sandesha2Constants.Assertions.ELEM_DELETION_TIMEOUT_MEASURES
-		                .equals(name)) {
-		        	//using the previously set Inavtivity Timeout
-		            propertyBean.setSequenceRemovalTimeoutMeasure (element.getText().trim());
-
-            }  else if (Sandesha2Constants.Assertions.ELEM_INVOKE_INORDER
-                    .equals(name)) {
-            	String value = element.getText().trim();
-            	boolean inOrder = false;
-            	
-            	if (value!=null && Constants.VALUE_TRUE.equals(value))
-            		inOrder = true;
-            	
-            	propertyBean.setInOrder(inOrder);
-            	
-            }  else if (Sandesha2Constants.Assertions.ELEM_MAX_RETRANS_COUNT
-                    .equals(name)) {
-                propertyBean.setMaximumRetransmissionCount (Integer.parseInt(element.getText().trim()));
-            }   else if (Sandesha2Constants.Assertions.ELEM_MSG_TYPES_TO_DROP
-                    .equals(name)) {
-            	ArrayList<Integer> types = new ArrayList<Integer>();
-            	String str = element.getText().trim();
-            	String[] items  = str.split(Sandesha2Constants.LIST_SEPERATOR);
-            	if (items!=null) {
-            		int size = items.length;
-            		for (int i=0;i<size;i++) {
-            			String itemStr = items[i];
-            			if (!itemStr.equals("") && !itemStr.equals(Sandesha2Constants.VALUE_NONE) )
-            				types.add(new Integer (itemStr));
-            		}
-            	}
-                propertyBean.setMsgTypesToDrop (types);
-            }  else if (Sandesha2Constants.Assertions.ELEM_RETRANS_INTERVAL
-                    .equals(name)) {
-                propertyBean.setRetransmissionInterval (Long.parseLong (element.getText().trim()));
-            }  else if (Sandesha2Constants.Assertions.ELEM_SEC_MGR
-                    .equals(name)) {
-                propertyBean.setSecurityManagerClass (element.getText().trim());
-            }
-            else if (Sandesha2Constants.Assertions.ELEM_EPR_DECORATOR.equals(name)) {
-            	propertyBean.setEPRDecoratorClass(element.getText().trim());
-            } else if (Sandesha2Constants.Assertions.ELEM_STORAGE_MGR
-                    .equals(name)) {
-            	//finding out storage managers.
-
-            	OMElement inmemoryStorageManagerElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_INMEMORY_STORAGE_MGR);
-            	if (inmemoryStorageManagerElem!=null) {
-            		String inMemoryStorageMgr = inmemoryStorageManagerElem.getText().trim();
-            		propertyBean.setInMemoryStorageManagerClass(inMemoryStorageMgr);
-            	}
-
-            	OMElement permanentStorageManagerElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_PERMANENT_STORAGE_MGR);
-            	if (permanentStorageManagerElem!=null) {
-            		String permanentStorageMgr = permanentStorageManagerElem.getText().trim();
-            		propertyBean.setPermanentStorageManagerClass(permanentStorageMgr);
-            	} 
-            }  else if (Sandesha2Constants.Assertions.ELEM_CONTEXT_MGR.equals(name)) {
-                propertyBean.setContextManagerClass (element.getText().trim());
-
-            } else if(Sandesha2Constants.Assertions.ELEM_MAKE_CONNECTION.equals(name)) {
-            	// Read the nested assertions
-
-            	OMElement enabledElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_ENABLED);
-            	if (enabledElem!=null) {
-            		String data = enabledElem.getText().trim();
-            		propertyBean.setEnableMakeConnection(Boolean.valueOf(data).booleanValue());
-            	}
-
-            	OMElement useRMAnonElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_USE_RM_ANON_URI);
-            	if (useRMAnonElem!=null) {
-            		String data = useRMAnonElem.getText().trim();
-            		propertyBean.setEnableRMAnonURI(Boolean.valueOf(data).booleanValue());
-            	}
-            } else if (Sandesha2Constants.Assertions.ELEM_USE_SERIALIZATION.equals(name)) {
-            	String value = element.getText().trim();
-            	propertyBean.setUseMessageSerialization(Boolean.valueOf(value).booleanValue());
-            } else if (Sandesha2Constants.Assertions.ELEM_ENFORCE_RM.equals(name)) {
-            	String value = element.getText().trim();
-            	propertyBean.setEnforceRM (Boolean.valueOf(value).booleanValue());
-            }
-        }
-    }
-
 }
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RetransmissionIntervalAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RetransmissionIntervalAssertionBuilder.java
new file mode 100644
index 0000000..b2fe8da
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/RetransmissionIntervalAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class RetransmissionIntervalAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_RETRANS_INTERVAL };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final long value = Long.parseLong (element.getText().trim());
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setRetransmissionInterval(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SandeshaPropertyAssertion.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SandeshaPropertyAssertion.java
new file mode 100644
index 0000000..4da46ad
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SandeshaPropertyAssertion.java
@@ -0,0 +1,59 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+import javax.xml.stream.XMLStreamException;
+import javax.xml.stream.XMLStreamWriter;
+
+import org.apache.neethi.Assertion;
+import org.apache.neethi.PolicyComponent;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public abstract class SandeshaPropertyAssertion implements Assertion {
+    public abstract void apply(SandeshaPolicyBean propertyBean);
+
+    public QName getName() {
+        throw new UnsupportedOperationException();
+    }
+
+    public boolean isIgnorable() {
+        throw new UnsupportedOperationException();
+    }
+
+    public boolean isOptional() {
+        throw new UnsupportedOperationException();
+    }
+
+    public PolicyComponent normalize() {
+        throw new UnsupportedOperationException();
+    }
+
+    public void serialize(XMLStreamWriter writer) throws XMLStreamException {
+        throw new UnsupportedOperationException();
+    }
+
+    public boolean equal(PolicyComponent policyComponent) {
+        throw new UnsupportedOperationException();
+    }
+
+    public short getType() {
+        throw new UnsupportedOperationException();
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SecurityManagerAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SecurityManagerAssertionBuilder.java
new file mode 100644
index 0000000..70945d6
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SecurityManagerAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class SecurityManagerAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_SEC_MGR };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final String value = element.getText().trim();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setSecurityManagerClass(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutAssertionBuilder.java
new file mode 100644
index 0000000..93c01a7
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class SequenceRemovalTimeoutAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_SEQUENCE_REMOVAL_TIMEOUT };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final long value = Long.parseLong(element.getText().trim());
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setSequenceRemovalTimeoutValue(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutMeasureAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutMeasureAssertionBuilder.java
new file mode 100644
index 0000000..2404607
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutMeasureAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class SequenceRemovalTimeoutMeasureAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_SEQUENCE_REMOVAL_TIMEOUT_MEASURES };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final String value = element.getText().trim();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setSequenceRemovalTimeoutMeasure(value);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/StorageManagersAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/StorageManagersAssertionBuilder.java
new file mode 100644
index 0000000..4ff3ad4
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/StorageManagersAssertionBuilder.java
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class StorageManagersAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_STORAGE_MGR };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        OMElement inmemoryStorageManagerElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_INMEMORY_STORAGE_MGR);
+        final String inMemoryStorageMgr = inmemoryStorageManagerElem == null ? null : inmemoryStorageManagerElem.getText().trim();
+
+        OMElement permanentStorageManagerElem = element.getFirstChildWithName(Sandesha2Constants.Assertions.Q_ELEM_PERMANENT_STORAGE_MGR);
+        final String permanentStorageMgr = permanentStorageManagerElem == null ? null : permanentStorageManagerElem.getText().trim();
+        
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setInMemoryStorageManagerClass(inMemoryStorageMgr);
+                propertyBean.setPermanentStorageManagerClass(permanentStorageMgr);
+            }
+        };
+    }
+}
diff --git a/modules/core/src/main/java/org/apache/sandesha2/policy/builders/UseMessageSerializationAssertionBuilder.java b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/UseMessageSerializationAssertionBuilder.java
new file mode 100644
index 0000000..8a0eed4
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/sandesha2/policy/builders/UseMessageSerializationAssertionBuilder.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.sandesha2.policy.builders;
+
+import javax.xml.namespace.QName;
+
+import org.apache.axiom.om.OMElement;
+import org.apache.neethi.Assertion;
+import org.apache.neethi.AssertionBuilderFactory;
+import org.apache.neethi.builders.AssertionBuilder;
+import org.apache.sandesha2.Sandesha2Constants;
+import org.apache.sandesha2.policy.SandeshaPolicyBean;
+
+public class UseMessageSerializationAssertionBuilder implements AssertionBuilder<OMElement> {
+    public QName[] getKnownElements() {
+        return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_USE_SERIALIZATION };
+    }
+
+    public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException {
+        final boolean value = Boolean.valueOf(element.getText().trim()).booleanValue();
+        return new SandeshaPropertyAssertion() {
+            public void apply(SandeshaPolicyBean propertyBean) {
+                propertyBean.setUseMessageSerialization(value);
+            }
+        };
+    }
+}
diff --git a/modules/policy/src/main/resources/META-INF/services/org.apache.neethi.builders.AssertionBuilder b/modules/policy/src/main/resources/META-INF/services/org.apache.neethi.builders.AssertionBuilder
index 5a69262..8034487 100644
--- a/modules/policy/src/main/resources/META-INF/services/org.apache.neethi.builders.AssertionBuilder
+++ b/modules/policy/src/main/resources/META-INF/services/org.apache.neethi.builders.AssertionBuilder
@@ -16,3 +16,21 @@
 # under the License.
 
 org.apache.sandesha2.policy.builders.RMAssertionBuilder
+org.apache.sandesha2.policy.builders.MessageTypesToDropAssertionBuilder
+org.apache.sandesha2.policy.builders.SecurityManagerAssertionBuilder
+org.apache.sandesha2.policy.builders.ExponentialBackoffAssertionBuilder
+org.apache.sandesha2.policy.builders.SequenceRemovalTimeoutAssertionBuilder
+org.apache.sandesha2.policy.builders.InactivityTimeoutMeasureAssertionBuilder
+org.apache.sandesha2.policy.builders.AcknowledgementIntervalAssertionBuilder
+org.apache.sandesha2.policy.builders.InvokeInOrderAssertionBuilder
+org.apache.sandesha2.policy.builders.ContextManagerAssertionBuilder
+org.apache.sandesha2.policy.builders.EnforceRMAssertionBuilder
+org.apache.sandesha2.policy.builders.StorageManagersAssertionBuilder
+org.apache.sandesha2.policy.builders.SandeshaPropertyAssertion
+org.apache.sandesha2.policy.builders.RetransmissionIntervalAssertionBuilder
+org.apache.sandesha2.policy.builders.MaximumRetransmissionCountAssertionBuilder
+org.apache.sandesha2.policy.builders.SequenceRemovalTimeoutMeasureAssertionBuilder
+org.apache.sandesha2.policy.builders.EPRDecoratorAssertionBuilder
+org.apache.sandesha2.policy.builders.InactivityTimeoutAssertionBuilder
+org.apache.sandesha2.policy.builders.MakeConnectionAssertionBuilder
+org.apache.sandesha2.policy.builders.UseMessageSerializationAssertionBuilder
diff --git a/pom.xml b/pom.xml
index cc9cb94..9397d31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.1-SNAPSHOT</rampart.version>
         <axiom.version>1.2.12</axiom.version>
-        <neethi.version>2.0.5</neethi.version>
+        <neethi.version>3.0.1-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>


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

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-sandesha.git

commit 5cc9486ca81525c69376d325b4226bb9bca273cf
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Feb 19 10:56:52 2011 +0000

    [maven-release-plugin]  copy for branch 1_6
---
 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 aec0bc0..5e8d4b9 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.6.0-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_6/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 612f48b..bd31f9e 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.6.0-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_6/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 8bb487f..85c4f36 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.6.0-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_6/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 bc3693f..2051d79 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.6.0-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_6/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 82dca22..e91dc37 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.6.0-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_6/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 452fc06..9b86bb1 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.6.0-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_6/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 9c59a25..50253dd 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.6.0-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_6/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 e634d9e..5e2067f 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.6.0-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_6/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 4aaa5a0..2e40c5d 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>SNAPSHOT</version>
+        <version>1.6.0-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/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_6/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 e825be2..f3796d2 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.6.0-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_6/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 e3a54c3..3298274 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.6.0-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_6/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 942f348..de6fb62 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.6.0-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_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 38/48: Merged r1332067 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-sandesha.git

commit 093b480e4ed680efd0a2be9a97fcb0391e1e5d25
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 30 06:31:08 2012 +0000

    Merged  r1332067  to the 1.6 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] 04/48: Set the Axiom version to the same value as used by the Axis2 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-sandesha.git

commit 07051a018b9d6512c6cb8ee101ba813c061757c5
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Apr 3 08:14:09 2011 +0000

    Set the Axiom version to the same value as used by the Axis2 1.6 branch.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 99cfbf1..eb01012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
     <properties>
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.0-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.12-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] 09/48: [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-sandesha.git

commit 5325c93eab8eee0d4b03dfcf3fa8a40989fe2804
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Jun 2 10:46:50 2011 +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 b919a8f..9902cb5 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 e5e511a..c1987fb 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 a5466fa..3792418 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 71edebe..50a11b4 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 895580f..03b6624 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 7327dd1..dc73fd6 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 811b4b6..2206699 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 0cb7ce8..17bc3aa 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 9db0eb6..c1f2e9d 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 d6ef2e8..512b63d 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 a01d5ce..7166c69 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.6.0</version>
+        <version>1.6.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/v1.6.0/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 961a97d..fb247ab 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.6.0</version>
+    <version>1.6.1-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 02/48: Merged r1081570 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-sandesha.git

commit 33b241b385b3fbe609e026baaa8be0945549b5a1
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Mar 14 21:33:23 2011 +0000

    Merged r1081570 to the 1.6 branch.
---
 modules/distribution/pom.xml |  1 -
 pom.xml                      | 12 ++++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 85c4f36..c48ce85 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -140,7 +140,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-5</version>
                 <executions>
                     <execution>
                         <id>distribution-package</id>
diff --git a/pom.xml b/pom.xml
index de6fb62..8c253ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,18 @@
                         <preparationGoals>clean install</preparationGoals>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2-beta-5</version>
+                    <configuration>
+                        <!-- Workaround for MASSEMBLY-422 / MASSEMBLY-449 -->
+                        <archiverConfig>
+                            <fileMode>420</fileMode> <!-- 420(dec) = 644(oct) -->
+                            <directoryMode>493</directoryMode> <!-- 493(dec) = 755(oct) -->
+                            <defaultDirectoryMode>493</defaultDirectoryMode>
+                        </archiverConfig>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>


[axis-axis2-java-sandesha] 45/48: Switched to Axiom release 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-sandesha.git

commit c81f1ce4a7dc388629db518c3f6fafa56517c971
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 16 16:18:04 2012 +0000

    Switched to Axiom release version.
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 983e690..d3d03ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-compat</artifactId>
+                <version>${axiom.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
                 <artifactId>axiom-impl</artifactId>
                 <version>${axiom.version}</version>
             </dependency>
@@ -437,7 +442,7 @@
     <properties>
         <axis2.version>1.6.3-SNAPSHOT</axis2.version>
         <rampart.version>1.6.3-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.13</axiom.version>
+        <axiom.version>1.2.14</axiom.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/48: Updated Axis2 and Rampart SNAPSHOT versions.

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-sandesha.git

commit 8446397727186b7023bf00d9773a274db259eabf
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Fri Jun 3 10:42:53 2011 +0000

    Updated Axis2 and Rampart SNAPSHOT versions.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb247ab..3866d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,8 +436,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.0</axis2.version>
-        <rampart.version>1.6.0</rampart.version>
+        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
+        <rampart.version>1.6.1-SNAPSHOT</rampart.version>
         <axiom.version>1.2.11</axiom.version>
         <neethi.version>2.0.5</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>


[axis-axis2-java-sandesha] 13/48: Upgrading Sandesha2 1.6.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_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 337e987ffd7d1972107e05ac0e3ae52a083872cd
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Jun 29 17:34:28 2011 +0000

    Upgrading Sandesha2 1.6.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 3866d82..e9da33e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
     <properties>
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.1-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] 03/48: Set the correct Axis2 and Rampart versions for 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-sandesha.git

commit 9fc75431c5b9edd3735d21d39653ee93f3d28ed2
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Mar 19 16:32:56 2011 +0000

    Set the correct Axis2 and Rampart versions for the 1.6 branch.
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c253ae..99cfbf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,10 +436,9 @@
     </modules>
 
     <properties>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <rampart.version>SNAPSHOT</rampart.version>
+        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
+        <rampart.version>1.6.0-SNAPSHOT</rampart.version>
         <axiom.version>1.2.12-SNAPSHOT</axiom.version>
-        <!-- TODO: revert back to 3.0.0-SNAPSHOT when the incompatibility with the neethi trunk is fixed -->
         <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] 39/48: Merged r1332073 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-sandesha.git

commit b35bb05433d19900374619f2f0707e57f8463bf4
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 30 06:36:50 2012 +0000

    Merged  r1332073  to the 1.6 branch.
---
 src/site/xdoc/download.xml.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 20e0b23..f3d7ba6 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -36,7 +36,7 @@ the binary distribution and the source distribution.</p>
             <td width="200">Description</td>
             <td width="200">Compatible Axis2 version</td>
       </tr>
-      <tr><td><a name="161"></a>1.6.2</td><td>Release</td><td>
+      <tr><td><a name="162"></a>1.6.2</td><td>Release</td><td>
               Source Distribution 
               <a href="[preferred]/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-src.zip">zip</a> |
               <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-src.zip.md5">MD5</a> |
@@ -47,7 +47,7 @@ the binary distribution and the source distribution.</p>
               <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-bin.zip.md5">MD5</a> |
               <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-bin.zip.asc">PGP</a>
               <br></br>        
-            </td><td>26 - Apr - 2012</td>
+            </td><td>30 - Apr - 2012</td>
             <td>1.6.2 Release (Mirrored)</td>
             <td>1.6.2</td>
       </tr>


[axis-axis2-java-sandesha] 12/48: Marked r1137383 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-sandesha.git

commit fa2adda0a172d2a6e841d11507d4c9b344742fc7
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Jun 19 16:01:36 2011 +0000

    Marked r1137383 as merged to the 1.6 branch.


[axis-axis2-java-sandesha] 43/48: Merged r1338864 to the 1.6 branch to ensure that Sandesha2 1.6.x can be built with Axiom 1.2.14-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_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 28e47631d85e607310297ae0ed73dfc543164d72
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Aug 31 20:20:58 2012 +0000

    Merged r1338864 to the 1.6 branch to ensure that Sandesha2 1.6.x can be built with Axiom 1.2.14-SNAPSHOT.
---
 modules/core/src/main/java/org/apache/sandesha2/wsrm/AcksTo.java      | 4 +++-
 modules/core/src/main/java/org/apache/sandesha2/wsrm/Endpoint.java    | 4 +++-
 .../main/java/org/apache/sandesha2/wsrm/SequenceAcknowledgement.java  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/wsrm/AcksTo.java b/modules/core/src/main/java/org/apache/sandesha2/wsrm/AcksTo.java
index d5ab274..bf30742 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/wsrm/AcksTo.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/wsrm/AcksTo.java
@@ -102,7 +102,9 @@ public class AcksTo implements IOMRMElement {
 					SandeshaMessageKeys.cannotSetAcksTo,
 					null));
 
-		OMFactory factory = element.getOMFactory();
+		// Ensure that we use the plain OMFactory (and not SOAPFactory). This forces
+		// EndpointReferenceHelper.toOM to create an OMElement instead of a SOAPHeaderBlock.
+		OMFactory factory = element.getOMFactory().getMetaFactory().getOMFactory();
 		
 		QName acksTo = new QName (rmNamespaceValue,Sandesha2Constants.WSRM_COMMON.ACKS_TO, Sandesha2Constants.WSRM_COMMON.NS_PREFIX_RM);
 	    OMElement endpointElement =	EndpointReferenceHelper.toOM (factory,epr, acksTo ,addressingNamespaceValue);
diff --git a/modules/core/src/main/java/org/apache/sandesha2/wsrm/Endpoint.java b/modules/core/src/main/java/org/apache/sandesha2/wsrm/Endpoint.java
index 68f5e2f..1c17200 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/wsrm/Endpoint.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/wsrm/Endpoint.java
@@ -93,7 +93,9 @@ public class Endpoint implements IOMRMElement {
 					SandeshaMessageKeys.cannotSetEndpoint,
 					null));
 
-		OMFactory factory = element.getOMFactory();
+        // Ensure that we use the plain OMFactory (and not SOAPFactory). This forces
+        // EndpointReferenceHelper.toOM to create an OMElement instead of a SOAPHeaderBlock.
+        OMFactory factory = element.getOMFactory().getMetaFactory().getOMFactory();
 		
 		QName endpoint = new QName (rmNamespaceValue,Sandesha2Constants.WSRM_COMMON.ENDPOINT, Sandesha2Constants.WSRM_COMMON.NS_PREFIX_RM);
 	    OMElement endpointElement =	EndpointReferenceHelper.toOM (factory, epr, endpoint, addressingNamespaceValue);
diff --git a/modules/core/src/main/java/org/apache/sandesha2/wsrm/SequenceAcknowledgement.java b/modules/core/src/main/java/org/apache/sandesha2/wsrm/SequenceAcknowledgement.java
index 058dfa3..48287f6 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/wsrm/SequenceAcknowledgement.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/wsrm/SequenceAcknowledgement.java
@@ -74,7 +74,7 @@ public class SequenceAcknowledgement implements RMHeaderPart {
 	}
 
 	public Object fromHeaderBlock(SOAPHeaderBlock sequenceAckElement) throws OMException,SandeshaException {
-		originalSequenceAckElement = sequenceAckElement;
+		originalSequenceAckElement = sequenceAckElement.cloneOMElement();
 		OMElement identifierPart = null;
 		Iterator childElements = sequenceAckElement.getChildElements();
 		while(childElements.hasNext()){


[axis-axis2-java-sandesha] 36/48: [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-sandesha.git

commit 8d652563add4a749aded797784753880b6ff3548
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Apr 26 11:13:18 2012 +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 c48e59a..fa240c5 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 7e3ee43..ae4dff6 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 47fb6b5..8b33744 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 da1de43..fb65263 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 9b1cf1f..5e093b3 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 fb37f8f..48f7cc9 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 46a51e9..f440b21 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 ff2d4f8..1ce5619 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 45b8653..caf497a 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 19d921f..d6df50c 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 1006c02..fd673e2 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 cd0b10a..ff2fe29 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.6.2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 29/48: Switched the Sandesha2 1.6 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_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git

commit 86dadd9e48f9112e99b9263f22f5167bad4a88c7
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 9 14:29:07 2012 +0000

    Switched the Sandesha2 1.6 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 6df0568..f3f84ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@
     <properties>
         <axis2.version>1.6.2-SNAPSHOT</axis2.version>
         <rampart.version>1.6.2-SNAPSHOT</rampart.version>
-        <axiom.version>1.2.13-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.13</axiom.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] 40/48: [maven-release-plugin] prepare release v1.6.2

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-sandesha.git

commit f659bfc294e8d080124a60cb08742ddf1ce518a9
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 30 07:38:06 2012 +0000

    [maven-release-plugin] prepare release v1.6.2
---
 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 5bfdaaf..c48e59a 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 11fe508..7e3ee43 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 3c040b0..47fb6b5 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 49c82ec..da1de43 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 f2fa646..9b1cf1f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2832be1..fb37f8f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 a0651be..46a51e9 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 d1a172d..ff2d4f8 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 1719696..45b8653 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2498f5c..19d921f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2976d5d..1006c02 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 1388df8..cd0b10a 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.6.2-SNAPSHOT</version>
+    <version>1.6.2</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 41/48: [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-sandesha.git

commit 324d46dd2777378f8555ee3df53dc61a6947847e
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 30 07:38:31 2012 +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 c48e59a..fa240c5 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 7e3ee43..ae4dff6 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 47fb6b5..8b33744 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 da1de43..fb65263 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 9b1cf1f..5e093b3 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 fb37f8f..48f7cc9 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 46a51e9..f440b21 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 ff2d4f8..1ce5619 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 45b8653..caf497a 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 19d921f..d6df50c 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 1006c02..fd673e2 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.6.2</version>
+        <version>1.6.3-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/v1.6.2/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/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 cd0b10a..ff2fe29 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.6.2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 37/48: Rollback SCM changes due to Sandesha2 1.6.2 release vote failure.

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-sandesha.git

commit 89d78db356527d31a2946dd7ca104ef5b1bbd113
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 30 06:15:29 2012 +0000

    Rollback SCM changes due to Sandesha2 1.6.2 release vote failure.
---
 modules/client/pom.xml              | 2 +-
 modules/core/pom.xml                | 2 +-
 modules/distribution/pom.xml        | 2 +-
 modules/interop/pom.xml             | 2 +-
 modules/mar/pom.xml                 | 2 +-
 modules/persistence/pom.xml         | 2 +-
 modules/policy/pom.xml              | 2 +-
 modules/rampart-integration/pom.xml | 2 +-
 modules/resource-bundle/pom.xml     | 2 +-
 modules/samples/pom.xml             | 2 +-
 modules/tests/pom.xml               | 2 +-
 pom.xml                             | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules/client/pom.xml b/modules/client/pom.xml
index fa240c5..5bfdaaf 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index ae4dff6..11fe508 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 8b33744..3c040b0 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/interop/pom.xml b/modules/interop/pom.xml
index fb65263..49c82ec 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index 5e093b3..f2fa646 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/persistence/pom.xml b/modules/persistence/pom.xml
index 48f7cc9..2832be1 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/policy/pom.xml b/modules/policy/pom.xml
index f440b21..a0651be 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index 1ce5619..d1a172d 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml
index caf497a..1719696 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index d6df50c..2498f5c 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index fd673e2..2976d5d 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.6.3-SNAPSHOT</version>
+        <version>1.6.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index ff2fe29..1388df8 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.6.3-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 


[axis-axis2-java-sandesha] 44/48: Merged r1383074 (addition of TM to logo) to the 1.6 branch for publication with Sandesha2 1.6.3.

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-sandesha.git

commit 52e3e05b7e4302676c856ce6aee4967e21c13d1e
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Sep 10 19:35:32 2012 +0000

    Merged r1383074 (addition of TM to logo) to the 1.6 branch for publication with Sandesha2 1.6.3.
---
 src/site/resources/images/Sandesha.jpg | Bin 29221 -> 29693 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/site/resources/images/Sandesha.jpg b/src/site/resources/images/Sandesha.jpg
index ba371d9..3ad1781 100644
Binary files a/src/site/resources/images/Sandesha.jpg and b/src/site/resources/images/Sandesha.jpg differ


[axis-axis2-java-sandesha] 19/48: Merged r1212832 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-sandesha.git

commit 38abfd824149b2d27f3b0cb8a32f402b25430bd2
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 10 18:17:51 2011 +0000

    Merged r1212832 to the 1.6 branch.
---
 src/site/resources/css/site.css |  23 ++++++
 src/site/xdoc/download.xml.vm   | 166 +++++++++++++++++++++-------------------
 2 files changed, 111 insertions(+), 78 deletions(-)

diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
new file mode 100644
index 0000000..e941486
--- /dev/null
+++ b/src/site/resources/css/site.css
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: transparent;
+  padding-right: 0
+}
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 822bdba..5ebcab0 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -17,137 +17,146 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-<title>Sandesha2 - Releases</title>
-</head>
-<body class="composite">
-<div align="left">
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+    <properties>
+        <title>Sandesha2 - Releases</title>
+    </properties>
+    <body>
 <p>Please select the Sandesha2 version you want to download. Latest release is ${sandesha2_version}. You can download both
-the binay distribution and the source distribution.</p>
-</div>
+the binary distribution and the source distribution.</p>
 
-<div align="center">
-<table class="bodyTable"><tbody>
-      <tr class="a">
-            <td width="45" align="center">Name</td>
-            <td width="80" align="center">Type</td>
-            <td width="300" align="center">Distribution</td>
-            <td width="100" align="center">Date</td>
-            <td width="200" align="center">Description</td>
-            <td width="200" align="center">Compatible Axis2 version</td>
+<table><tbody>
+      <tr>
+            <td width="45">Name</td>
+            <td width="80">Type</td>
+            <td width="300">Distribution</td>
+            <td width="100">Date</td>
+            <td width="200">Description</td>
+            <td width="200">Compatible Axis2 version</td>
       </tr>
-      <tr class="c"><td align="center" valign="middle"><a name="160"></a>1.6.0</td><td align="center">Release</td><td>
+      <tr><td><a name="161"></a>1.6.1</td><td>Release</td><td>
               Source Distribution 
-              <a href="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip" title="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip">zip</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.asc">PGP</a>
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip" title="[preferred]/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip">zip</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.asc">PGP</a>
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.asc">PGP</a>
+              <br></br>        
+            </td><td>10 - Dec - 2011</td>
+            <td>1.6.1 Release (Mirrored)</td>
+            <td>1.6.1</td>
+      </tr>
+      <tr><td><a name="160"></a>1.6.0</td><td>Release</td><td>
+              Source Distribution 
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-src.zip.asc">PGP</a>
+              <br></br>
+              Binary Distribution
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.0/sandesha2-1.6.0-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>02 - Jun - 2011</td>
-            <td>1.6.0 Release (Mirrored)</td>
+            <td>1.6.0 Release (Archived)</td>
             <td>1.6.0</td>
       </tr>
-      <tr class="c"><td align="center" valign="middle"><a name="14"></a>1.4</td><td align="center">Release</td><td>
+      <tr><td><a name="14"></a>1.4</td><td>Release</td><td>
               Source Distribution 
-              <a href="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip" title="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip">zip</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.asc">PGP</a>
+              <a href="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip" title="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip">zip</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.md5" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.md5">MD5</a>
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.asc" class="externalLink" title="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.asc">PGP</a>
+              <a href="[preferred]/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.4/sandesha2-1.4-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>19 - Dec - 2010</td>
             <td>1.4 Release (Mirrored)</td>
             <td>1.5.4</td>
       </tr>
-      <tr class="c"><td align="center" valign="middle"><a name="13"></a>1.3</td><td align="center">Release</td><td>
+      <tr><td><a name="13"></a>1.3</td><td>Release</td><td>
               Source Distribution 
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_3/sandesha2-1.3-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>08 - Oct - 2007</td>
             <td>1.3 Release (Archived)</td>
             <td>1.3</td>
       </tr>
-      <tr class="c"><td align="center" valign="middle"><a name="12"></a>1.2</td><td align="center">Release</td><td>
+      <tr><td><a name="12"></a>1.2</td><td>Release</td><td>
               Source Distribution 
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_2/sandesha2-1.2-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>10 - Jun - 2007</td>
             <td>1.2 Release (Archived)</td>
             <td>1.2</td>
       </tr>
-      <tr class="c"><td align="center" valign="middle"><a name="11"></a>1.1</td><td align="center">Release</td><td>
+      <tr><td><a name="11"></a>1.1</td><td>Release</td><td>
               Source Distribution 
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_1/sandesha2-1.1-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>12 - Oct - 2006</td>
             <td>1.1 Release (Archived)</td>
             <td>1.1</td>
       </tr>
-	  <tr class="c"><td align="center" valign="middle"><a name="10"></a>1.0</td><td align="center">Release</td><td>
+	  <tr><td><a name="10"></a>1.0</td><td>Release</td><td>
               Source Distribution 
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/1_0/sandesha2-1.0-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>05 - Aug - 2006</td>
             <td>1.0 Release (Archived)</td>
             <td>1.0</td>
       </tr>
-	  <tr class="b"><td align="center" valign="middle"><a name="09"></a>0.9</td><td align="center">Release</td><td>
+	  <tr><td><a name="09"></a>0.9</td><td>Release</td><td>
               Source Distribution 
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip" title="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip" title="[preferred]/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip">zip</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5">MD5</a>
-              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc" class="externalLink" title="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/ws/sandesha2/0_9/Sandesha2-0.9-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>12 - May - 2005</td>
             <td>0.9 Release (Archived)</td>
             <td>0.93</td>
       </tr>
     </tbody></table>
-</div>
-<div align="left">
 <p>[if-any logo] <a href="[link]"><img align="right" src="[logo]" border="0" alt=""></img></a>[end] The currently selected mirror is <b>[preferred]</b>.  If
 you encounter a problem with this mirror, please select another mirror.  If
 all mirrors are failing, there are <i>backup</i> mirrors (at the end of the
@@ -163,14 +172,15 @@ mirrors list) that should be available.</p>
    
   <input type="submit" value="Change"></input></form>
 
-<p>You may also consult the <a href="http://www.apache.org/mirrors/" class="externalLink" title="External Link">complete
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
 list of mirrors</a>.</p>
 
-<p><strong>Note:</strong> when downloading from a mirror please check the <a href="http://www.apache.org/dev/release-signing#md5" class="externalLink" title="External Link">md5sum</a> and verify
-the <a href="http://www.apache.org/dev/release-signing#openpgp" class="externalLink" title="External Link">OpenPGP</a>
+<p><strong>Note:</strong> when downloading from a mirror please check the <a href="http://www.apache.org/dev/release-signing#md5">md5sum</a> and verify
+the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
 compatible signature from the main Apache site. These can be downloaded by
-following the links above. This <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/KEYS" class="externalLink" title="External Link">KEYS</a> file contains the
+following the links above. This <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/KEYS">KEYS</a> file contains the
 public keys used for signing release. It is recommended that (when possible)
-a <a href="http://www.apache.org/dev/release-signing#web-of-trust" class="externalLink" title="External Link">web of
+a <a href="http://www.apache.org/dev/release-signing#web-of-trust">web of
 trust</a> is used to confirm the identity of these keys.</p>
-</div></body></html>
+</body>
+</document>


[axis-axis2-java-sandesha] 17/48: Switched to release versions to prepare the 1.6.1 release.

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-sandesha.git

commit 8be11bad915f7f86072e8235bb991290aa7ceac8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Oct 20 06:23:18 2011 +0000

    Switched to release versions to prepare the 1.6.1 release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49469db..7ec891e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,8 +430,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
-        <rampart.version>1.6.1-SNAPSHOT</rampart.version>
+        <axis2.version>1.6.1</axis2.version>
+        <rampart.version>1.6.1</rampart.version>
         <axiom.version>1.2.12</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 28/48: Merged r1187907 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-sandesha.git

commit f88053027341f450e4a56f7c56eb675f03f05370
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Mar 12 20:26:42 2012 +0000

    Merged r1187907 to the 1.6 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] 24/48: Updated dependency versions on 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-sandesha.git

commit 485835e413384910634170f064e246e75ff38bdd
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Dec 19 22:03:14 2011 +0000

    Updated dependency versions on the 1.6 branch.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a64d65..ea7e79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,9 +430,9 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.1</axis2.version>
-        <rampart.version>1.6.1</rampart.version>
-        <axiom.version>1.2.12</axiom.version>
+        <axis2.version>1.6.2-SNAPSHOT</axis2.version>
+        <rampart.version>1.6.2-SNAPSHOT</rampart.version>
+        <axiom.version>1.2.13-SNAPSHOT</axiom.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/48: [maven-release-plugin] prepare release v1.6.0

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-sandesha.git

commit 2740c1210453bafcb3d03a3031e18dc4be875f36
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Jun 2 10:46:21 2011 +0000

    [maven-release-plugin] prepare release v1.6.0
---
 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 5e8d4b9..b919a8f 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 bd31f9e..e5e511a 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 c48ce85..a5466fa 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 2051d79..71edebe 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 e91dc37..895580f 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 9b86bb1..7327dd1 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 50253dd..811b4b6 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 5e2067f..0cb7ce8 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 2e40c5d..9db0eb6 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 f3796d2..d6ef2e8 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 3298274..a01d5ce 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.6.0-SNAPSHOT</version>
+        <version>1.6.0</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_6/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0/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 39f107d..961a97d 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.6.0-SNAPSHOT</version>
+    <version>1.6.0</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.0</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 42/48: Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.

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-sandesha.git

commit c2b832fd96ecac321a0cb4735430db62aa187139
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Aug 31 17:28:18 2012 +0000

    Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff2fe29..983e690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,8 +435,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.2</axis2.version>
-        <rampart.version>1.6.2</rampart.version>
+        <axis2.version>1.6.3-SNAPSHOT</axis2.version>
+        <rampart.version>1.6.3-SNAPSHOT</rampart.version>
         <axiom.version>1.2.13</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 35/48: [maven-release-plugin] prepare release v1.6.2

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-sandesha.git

commit cf002d3dd41e4474c5980ddddc20341b6273a2e3
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Apr 26 11:12:43 2012 +0000

    [maven-release-plugin] prepare release v1.6.2
---
 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 5bfdaaf..c48e59a 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 11fe508..7e3ee43 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 3c040b0..47fb6b5 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 49c82ec..da1de43 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 f2fa646..9b1cf1f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2832be1..fb37f8f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 a0651be..46a51e9 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 d1a172d..ff2d4f8 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 1719696..45b8653 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2498f5c..19d921f 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 2976d5d..1006c02 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.6.2-SNAPSHOT</version>
+        <version>1.6.2</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_6/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2/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 1388df8..cd0b10a 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.6.2-SNAPSHOT</version>
+    <version>1.6.2</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.2</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 27/48: Merged r1241032 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-sandesha.git

commit cf0b75558320b45615fd9299fadce98d08e79cb5
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Mar 1 13:25:54 2012 +0000

    Merged r1241032 to the 1.6 branch.
---
 .../org/apache/sandesha2/interop/PWCallback.java   | 14 ++++++-------
 .../rampart/RampartBasedSecurityManager.java       | 24 +++++++++++++---------
 2 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/modules/interop/src/main/java/org/apache/sandesha2/interop/PWCallback.java b/modules/interop/src/main/java/org/apache/sandesha2/interop/PWCallback.java
index 59eccb1..24a5e70 100644
--- a/modules/interop/src/main/java/org/apache/sandesha2/interop/PWCallback.java
+++ b/modules/interop/src/main/java/org/apache/sandesha2/interop/PWCallback.java
@@ -108,13 +108,13 @@ public class PWCallback implements CallbackHandler {
 
                 if (pc.getUsage() == WSPasswordCallback.USERNAME_TOKEN_UNKNOWN) {
 
-                    if(pc.getIdentifer().equals("Ron") && pc.getPassword().equals("noR")) {
+                    if(pc.getIdentifier().equals("Ron") && pc.getPassword().equals("noR")) {
 
                         return;
 
                     }
                     
-                    if(pc.getIdentifer().equals("joe") && pc.getPassword().equals("eoj")) {
+                    if(pc.getIdentifier().equals("joe") && pc.getPassword().equals("eoj")) {
 
                         return;
 
@@ -148,23 +148,23 @@ public class PWCallback implements CallbackHandler {
 
                     pc.setKey(key);
 
-                } else if(pc.getIdentifer().equals("alice")) {
+                } else if(pc.getIdentifier().equals("alice")) {
 
                     pc.setPassword("password");
 
-                } else if(pc.getIdentifer().equals("bob")) {
+                } else if(pc.getIdentifier().equals("bob")) {
 
                     pc.setPassword("password");
 
-                } else if(pc.getIdentifer().equals("Ron")) {
+                } else if(pc.getIdentifier().equals("Ron")) {
 
                     pc.setPassword("noR");
 
-                } else if(pc.getIdentifer().equals("joe")) {
+                } else if(pc.getIdentifier().equals("joe")) {
 
                     pc.setPassword("eoj");
 
-                } else if(pc.getIdentifer().equals("ip")) {
+                } else if(pc.getIdentifier().equals("ip")) {
                     
                     pc.setPassword("password");
                     
diff --git a/modules/rampart-integration/src/main/java/org/apache/sandesha2/security/rampart/RampartBasedSecurityManager.java b/modules/rampart-integration/src/main/java/org/apache/sandesha2/security/rampart/RampartBasedSecurityManager.java
index 799dae3..b0876fd 100644
--- a/modules/rampart-integration/src/main/java/org/apache/sandesha2/security/rampart/RampartBasedSecurityManager.java
+++ b/modules/rampart-integration/src/main/java/org/apache/sandesha2/security/rampart/RampartBasedSecurityManager.java
@@ -91,8 +91,8 @@ public class RampartBasedSecurityManager extends SecurityManager {
 			OMElement messagePart, MessageContext message)
 			throws SandeshaException {
 
-		Vector results = null;
-		if ((results = (Vector) message
+		List<WSHandlerResult> results = null;
+		if ((results = (List<WSHandlerResult>) message
 				.getProperty(WSHandlerConstants.RECV_RESULTS)) == null) {
 			String msg = SandeshaMessageHelper
 					.getMessage(SandeshaMessageKeys.noSecurityResults);
@@ -100,17 +100,17 @@ public class RampartBasedSecurityManager extends SecurityManager {
 		} else {
 			boolean verified = false;
 			for (int i = 0; i < results.size() && !verified; i++) {
-				WSHandlerResult rResult = (WSHandlerResult) results.get(i);
-				Vector wsSecEngineResults = rResult.getResults();
+				WSHandlerResult rResult = results.get(i);
+				List<WSSecurityEngineResult> wsSecEngineResults = rResult.getResults();
 
 				for (int j = 0; j < wsSecEngineResults.size() && !verified; j++) {
-					WSSecurityEngineResult wser = (WSSecurityEngineResult) wsSecEngineResults
+					WSSecurityEngineResult wser = wsSecEngineResults
 							.get(j);
-					if (wser.getAction() == WSConstants.SIGN
-							&& wser.getPrincipal() != null) {
+					if ((Integer)wser.get(WSSecurityEngineResult.TAG_ACTION) == WSConstants.SIGN
+							&& wser.get(WSSecurityEngineResult.TAG_PRINCIPAL) != null) {
 
 						// first verify the base token
-						Principal principal = wser.getPrincipal();
+						Principal principal = (Principal)wser.get(WSSecurityEngineResult.TAG_PRINCIPAL);
 						if (principal instanceof WSDerivedKeyTokenPrincipal) {
 							//Get the id of the SCT that was used to create the DKT 
 							String baseTokenId = ((WSDerivedKeyTokenPrincipal) principal)
@@ -145,9 +145,13 @@ public class RampartBasedSecurityManager extends SecurityManager {
 									OMAttribute idattr = messagePart
 											.getAttribute(new QName(
 													WSConstants.WSU_NS, "Id"));
-									verified = wser.getSignedElements()
+                                    String processedId = (String)wser.get(WSSecurityEngineResult.TAG_ID);
+
+                                    // Please review following code
+                                    verified = processedId.equals(idattr.getAttributeValue());
+									/*verified = wser.getSignedElements()
 											.contains(
-													idattr.getAttributeValue());
+													idattr.getAttributeValue());*/
 									if (verified) {
 										break;
 									}


[axis-axis2-java-sandesha] 21/48: [maven-release-plugin] prepare release v1.6.1

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-sandesha.git

commit b656862dbe4abf7020ff8915ee6ed4e882e5109b
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Dec 10 20:01:15 2011 +0000

    [maven-release-plugin] prepare release v1.6.1
---
 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 9902cb5..087c412 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/client</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/client</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/client</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/client</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/client</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 c1987fb..a37ea65 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 3792418..2aae547 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 50a11b4..7fc99b3 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/interop</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/interop</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/interop</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/interop</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/interop</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 03b6624..a6a100a 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/mar</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/mar</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/mar</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/mar</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/mar</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 dc73fd6..5cfffee 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/persistence</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/persistence</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/persistence</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/persistence</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/persistence</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 2206699..e8e8967 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/policy</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/policy</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/policy</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/policy</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/policy</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 17bc3aa..239b038 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/rampart-integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/rampart-integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/rampart-integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/rampart-integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 c1f2e9d..b3f095c 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/resource-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/resource-bundle</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 512b63d..108f26e 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 7166c69..9c1cc39 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.6.1-SNAPSHOT</version>
+        <version>1.6.1</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_6/modules/tests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6/modules/tests</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/modules/tests</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/tests</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1/modules/tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1/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 7ec891e..c2a21b8 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.6.1-SNAPSHOT</version>
+    <version>1.6.1</version>
     <name>Apache Sandesha</name>
     <url>http://axis.apache.org/axis2/java/sandesha/</url>
 
@@ -252,9 +252,9 @@
     </reporting>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_6</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/sandesha/tags/v1.6.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/tags/v1.6.1</url>
     </scm>
 
     <pluginRepositories>


[axis-axis2-java-sandesha] 18/48: Merged r1186431 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-sandesha.git

commit 36dbb5f30b3367b1e21bbefbe526b044a2fb5169
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Oct 20 18:36:11 2011 +0000

    Merged r1186431 to the 1.6 branch.
---
 .../java/org/apache/sandesha2/client/SandeshaClient.java  | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaClient.java b/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaClient.java
index 59067f7..f08d2ca 100644
--- a/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaClient.java
+++ b/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaClient.java
@@ -27,12 +27,11 @@ import java.util.MissingResourceException;
 
 import javax.xml.namespace.QName;
 
+import org.apache.axiom.om.OMAbstractFactory;
 import org.apache.axiom.om.OMElement;
 import org.apache.axiom.soap.SOAP12Constants;
 import org.apache.axiom.soap.SOAPEnvelope;
 import org.apache.axiom.soap.SOAPFactory;
-import org.apache.axiom.soap.impl.llom.soap11.SOAP11Factory;
-import org.apache.axiom.soap.impl.llom.soap12.SOAP12Factory;
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.Constants;
 import org.apache.axis2.addressing.EndpointReference;
@@ -857,10 +856,10 @@ public class SandeshaClient {
 		SOAPFactory factory = null;
 		SOAPEnvelope dummyEnvelope = null;
 		if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(soapNamespaceURI)) {
-			factory = new SOAP12Factory();
+			factory = OMAbstractFactory.getSOAP12Factory();
 			dummyEnvelope = factory.getDefaultEnvelope();
 		} else {
-			factory = new SOAP11Factory();
+			factory = OMAbstractFactory.getSOAP11Factory();
 			dummyEnvelope = factory.getDefaultEnvelope();
 		}
 
@@ -1022,10 +1021,10 @@ public class SandeshaClient {
 				soapNamespaceURI = getSOAPNamespaceURI(storageManager, internalSequenceID);
 
 			if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(soapNamespaceURI)) {
-				factory = new SOAP12Factory();
+				factory = OMAbstractFactory.getSOAP12Factory();
 				dummyEnvelope = factory.getDefaultEnvelope();
 			} else {
-				factory = new SOAP11Factory();
+				factory = OMAbstractFactory.getSOAP11Factory();
 				dummyEnvelope = factory.getDefaultEnvelope();
 			}
 
@@ -1178,10 +1177,10 @@ public class SandeshaClient {
 		if (soapNamespaceURI == null) 
 			soapNamespaceURI = getSOAPNamespaceURI(storageManager, internalSequenceID);
 		if (SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI.equals(soapNamespaceURI)) {
-			factory = new SOAP12Factory();
+			factory = OMAbstractFactory.getSOAP12Factory();
 			dummyEnvelope = factory.getDefaultEnvelope();
 		} else {
-			factory = new SOAP11Factory();
+			factory = OMAbstractFactory.getSOAP11Factory();
 			dummyEnvelope = factory.getDefaultEnvelope();
 		}
 


[axis-axis2-java-sandesha] 30/48: Set 1.6.2 as Axis2 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-sandesha.git

commit de74ec412a05fea6aec59b8bd0ef4f7096144b4d
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Mon Apr 23 06:06:10 2012 +0000

    Set 1.6.2 as Axis2 version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3f84ca..e1400a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,7 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.2-SNAPSHOT</axis2.version>
+        <axis2.version>1.6.2</axis2.version>
         <rampart.version>1.6.2-SNAPSHOT</rampart.version>
         <axiom.version>1.2.13</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>


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

commit 3d5b4cd875035fe7b784aaf31b157e3bb5a7a22e
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Jul 8 19:38:30 2011 +0000

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

diff --git a/pom.xml b/pom.xml
index e9da33e..cc9cb94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
     <properties>
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.1-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] 46/48: Merged site changes (r1479071 and r1479079) 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-sandesha.git

commit 460213464a43bde266ca54ec0221f8d47b76b8ff
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat May 4 11:26:51 2013 +0000

    Merged site changes (r1479071 and r1479079) to the 1.6 branch.
---
 modules/client/pom.xml              |  2 +-
 modules/core/pom.xml                |  2 +-
 modules/distribution/pom.xml        |  2 +-
 modules/interop/pom.xml             |  2 +-
 modules/mar/pom.xml                 |  2 +-
 modules/persistence/pom.xml         |  2 +-
 modules/policy/pom.xml              |  2 +-
 modules/rampart-integration/pom.xml |  2 +-
 modules/resource-bundle/pom.xml     |  6 ++++++
 modules/samples/pom.xml             |  2 +-
 modules/tests/pom.xml               |  2 +-
 pom.xml                             | 31 +++++++++++++++++++++++++++++++
 src/site/site.xml                   |  6 +++---
 src/site/xdoc/download.xml.vm       | 12 ++++++------
 14 files changed, 56 insertions(+), 19 deletions(-)

diff --git a/modules/client/pom.xml b/modules/client/pom.xml
index fa240c5..3129373 100644
--- a/modules/client/pom.xml
+++ b/modules/client/pom.xml
@@ -106,7 +106,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index ae4dff6..cf6c955 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -73,7 +73,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 8b33744..3655007 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -161,7 +161,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/modules/interop/pom.xml b/modules/interop/pom.xml
index fb65263..244d042 100644
--- a/modules/interop/pom.xml
+++ b/modules/interop/pom.xml
@@ -115,7 +115,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index 5e093b3..f2d08b8 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -107,7 +107,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/persistence/pom.xml b/modules/persistence/pom.xml
index 48f7cc9..495d2a6 100644
--- a/modules/persistence/pom.xml
+++ b/modules/persistence/pom.xml
@@ -110,7 +110,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/policy/pom.xml b/modules/policy/pom.xml
index f440b21..6a6f2bf 100644
--- a/modules/policy/pom.xml
+++ b/modules/policy/pom.xml
@@ -111,7 +111,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/rampart-integration/pom.xml b/modules/rampart-integration/pom.xml
index 1ce5619..c02da39 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -73,7 +73,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml
index caf497a..629b80f 100644
--- a/modules/resource-bundle/pom.xml
+++ b/modules/resource-bundle/pom.xml
@@ -68,6 +68,12 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index d6df50c..f58709c 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -88,7 +88,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/modules/tests/pom.xml b/modules/tests/pom.xml
index fd673e2..71beb7a 100644
--- a/modules/tests/pom.xml
+++ b/modules/tests/pom.xml
@@ -151,7 +151,7 @@
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <generateReports>false</generateReports>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/pom.xml b/pom.xml
index d3d03ae..0299832 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,16 @@
                         <goals>
                             <goal>aggregate</goal>
                         </goals>
+                        <configuration>
+                            <breakiterator>true</breakiterator>
+                            <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
+                                 of changes between releases (to avoid mass changes when committing the site for a new release) -->
+                            <notimestamp>true</notimestamp>
+                            <windowtitle>Apache Sandesha2</windowtitle>
+                            <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                            <!-- doctitle only appears in the summary and we should include the version there -->
+                            <doctitle>Apache Sandesha2 ${project.version}</doctitle>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
@@ -171,6 +181,20 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.2</version>
+                <configuration>
+                    <!-- Required by maven-scm-publish-plugin -->
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-scm-publish-plugin</artifactId>
+                <version>1.0-beta-2</version>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
@@ -257,6 +281,13 @@
         <url>http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6</url>
     </scm>
 
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>scm:svn:https://svn.apache.org/repos/asf/axis/site/axis2/java/sandesha</url>
+        </site>
+    </distributionManagement>
+    
     <pluginRepositories>
         <pluginRepository>
             <id>apache.snapshots</id>
diff --git a/src/site/site.xml b/src/site/site.xml
index 9688d95..ddf7802 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,16 +34,16 @@
         </links>
         <menu name="Apache Sandesha2">
             <item name="Home" href="index.html" />
-            <item name="Downloads">
+            <item name="Downloads" href="javascript:void(0)">
                 <item name="Releases" href="download.cgi"/>
                 <item name="Source Code" href="http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk"/>
             </item>
-		<item name="Documentation">
+		<item name="Documentation" href="javascript:void(0)">
 			<item name="User Guide" href="userGuide.html"/>
  			<item name="Architecture Guide" href="architectureGuide.html"/>
   			<item name="Java Docs" href="apidocs/index.html" />
             </item>
-            <item name="Project Information">
+            <item name="Project Information" href="javascript:void(0)">
                 <item name="Mailing Lists" href="mail-lists.html"/>
                 <item name="Project Team" href="team-list.html"/>
                 <item name="Issue Tracking" href="issue-tracking.html"/>
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index f3d7ba6..d284652 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -53,14 +53,14 @@ the binary distribution and the source distribution.</p>
       </tr>
       <tr><td><a name="161"></a>1.6.1</td><td>Release</td><td>
               Source Distribution 
-              <a href="[preferred]/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip">zip</a> |
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.md5">MD5</a> |
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip.asc">PGP</a>
               <br></br>
               Binary Distribution
-              <a href="[preferred]/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip">zip</a> |
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.md5">MD5</a> |
-              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.asc">PGP</a>
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip">zip</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.md5">MD5</a> |
+              <a href="http://archive.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>10 - Dec - 2011</td>
             <td>1.6.1 Release (Archived)</td>


[axis-axis2-java-sandesha] 32/48: Merged r1330714 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-sandesha.git

commit edef6965c8a5aa3e13c163bfa797256c43b08242
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Apr 26 08:47:53 2012 +0000

    Merged  r1330714  to the 1.6 branch.
---
 src/site/xdoc/download.xml.vm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index b69a771..20e0b23 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -36,6 +36,21 @@ the binary distribution and the source distribution.</p>
             <td width="200">Description</td>
             <td width="200">Compatible Axis2 version</td>
       </tr>
+      <tr><td><a name="161"></a>1.6.2</td><td>Release</td><td>
+              Source Distribution 
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-src.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-src.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-src.zip.asc">PGP</a>
+              <br></br>
+              Binary Distribution
+              <a href="[preferred]/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-bin.zip">zip</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-bin.zip.md5">MD5</a> |
+              <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.2/sandesha2-1.6.2-bin.zip.asc">PGP</a>
+              <br></br>        
+            </td><td>26 - Apr - 2012</td>
+            <td>1.6.2 Release (Mirrored)</td>
+            <td>1.6.2</td>
+      </tr>
       <tr><td><a name="161"></a>1.6.1</td><td>Release</td><td>
               Source Distribution 
               <a href="[preferred]/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-src.zip">zip</a> |
@@ -48,7 +63,7 @@ the binary distribution and the source distribution.</p>
               <a href="http://www.apache.org/dist/axis/axis2/java/sandesha/1.6.1/sandesha2-1.6.1-bin.zip.asc">PGP</a>
               <br></br>        
             </td><td>10 - Dec - 2011</td>
-            <td>1.6.1 Release (Mirrored)</td>
+            <td>1.6.1 Release (Archived)</td>
             <td>1.6.1</td>
       </tr>
       <tr><td><a name="160"></a>1.6.0</td><td>Release</td><td>


[axis-axis2-java-sandesha] 34/48: Set 1.6.2 as Rampart 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-sandesha.git

commit 1069bb6c805071ed1e34b2862b201071c7440d31
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Apr 26 09:27:21 2012 +0000

    Set 1.6.2 as Rampart  version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5f7d58..1388df8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@
 
     <properties>
         <axis2.version>1.6.2</axis2.version>
-        <rampart.version>1.6.2-SNAPSHOT</rampart.version>
+        <rampart.version>1.6.2</rampart.version>
         <axiom.version>1.2.13</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>        


[axis-axis2-java-sandesha] 16/48: Merged r1145793 to the 1.6 branch to switch to Neethi 3.0.1.

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-sandesha.git

commit 4288b5fbe93908bb1cd23e3cbc59eda5c041414a
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Jul 23 13:38:10 2011 +0000

    Merged r1145793 to the 1.6 branch to switch to Neethi 3.0.1.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9397d31..49469db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,12 +287,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>${neethi.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>${commons.logging.version}</version>
@@ -439,7 +433,6 @@
         <axis2.version>1.6.1-SNAPSHOT</axis2.version>
         <rampart.version>1.6.1-SNAPSHOT</rampart.version>
         <axiom.version>1.2.12</axiom.version>
-        <neethi.version>3.0.1-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>


[axis-axis2-java-sandesha] 26/48: Merged r1221487 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-sandesha.git

commit f1a3463a80ac84c73e82cf499b1b61cf0e20b3e0
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Dec 21 08:51:16 2011 +0000

    Merged r1221487 to the 1.6 branch.
---
 .../test/java/org/apache/sandesha2/SandeshaTestCase.java   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

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 ef4c199..2b361b0 100644
--- a/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java
+++ b/modules/tests/src/test/java/org/apache/sandesha2/SandeshaTestCase.java
@@ -233,15 +233,15 @@ public class SandeshaTestCase extends TestCase {
 		boolean errorReported = false;
 		String resultStr;
 		
-		public boolean isComplete() {
+		public synchronized boolean isComplete() {
 			return completed;
 		}
 		
-		public boolean isErrorReported() {
+		public synchronized boolean isErrorReported() {
 			return errorReported;
 		}
 
-		public String getResult () {
+		public synchronized String getResult () {
 			return resultStr;
 		}
 		
@@ -249,23 +249,23 @@ public class SandeshaTestCase extends TestCase {
 			this.name = name;
 		}
 		
-		public void onComplete() {
+		public synchronized void onComplete() {
 			completed = true;
 		}
 
-		public void onMessage(MessageContext result) {
+		public synchronized void onMessage(MessageContext result) {
 			SOAPBody body = result.getEnvelope().getBody();
 			OMElement contents = body.getFirstElement();
 			this.resultStr = checkEchoOMBlock(contents);
 			System.out.println("TestCallback got text: '" + resultStr + "'");
 		}
 		
-		public void onFault(MessageContext result) {
+		public synchronized void onFault(MessageContext result) {
 			errorReported = true;
 			System.out.println("TestCallback got fault: " + result.getEnvelope());
 		}
 
-		public void onError (Exception e) {
+		public synchronized void onError (Exception e) {
 			errorReported = true;
 			System.out.println("TestCallback got exception");
 			e.printStackTrace();