You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2008/12/16 16:56:37 UTC

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

Author: gdaniels
Date: Tue Dec 16 07:56:35 2008
New Revision: 727072

URL: http://svn.apache.org/viewvc?rev=727072&view=rev
Log:
Updating version to 1.5-SNAPSHOT (BUILD DOESN'T WORK YET WITH THIS CHANGE)

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

Modified: webservices/axis2/branches/java/1_5/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/adb-codegen/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/adb-codegen/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-adb-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/adb/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/adb/pom.xml Tue Dec 16 07:56:35 2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_5/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/addressing/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/addressing/pom.xml Tue Dec 16 07:56:35 2008
@@ -41,17 +41,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
 
     </dependencies>
@@ -96,7 +96,7 @@
             <plugin>
                 <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-mar-maven-plugin</artifactId>
-                <version>${version}</version>
+                <version>1.5-SNAPSHOT</version>
                 <extensions>true</extensions>
                 <configuration>
                     <includeDependencies>false</includeDependencies>

Modified: webservices/axis2/branches/java/1_5/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/clustering/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/clustering/pom.xml Tue Dec 16 07:56:35 2008
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-clustering</artifactId>
@@ -41,17 +41,17 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/codegen/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/codegen/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/corba/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/corba/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/corba/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/corba/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-corba</artifactId>
@@ -75,4 +75,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/axis2/branches/java/1_5/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/distribution/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/distribution/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -229,17 +229,17 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
     </dependencies>
     <distributionManagement>

Modified: webservices/axis2/branches/java/1_5/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/documentation/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/documentation/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/documentation/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_5/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/fastinfoset/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/fastinfoset/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-fastinfoset</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/integration/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/integration/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-integration</artifactId>
@@ -46,17 +46,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl</artifactId>
@@ -40,17 +40,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxbri/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxbri/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxbri</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-integration</artifactId>
@@ -65,17 +65,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
 
         <dependency>

Modified: webservices/axis2/branches/java/1_5/modules/jaxws-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxws-mar/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxws-mar/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxws-mar/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws-mar</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jibx/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jibx/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jibx</artifactId>
@@ -40,17 +40,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
 
 

Modified: webservices/axis2/branches/java/1_5/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/json/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/json/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-json</artifactId>
@@ -44,17 +44,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
 
 

Modified: webservices/axis2/branches/java/1_5/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/kernel/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/kernel/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-kernel</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/metadata/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/metadata/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/metadata/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-metadata</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/mex/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/mex/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/mex/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>mex</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/mtompolicy-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/mtompolicy-mar/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/mtompolicy-mar/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/mtompolicy-mar/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>mtompolicy</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/mtompolicy/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/mtompolicy/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mtompolicy</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/osgi/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/osgi/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/osgi/pom.xml Tue Dec 16 07:56:35 2008
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_5/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/parent/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/parent/pom.xml Tue Dec 16 07:56:35 2008
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.5-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.5-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.5-SNAPSHOT</addressing.mar.version>
+        <soapmonitor.mar.version>1.5-SNAPSHOT</soapmonitor.mar.version>
+        <mex.mar.version>1.5-SNAPSHOT</mex.mar.version>
+        <ping.mar.version>1.5-SNAPSHOT</ping.mar.version>
+        <scripting.mar.version>1.5-SNAPSHOT</scripting.mar.version>
 
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.7</antlr.version>
@@ -151,6 +151,9 @@
         <smack.version>3.0.4</smack.version>
         <commons.lang.version>2.3</commons.lang.version>
         <javax.mail.version>1.4</javax.mail.version>
+        <transport.http.version>SNAPSHOT</transport.http.version>
+        <transport.tcp.version>SNAPSHOT</transport.tcp.version>
+        <transport.local.version>SNAPSHOT</transport.local.version>
         <!-- The build failing if tests are skipped is very annoying -->
         <failIfNoTests>false</failIfNoTests>
         <m2Repository>'${settings.localRepository}'</m2Repository>

Modified: webservices/axis2/branches/java/1_5/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/ping/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/ping/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/ping/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>ping</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/rmi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/rmi/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/rmi/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/rmi/pom.xml Tue Dec 16 07:56:35 2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_5/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/saaj/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/saaj/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-saaj</artifactId>
@@ -45,17 +45,17 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
+            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
+            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
+            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/samples/book/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/book/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/book/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/book/pom.xml Tue Dec 16 07:56:35 2008
@@ -37,17 +37,17 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml Tue Dec 16 07:56:35 2008
@@ -37,22 +37,22 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml Tue Dec 16 07:56:35 2008
@@ -23,7 +23,7 @@
     <groupId>org.apache.axis2.samples</groupId>
     <artifactId>jaxws-addressbook</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</version>
     <name>JAXWS Addressbook Service</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -127,7 +127,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <repositories>

Modified: webservices/axis2/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml Tue Dec 16 07:56:35 2008
@@ -23,7 +23,7 @@
     <groupId>org.apache.axis2.samples</groupId>
     <artifactId>jaxws-calculator</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</version>
     <name>JAXWS Calculator Service</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <repositories>

Modified: webservices/axis2/branches/java/1_5/modules/samples/jaxws-interop/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/jaxws-interop/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/jaxws-interop/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/jaxws-interop/pom.xml Tue Dec 16 07:56:35 2008
@@ -23,7 +23,7 @@
     <groupId>org.apache.axis2.samples</groupId>
     <artifactId>jaxws-interop</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</version>
     <name>JAXWS Interop Sample</name>
     <build>
         <sourceDirectory>src</sourceDirectory>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <repositories>

Modified: webservices/axis2/branches/java/1_5/modules/samples/jaxws-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/jaxws-samples/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/jaxws-samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/jaxws-samples/pom.xml Tue Dec 16 07:56:35 2008
@@ -36,27 +36,27 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
             <type>mar</type>
         </dependency>
         <dependency>

Modified: webservices/axis2/branches/java/1_5/modules/samples/jaxws-version/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/jaxws-version/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/jaxws-version/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/jaxws-version/pom.xml Tue Dec 16 07:56:35 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>version</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-samples</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/samples/version/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/samples/version/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/samples/version/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/samples/version/pom.xml Tue Dec 16 07:56:35 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>version</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/scripting/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/scripting/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/scripting/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-scripting</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/soapmonitor/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/soapmonitor/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>soapmonitor</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/spring/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/spring/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/spring/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-spring</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-aar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-ant-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.codegen.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2.eclipse.service.plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-idea-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-java2wsdl-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Tue Dec 16 07:56:35 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.5-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.5-SNAPSHOT</version>
                 <configuration>
                     <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
                 </configuration>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mar-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Tue Dec 16 07:56:35 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.5-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.5-SNAPSHOT</version>
                 <configuration>
                     <generateServerSide>true</generateServerSide>
                     <generateServerSideInterface>true</generateServerSideInterface>

Modified: webservices/axis2/branches/java/1_5/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/webapp/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/webapp/pom.xml Tue Dec 16 07:56:35 2008
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-webapp</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/xmlbeans/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/xmlbeans/pom.xml Tue Dec 16 07:56:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-xmlbeans</artifactId>

Modified: webservices/axis2/branches/java/1_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/pom.xml?rev=727072&r1=727071&r2=727072&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/pom.xml Tue Dec 16 07:56:35 2008
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Root</name>
     <modules>