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 di...@apache.org on 2008/04/06 20:32:26 UTC

svn commit: r645280 - in /webservices/axis2/branches/java/1_4: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/corba/ modules/distribution/ modules/documentation/ modules/fastinfoset/ modules/integr...

Author: dims
Date: Sun Apr  6 11:32:21 2008
New Revision: 645280

URL: http://svn.apache.org/viewvc?rev=645280&view=rev
Log:
Switch version to 1.4-SNAPSHOT

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

Modified: webservices/axis2/branches/java/1_4/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/adb-codegen/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/adb-codegen/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-adb-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/adb/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/adb/pom.xml Sun Apr  6 11:32:21 2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_4/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/addressing/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/addressing/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>addressing</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/clustering/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/clustering/pom.xml Sun Apr  6 11:32:21 2008
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-clustering</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/codegen/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/codegen/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/corba/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/corba/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/corba/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/corba/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-corba</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/distribution/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/distribution/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/documentation/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/documentation/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/documentation/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/fastinfoset/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/fastinfoset/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-fastinfoset</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/integration/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/integration/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-integration</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/java2wsdl/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/java2wsdl/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jaxbri/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jaxbri/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxbri</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jaxws-api/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jaxws-api/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-api</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jaxws-integration/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jaxws-integration/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-integration</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jaxws/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jibx/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jibx/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jibx</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/json/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/json/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-json</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/jws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/jws-api/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/jws-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/jws-api/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jws-api</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/kernel/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/kernel/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-kernel</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/metadata/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/metadata/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/metadata/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-metadata</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/mex/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/mex/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/mex/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>mex</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/mtompolicy/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/mtompolicy/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mtompolicy</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/osgi/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/osgi/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/osgi/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-osgi</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/parent/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/parent/pom.xml Sun Apr  6 11:32:21 2008
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Parent</name>
     <inceptionYear>2004</inceptionYear>
@@ -80,14 +80,14 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
 
         <!-- Version #'s for the mars that we generate -->
-        <addressing.mar.version>SNAPSHOT</addressing.mar.version>
-        <soapmonitor.mar.version>SNAPSHOT</soapmonitor.mar.version>
-        <mex.mar.version>SNAPSHOT</mex.mar.version>
-        <ping.mar.version>SNAPSHOT</ping.mar.version>
-        <scripting.mar.version>SNAPSHOT</scripting.mar.version>
+        <addressing.mar.version>1.4-SNAPSHOT</addressing.mar.version>
+        <soapmonitor.mar.version>1.4-SNAPSHOT</soapmonitor.mar.version>
+        <mex.mar.version>1.4-SNAPSHOT</mex.mar.version>
+        <ping.mar.version>1.4-SNAPSHOT</ping.mar.version>
+        <scripting.mar.version>1.4-SNAPSHOT</scripting.mar.version>
 
         <!-- Version #'s of all our dependencies -->
         <activemq.version>5.0.0</activemq.version>

Modified: webservices/axis2/branches/java/1_4/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/ping/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/ping/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/ping/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>ping</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/rmi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/rmi/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/rmi/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/rmi/pom.xml Sun Apr  6 11:32:21 2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_4/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/saaj-api/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/saaj-api/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-saaj-api</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/saaj/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/saaj/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-saaj</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/samples/book/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/book/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/book/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/book/pom.xml Sun Apr  6 11:32:21 2008
@@ -37,17 +37,17 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/samples/java_first_jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/java_first_jaxws/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/java_first_jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/java_first_jaxws/pom.xml Sun Apr  6 11:32:21 2008
@@ -37,22 +37,22 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>

Modified: webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/pom.xml Sun Apr  6 11:32:21 2008
@@ -23,7 +23,7 @@
     <groupId>org.apache.axis2.samples</groupId>
     <artifactId>jaxws-calculator</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <name>JAXWS Calculator Service</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -76,12 +76,12 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <repositories>

Modified: webservices/axis2/branches/java/1_4/modules/samples/jaxws-interop/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/jaxws-interop/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/jaxws-interop/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/jaxws-interop/pom.xml Sun Apr  6 11:32:21 2008
@@ -23,7 +23,7 @@
     <groupId>org.apache.axis2.samples</groupId>
     <artifactId>jaxws-interop</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <name>JAXWS Interop Sample</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -58,12 +58,12 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <repositories>

Modified: webservices/axis2/branches/java/1_4/modules/samples/jaxws-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/jaxws-samples/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/jaxws-samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/jaxws-samples/pom.xml Sun Apr  6 11:32:21 2008
@@ -36,32 +36,32 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jws-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.4-SNAPSHOT</version>
             <type>mar</type>
         </dependency>
         <dependency>

Modified: webservices/axis2/branches/java/1_4/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-samples</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/samples/version/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/version/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/version/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/version/pom.xml Sun Apr  6 11:32:21 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>version</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/scripting/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/scripting/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/scripting/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-scripting</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/soapmonitor/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/soapmonitor/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>soapmonitor</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/spring/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/spring/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/spring/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-spring</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-aar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-ant-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-ant-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-ant-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.codegen.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-service-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.service.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-idea-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-idea-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-idea-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Sun Apr  6 11:32:21 2008
@@ -23,14 +23,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.4-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>SNAPSHOT</version>
+                <version>1.4-SNAPSHOT</version>
                 <configuration>
                     <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
                 </configuration>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Sun Apr  6 11:32:21 2008
@@ -23,14 +23,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2.maven2</groupId>
     <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.4-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>SNAPSHOT</version>
+                <version>1.4-SNAPSHOT</version>
                 <configuration>
                     <generateServerSide>true</generateServerSide>
                     <generateServerSideInterface>true</generateServerSideInterface>

Modified: webservices/axis2/branches/java/1_4/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/webapp/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/webapp/pom.xml Sun Apr  6 11:32:21 2008
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-webapp</artifactId>

Modified: webservices/axis2/branches/java/1_4/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/xmlbeans/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/xmlbeans/pom.xml Sun Apr  6 11:32:21 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-xmlbeans</artifactId>

Modified: webservices/axis2/branches/java/1_4/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/pom.xml?rev=645280&r1=645279&r2=645280&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/pom.xml Sun Apr  6 11:32:21 2008
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Root</name>
     <modules>



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