Author: chamikara
Date: Mon Jun  4 12:00:28 2007
New Revision: 544216

URL: http://svn.apache.org/viewvc?view=rev&rev=544216
Log:
Changed the version to 1.2

Modified:
    webservices/sandesha/branches/sandesha2/java/1_2/README.txt
    webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml
    
webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml
    
webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/pom.xml
    webservices/sandesha/branches/sandesha2/java/1_2/project.properties
    webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html

Modified: webservices/sandesha/branches/sandesha2/java/1_2/README.txt
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/README.txt?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/README.txt (original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/README.txt Mon Jun  4 
12:00:28 2007
@@ -1,5 +1,5 @@
 ==========================================================================
-Apache Sandesha2 @VERSION@ build
+Apache Sandesha2 1.2 build
 
 http://ws.apache.org/sandesha/sandesha2
 ---------------------------------------------------------------------------
@@ -17,10 +17,10 @@
 details).
 Add a user phase named RMPhase to the all four flows of the axis2.xml.
 Get the binary distribution of Sandesha2 and extract it. You will find the 
[EMAIL PROTECTED]@.mar file inside that. This is the current Sandesha2 module 
+sandesha2-1.2.mar file inside that. This is the current Sandesha2 module 
 file.
 Put Sandesha2 module file to <Axis2_webapp>/WEB-INF/modules directory.
-Put [EMAIL PROTECTED]@.jar file that comes with the distribution to the 
<Axis2_webapp>/WEB-INF/lib directory.
+Put sandesha2-policy-1.2.jar file that comes with the distribution to the 
<Axis2_webapp>/WEB-INF/lib directory.
  
 Using Sandesha2 in the server side
 ===================================
@@ -38,8 +38,8 @@
 
 Engage sandesha2 and addressing modules to the ServiceClient object before
 doing any invocation. If you are not using any advance features add the 
[EMAIL PROTECTED]@.jar to your classpath. Otherwise you will have to add
-the [EMAIL PROTECTED]@.jar file to the classpath. Add the [EMAIL 
PROTECTED]@.jar 
+sandesha2-client-constants-1.2.jar to your classpath. Otherwise you will have 
to add
+the sandesha2-1.2.jar file to the classpath. Add the sandesha2-policy-1.2.jar 
 to your classpath.
 
 Please see Sandesha2 user guide for more details and sample code on using 

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml Mon 
Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
        <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml Mon 
Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
        
     <modelVersion>4.0.0</modelVersion>

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- 
webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml 
(original)
+++ 
webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml 
Mon Jun  4 12:00:28 2007
@@ -6,7 +6,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-       <version>1.2-SNAPSHOT</version>
+       <version>1.2</version>
     </parent>
 
     <groupId>org.apache.sandesha2</groupId>

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml 
Mon Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml Mon 
Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml Mon 
Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- 
webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml
 (original)
+++ 
webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml
 Mon Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
                <groupId>org.apache.sandesha2</groupId>
                <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
        
     <modelVersion>4.0.0</modelVersion>

Modified: 
webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml 
Mon Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml Mon 
Jun  4 12:00:28 2007
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.sandesha2</groupId>
         <artifactId>sandesha2-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/sandesha/branches/sandesha2/java/1_2/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/pom.xml?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/pom.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/pom.xml Mon Jun  4 
12:00:28 2007
@@ -8,7 +8,7 @@
     <description>
 Sandesha2 is an implementation of WS-ReliableMessaging specifications for 
Apache Axis2. By using Sandesha2 you can add reliable messaging capability to 
the Web services you have hosted in Axis2. You can also use Sandesha2 with 
Axis2 client to interact with already hosted web services in a reliable manner. 
Please see Sandesha2 user guide for more information on using Sandesha2. Read 
Sandesha2 Architecture guide to see how Sandesha2 works internally.
     </description>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <name>Apache Sandesha</name>
     <url>http://ws.apache.org/ws-fx/sandesha/sandesha2</url>
 
@@ -222,7 +222,7 @@
        </modules>
 
     <properties>
-               <sandesha2.version>1.2-SNAPSHOT</sandesha2.version>
+               <sandesha2.version>1.2</sandesha2.version>
                <axis2.version>1.2</axis2.version>
                <rampart.version>1.2</rampart.version>
                <wss4j.version>1.5.2</wss4j.version>

Modified: webservices/sandesha/branches/sandesha2/java/1_2/project.properties
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/project.properties?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/project.properties 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/project.properties Mon Jun 
 4 12:00:28 2007
@@ -23,7 +23,7 @@
 maven.html2xdoc.dir=./xdocs
 maven.junit.fork=yes
 
-sandesha2.version=1.2-SNAPSHOT
+sandesha2.version=1.2
 sandesha2.module.version=${sandesha2.version}
 
 axis2.version=1.2

Modified: webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html?view=diff&rev=544216&r1=544215&r2=544216
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html 
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html Mon Jun 
 4 12:00:28 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+      "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" />
@@ -12,7 +12,7 @@
 <body>
 <h1>Apache Sandesha2 Release Notes</h1>
 
-<p>This is the @VERSION@ release of Apache Sandesha2.</p>
+<p>This is the 1.2 release of Apache Sandesha2.</p>
 
 <h2>What is in this release</h2>
 
@@ -21,7 +21,8 @@
   <li>Support for WS-ReliableMessaging in both client side and server side of
     Axis2. (according the the WS-ReliableMessaging specification February
     2005).</li>
-  <li>Support upto the CD4 of the WSRM 1.1 specification being developed under 
OASIS.</li>
+  <li>Support upto the CD4 of the WSRM 1.1 specification being developed
+    under OASIS.</li>
   <li>Pluggable storage framework.</li>
   <li>Configurable delivery assurances. In-order exactly once delivery
     assurance is guaranteed. Users can also instruct the system to stop
@@ -38,6 +39,8 @@
   <li>Support for the WSRM specification being developed under OASIS WSRX
     technical committee.</li>
   <li>Support for SecureConversation+RM</li>
+  <li>Support for the Replay model in WSRM 1.0 to do an InOut message
+    exchange without starting an endpoint at the client side.</li>
   <li>Test cases to test RM scenarios.</li>
   <li>Documentation</li>
 </ol>
@@ -47,6 +50,5 @@
 <p></p>
 
 <p>Apache Sandesha2 team</p>
-
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to