You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2007/04/25 14:14:10 UTC

svn commit: r532334 - in /webservices/sandesha/trunk/java: modules/client/pom.xml modules/core/pom.xml modules/interop/pom.xml modules/mar/pom.xml modules/policy/pom.xml xdocs/architectureGuide.html

Author: chamikara
Date: Wed Apr 25 05:14:09 2007
New Revision: 532334

URL: http://svn.apache.org/viewvc?view=rev&rev=532334
Log:
Updated the pom files

Modified:
    webservices/sandesha/trunk/java/modules/client/pom.xml
    webservices/sandesha/trunk/java/modules/core/pom.xml
    webservices/sandesha/trunk/java/modules/interop/pom.xml
    webservices/sandesha/trunk/java/modules/mar/pom.xml
    webservices/sandesha/trunk/java/modules/policy/pom.xml
    webservices/sandesha/trunk/java/xdocs/architectureGuide.html

Modified: webservices/sandesha/trunk/java/modules/client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/client/pom.xml?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/modules/client/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/client/pom.xml Wed Apr 25 05:14:09 2007
@@ -12,7 +12,6 @@
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2-client</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
     <name>Sandesha - client</name>
 
     <build>

Modified: webservices/sandesha/trunk/java/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/pom.xml?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/modules/core/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/core/pom.xml Wed Apr 25 05:14:09 2007
@@ -12,7 +12,6 @@
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
     <name>Sandesha - Core</name>
 
     <build>

Modified: webservices/sandesha/trunk/java/modules/interop/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/interop/pom.xml?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/modules/interop/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/interop/pom.xml Wed Apr 25 05:14:09 2007
@@ -11,7 +11,6 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>sandesha2-interop</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
     <name>Sandesha - Interop</name>
 
     <build>

Modified: webservices/sandesha/trunk/java/modules/mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/mar/pom.xml?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/modules/mar/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/mar/pom.xml Wed Apr 25 05:14:09 2007
@@ -12,10 +12,8 @@
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2-mar</artifactId>
     <packaging>mar</packaging>
-    <version>SNAPSHOT</version>
     <name>Sandesha - Mar</name>
 
-
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
         <testSourceDirectory>src/main/java</testSourceDirectory>
@@ -62,8 +60,10 @@
         	<groupId>org.apache.axis2</groupId>
         	<artifactId>axis2-mar-maven-plugin</artifactId>
         	<version>SNAPSHOT</version>
-        	<extensions>true</extensions>
-        	<configuration>
+        	<extensions>true</extensions>
+		
+        	<configuration>
+			<marName>sandesha2-${version}</marName>
        	  		<includeDependencies>false</includeDependencies>
 			<moduleXmlFile>module.xml</moduleXmlFile>
         	</configuration>

Modified: webservices/sandesha/trunk/java/modules/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/policy/pom.xml?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/modules/policy/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/policy/pom.xml Wed Apr 25 05:14:09 2007
@@ -12,7 +12,6 @@
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2-policy</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
     <name>Sandesha - policy</name>
 
     <build>

Modified: webservices/sandesha/trunk/java/xdocs/architectureGuide.html
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/xdocs/architectureGuide.html?view=diff&rev=532334&r1=532333&r2=532334
==============================================================================
--- webservices/sandesha/trunk/java/xdocs/architectureGuide.html (original)
+++ webservices/sandesha/trunk/java/xdocs/architectureGuide.html Wed Apr 25 05:14:09 2007
@@ -51,7 +51,7 @@
 is implemented by Sandesha2, reliable communication happens between two
 endpoints. These endpoints are called the RM Source (RMS) and the RM
 Destination (RMD). Before communication, RMS and RMD perform a message
-exchange to create a relationship called a Sequence between them. A sequence
+exchange to create a relationship called a Sequence between them. A Sequence
 is always identified by a unique Sequence Identifier.</p>
 
 <p>Each message of a sequence is numbered, starting from one. In Sandesha2



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org