You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ke...@apache.org on 2007/10/17 15:46:48 UTC

svn commit: r585504 - in /webservices/axis2/branches/java/1_3_post_mods: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/distribution/ modules/documentation/ modules/fastinfoset/ modules/integration...

Author: keithc
Date: Wed Oct 17 06:46:42 2007
New Revision: 585504

URL: http://svn.apache.org/viewvc?rev=585504&view=rev
Log:
Updating versions of poms


Modified:
    webservices/axis2/branches/java/1_3_post_mods/modules/adb-codegen/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/adb/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/addressing/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/clustering/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/codegen/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/distribution/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/documentation/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/fastinfoset/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/integration/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/jaxbri/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/jaxws-api/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/jaxws/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/jibx/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/json/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/jws-api/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/metadata/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/mex-mar/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/mex/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/mtompolicy/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/parent/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/ping/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/saaj-api/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/saaj/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/samples/jaxws-calculator/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/samples/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/samples/version/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/scripting/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/soapmonitor/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/spring/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/webapp/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/modules/xmlbeans/pom.xml
    webservices/axis2/branches/java/1_3_post_mods/pom.xml

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/adb-codegen/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/adb-codegen/pom.xml Wed Oct 17 06:46:42 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-adb-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/adb/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/adb/pom.xml Wed Oct 17 06:46:42 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/addressing/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/addressing/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>addressing</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/clustering/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/clustering/pom.xml Wed Oct 17 06:46:42 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-clustering</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/codegen/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/codegen/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/distribution/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/distribution/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/documentation/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/documentation/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/documentation/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/fastinfoset/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/fastinfoset/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-fastinfoset</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/integration/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/integration/pom.xml Wed Oct 17 06:46:42 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-integration</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/java2wsdl/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/java2wsdl/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-java2wsdl</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/jaxbri/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/jaxbri/pom.xml Wed Oct 17 06:46:42 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxbri</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/jaxws-api/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/jaxws-api/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jaxws-api</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/jaxws/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/jaxws/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/jibx/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/jibx/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jibx</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/json/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/json/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-json</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/jws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/jws-api/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/jws-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/jws-api/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jws-api</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/kernel/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/kernel/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-kernel</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/metadata/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/metadata/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/metadata/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-metadata</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/mex-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/mex-mar/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/mex-mar/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/mex-mar/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>mex</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/mex/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/mex/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/mex/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>mex-impl</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/mtompolicy/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/mtompolicy/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-mtompolicy</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/parent/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/parent/pom.xml Wed Oct 17 06:46:42 2007
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3_POST_MODS-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis 2.0 - Parent</name>
     <inceptionYear>2004</inceptionYear>
@@ -79,7 +79,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
 	<addressing.mar.version>1.3</addressing.mar.version>
 	<soapmonitor.mar.version>1.3</soapmonitor.mar.version>
 	<mex.mar.version>1.3</mex.mar.version>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/ping/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/ping/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/ping/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>ping</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/saaj-api/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/saaj-api/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-saaj-api</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/saaj/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/saaj/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-saaj</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/samples/jaxws-calculator/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/samples/jaxws-calculator/pom.xml Wed Oct 17 06:46:42 2007
@@ -21,7 +21,7 @@
 	<groupId>org.apache.axis2.samples</groupId>
 	<artifactId>jaxws-calculator</artifactId>
 	<packaging>aar</packaging>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3_POST_MODS-SNAPSHOT</version>
 	<name>JAXWS Calculator Service</name>
 	<build>
 		<sourceDirectory>src</sourceDirectory>
@@ -37,7 +37,7 @@
 			<plugin>
 				<groupId>org.apache.axis2</groupId>
 				<artifactId>axis2-aar-maven-plugin</artifactId>
-				<version>1.3-SNAPSHOT</version>
+				<version>1.3_POST_MODS-SNAPSHOT</version>
 				<extensions>true</extensions>
 				<configuration>
 					<servicesXmlFile>resources/META-INF/services.xml</servicesXmlFile>
@@ -51,7 +51,7 @@
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-jaxws</artifactId>
-			<version>1.3-SNAPSHOT</version>
+			<version>1.3_POST_MODS-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<repositories>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/samples/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/samples/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-samples</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/samples/version/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/samples/version/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/samples/version/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/samples/version/pom.xml Wed Oct 17 06:46:42 2007
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>version</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/scripting/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/scripting/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/scripting/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-scripting</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/soapmonitor/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/soapmonitor/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>soapmonitor</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/spring/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/spring/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/spring/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-spring</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-aar-maven-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-aar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-ant-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-ant-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-ant-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2.eclipse.codegen.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-eclipse-service-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2.eclipse.service.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-idea-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-idea-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-idea-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-java2wsdl-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Wed Oct 17 06:46:42 2007
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3_POST_MODS-SNAPSHOT</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <configuration>
           <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
         </configuration>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-mar-maven-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-mar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-wsdl2code-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Wed Oct 17 06:46:42 2007
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2.maven2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3_POST_MODS-SNAPSHOT</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <configuration>
           <generateServerSide>true</generateServerSide>
           <generateServerSideInterface>true</generateServerSideInterface>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/webapp/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/webapp/pom.xml Wed Oct 17 06:46:42 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3_POST_MODS-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-webapp</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/modules/xmlbeans/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/modules/xmlbeans/pom.xml Wed Oct 17 06:46:42 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3_POST_MODS-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-xmlbeans</artifactId>

Modified: webservices/axis2/branches/java/1_3_post_mods/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3_post_mods/pom.xml?rev=585504&r1=585503&r2=585504&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3_post_mods/pom.xml (original)
+++ webservices/axis2/branches/java/1_3_post_mods/pom.xml Wed Oct 17 06:46:42 2007
@@ -26,7 +26,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.axis2</groupId>
 	<artifactId>axis2</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3_POST_MODS-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Axis 2.0 - Root</name>
 	<modules>



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