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 as...@apache.org on 2007/04/03 12:26:33 UTC

svn commit: r525130 - in /webservices/axis2/branches/java/1_2: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxws-api/...

Author: asankha
Date: Tue Apr  3 03:26:28 2007
New Revision: 525130

URL: http://svn.apache.org/viewvc?view=rev&rev=525130
Log:
updated the maven2 pom.xml's to reflect the pom.version as 1.2-SNAPSHOT to avoid conflicting with the trunk

Modified:
    webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml
    webservices/axis2/branches/java/1_2/modules/adb/pom.xml
    webservices/axis2/branches/java/1_2/modules/addressing/pom.xml
    webservices/axis2/branches/java/1_2/modules/clustering/pom.xml
    webservices/axis2/branches/java/1_2/modules/codegen/pom.xml
    webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml
    webservices/axis2/branches/java/1_2/modules/integration/pom.xml
    webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml
    webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml
    webservices/axis2/branches/java/1_2/modules/jibx/pom.xml
    webservices/axis2/branches/java/1_2/modules/json/pom.xml
    webservices/axis2/branches/java/1_2/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_2/modules/metadata/pom.xml
    webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml
    webservices/axis2/branches/java/1_2/modules/parent/pom.xml
    webservices/axis2/branches/java/1_2/modules/ping/pom.xml
    webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml
    webservices/axis2/branches/java/1_2/modules/saaj/pom.xml
    webservices/axis2/branches/java/1_2/modules/spring/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
    webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml
    webservices/axis2/branches/java/1_2/pom.xml

Modified: webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/adb-codegen/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -393,6 +393,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.0</version>
                 <executions>
                     <execution>
                         <id>add-test-source</id>

Modified: webservices/axis2/branches/java/1_2/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/adb/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/adb/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/adb/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/addressing/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/addressing/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/clustering/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/clustering/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>    
   </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/codegen/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/codegen/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/codegen/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>    
   </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/fastinfoset/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/integration/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/integration/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 
@@ -37,77 +37,77 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
+            <artifactId>axis2-adb-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+            <artifactId>axis2-adb</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
+            <artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
+            <artifactId>axis2-java2wsdl</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-jaxbri</artifactId>
+            <artifactId>axis2-jaxbri</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-jaxws-api</artifactId>
+			<artifactId>axis2-jaxws-api</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-jaxws</artifactId>
+			<artifactId>axis2-jaxws</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-jibx</artifactId>
+			<artifactId>axis2-jibx</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-json</artifactId>
+			<artifactId>axis2-json</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-kernel</artifactId>
+			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-metadata</artifactId>
+			<artifactId>axis2-metadata</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-mtompolicy</artifactId>
+			<artifactId>axis2-mtompolicy</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-saaj-api</artifactId>
+			<artifactId>axis2-saaj-api</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-saaj</artifactId>
+			<artifactId>axis2-saaj</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-spring</artifactId>
+			<artifactId>axis2-spring</artifactId>
 			<version>${version}</version>
 		</dependency>
 		<dependency>

Modified: webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>    
   </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/jaxws/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jibx/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/jibx/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/json/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/json/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/kernel/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/kernel/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>    
   </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/metadata/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/metadata/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/metadata/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/mtompolicy/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/parent/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/parent/pom.xml Tue Apr  3 03:26:28 2007
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis 2.0 - Parent</name>
     <inceptionYear>2004</inceptionYear>
@@ -86,7 +86,7 @@
               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.2-SNAPSHOT</version>
         <activation.version>1.0-SNAPSHOT</activation.version>
         <annogen.version>0.1.0</annogen.version>
         <ant.version>1.6.5</ant.version>

Modified: webservices/axis2/branches/java/1_2/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/ping/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/ping/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/ping/pom.xml Tue Apr  3 03:26:28 2007
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>    
   </parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/saaj-api/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/saaj/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/saaj/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/spring/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/spring/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/spring/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-aar-maven-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>    
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
   <packaging>maven-plugin</packaging>
   <name>Apache Axis 2.0 - tool - AAR Maven Plugin</name>
   <groupId>org.apache.axis2.maven2</groupId>
-  <version>SNAPSHOT</version>
+  <version>1.2-SNAPSHOT</version>
 
   <description>
     A Maven 2 plugin for creating Axis 2 service archives (aar files)

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-ant-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,14 +22,14 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2.eclipse.codegen.plugin</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
@@ -55,48 +55,48 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.jobs</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.commands</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.variables</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.contenttype</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.expressions</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.filesystem</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.ui</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.configurator</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.help</groupId>
-                    <artifactId>org.eclipse.help</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.ant</groupId>
-                    <artifactId>org.eclipse.ant.core</artifactId>
-                </exclusion>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.commands</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.variables</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.contenttype</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.expressions</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.ui</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.configurator</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.help</groupId>
+                    <artifactId>org.eclipse.help</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ant</groupId>
+                    <artifactId>org.eclipse.ant.core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -107,31 +107,31 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
-                </exclusion>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>org.eclipse.equinox.common</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>org.eclipse.equinox.registry</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>org.eclipse.equinox.preferences</artifactId>
-                </exclusion>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.registry</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.preferences</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -157,16 +157,16 @@
         <dependency>
             <groupId>org.eclipse.ui</groupId>
             <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.ui</groupId>
-                    <artifactId>org.eclipse.ui.forms</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.ui</groupId>
-                    <artifactId>org.eclipse.ui.views</artifactId>
-                </exclusion>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.forms</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.views</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -363,7 +363,7 @@
                                 <mkdir dir="./target/dist"/>
 
                                 <!--Filter tockens for the copy command to filter the versions of external dependencies -->
-                                <filter token="version_number" value="SNAPSHOT" />
+                                <filter token="version_number" value="1.2-SNAPSHOT" />
                                 <filter token="activation.version" value="1.0-SNAPSHOT" />
                                 <filter token="annogen.version" value="0.1.0" />
                                 <filter token="ant.version" value="1.6.5" />
@@ -379,7 +379,7 @@
                                 <filter token="woden.version" value="1.0-incubating-SNAPSHOT" />
 
 
-                                <unzip src="./target/axis2.eclipse.codegen.plugin-SNAPSHOT.jar"
+                                <unzip src="./target/axis2.eclipse.codegen.plugin-${pom.version}.jar"
                                        dest="./target/plugin/${codegen.plugin.version}"/>
 
                                 <!-- Copy to the same position with the filtering on-->

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,14 +22,14 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2.eclipse.service.plugin</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache Axis 2.0 - tool - Eclipse service Plugin</name>
     <packaging>maven-plugin</packaging>
     <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description>
@@ -92,65 +92,65 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.commands</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.variables</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.contenttype</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.expressions</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.filesystem</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.ui</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.configurator</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId> org.eclipse.update</groupId>
-                    <artifactId> org.eclipse.update.core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.help</groupId>
-                    <artifactId>org.eclipse.help</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>org.eclipse.equinox.registry</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>org.eclipse.equinox.preferences</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.core</groupId>
-                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.ant</groupId>
-                    <artifactId>org.eclipse.ant.core</artifactId>
-                </exclusion>
-            </exclusions>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.commands</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.variables</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.contenttype</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.expressions</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.ui</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.configurator</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.help</groupId>
+                    <artifactId>org.eclipse.help</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.registry</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.preferences</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ant</groupId>
+                    <artifactId>org.eclipse.ant.core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.swt</groupId>
@@ -170,16 +170,16 @@
         <dependency>
             <groupId>org.eclipse.ui</groupId>
             <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.ui</groupId>
-                    <artifactId>org.eclipse.ui.forms</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.ui</groupId>
-                    <artifactId>org.eclipse.ui.views</artifactId>
-                </exclusion>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.forms</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.views</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -286,7 +286,7 @@
                                 <delete dir="./target/dist"/>
                                 <mkdir dir="./target/dist"/>
 
-                                <unzip src="./target/axis2.eclipse.service.plugin-SNAPSHOT.jar"
+                                <unzip src="./target/axis2.eclipse.service.plugin-${pom.version}.jar"
                                        dest="./target/plugin/${service.plugin.version}"/>
 
                                 <!-- Copy to the same position with the filtering on-->

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-idea-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
   <modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Tue Apr  3 03:26:28 2007
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2.maven2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>SNAPSHOT</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-mar-maven-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -29,7 +29,7 @@
   <packaging>maven-plugin</packaging>
   <name>Apache Axis 2.0 - tool - MAR Maven Plugin</name>
   <groupId>org.apache.axis2.maven2</groupId>
-  <version>SNAPSHOT</version>
+  <version>1.2-SNAPSHOT</version>
   
   <description>
     A Maven 2 plugin for creating Axis 2 module archives (mar files)

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../../parent/pom.xml</relativePath>    
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Tue Apr  3 03:26:28 2007
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2.maven2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>SNAPSHOT</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.axis2.maven2</groupId>
         <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <configuration>
           <generateServerSide>true</generateServerSide>
           <generateServerSideInterface>true</generateServerSideInterface>

Modified: webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/xmlbeans/pom.xml Tue Apr  3 03:26:28 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 

Modified: webservices/axis2/branches/java/1_2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/pom.xml?view=diff&rev=525130&r1=525129&r2=525130
==============================================================================
--- webservices/axis2/branches/java/1_2/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/pom.xml Tue Apr  3 03:26:28 2007
@@ -26,10 +26,11 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.axis2</groupId>
 	<artifactId>axis2</artifactId>
-	<version>SNAPSHOT</version>
+	<version>1.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Axis 2.0 - Root</name>
 	<modules>
+		<module>modules/xmlbeans</module>
 		<module>modules/tool/axis2-aar-maven-plugin</module>
 		<module>modules/tool/axis2-ant-plugin</module>
 		<module>modules/tool/axis2-eclipse-codegen-plugin</module>
@@ -47,7 +48,6 @@
 		<module>modules/codegen</module>
 		<module>modules/adb-codegen</module>
 		<module>modules/jibx</module>
-		<module>modules/xmlbeans</module>
 		<module>modules/json</module>
 		<module>modules/mtompolicy</module>
 		<module>modules/spring</module>



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