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 de...@apache.org on 2007/08/14 08:07:46 UTC

svn commit: r565633 - in /webservices/axis2/tags/java/v1.3: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/distribution/ modules/documentation/ modules/documentation/src/site/ modules/documentation...

Author: deepal
Date: Mon Aug 13 23:07:43 2007
New Revision: 565633

URL: http://svn.apache.org/viewvc?view=rev&rev=565633
Log:
Axis2 1.3 version tagging 
(I am tagging this using my local copy since I have done a ton of pom.xml changes which are rely necessary for the release and do not need to commit to either branch or the trunk)

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

Modified: webservices/axis2/tags/java/v1.3/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/adb-codegen/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/adb-codegen/pom.xml Mon Aug 13 23:07:43 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-adb-codegen</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/adb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/adb/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/adb/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/adb/pom.xml Mon Aug 13 23:07:43 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: webservices/axis2/tags/java/v1.3/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/addressing/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/addressing/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/addressing/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>addressing</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/clustering/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/clustering/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/clustering/pom.xml Mon Aug 13 23:07:43 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-clustering</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/codegen/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/codegen/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/codegen/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-codegen</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/distribution/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/distribution/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/distribution/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
 
     <groupId>org.apache.axis2</groupId>

Modified: webservices/axis2/tags/java/v1.3/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/documentation/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/documentation/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/documentation/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,8 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.axis2</groupId>
@@ -31,7 +32,10 @@
     <description>Apache Axis2 Documentation</description>
     <packaging>pom</packaging>
 
-
+    <properties>
+	    <docs.folder.version>1_3</docs.folder.version>
+    </properties>
+    
     <dependencies>
         <dependency>
             <groupId>com.sun.xml.fastinfoset</groupId>
@@ -215,12 +219,12 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <xdocDirectory>${basedir}/xdocs</xdocDirectory>
-                    <resourcesDirectory>${basedir}/xdocs/resources</resourcesDirectory>
+                    <xdocDirectory>${basedir}/target/xdocs-changed</xdocDirectory>
+                    <resourcesDirectory>${basedir}/target/xdocs-changed/resources</resourcesDirectory>
                 </configuration>
    	                                 <executions>
  	                                        <execution>
- 	                                                <phase>install</phase>
+ 	                                                <phase>package</phase>
  	                                                <goals>
  	                                                        <goal>site</goal>
  	                                                </goals>
@@ -233,7 +237,7 @@
                 <version>1.1</version>
                 <inherited>false</inherited>
                 <executions>
-                    <execution>
+	                    <execution>
                         <id>service-module-list-generation</id>
                         <phase>package</phase>
                         <configuration>
@@ -369,6 +373,81 @@
                             <goal>run</goal>
                         </goals>
                     </execution>
+		    <execution>
+			    <id>package</id>
+			    <phase>process-resources</phase>
+			    <configuration>
+				    <tasks>
+					    <copy toDir="target/xdocs-changed/${docs.folder.version}">
+						    <fileset dir="xdocs/@axis2_version_dir@">
+							    <exclude name="**/*.xml"/>
+						    </fileset>
+					    </copy>
+					    <filter filtersfile="xdocs/dynamic-labels.properties"/>
+					    <copy toDir="target/xdocs-changed/${docs.folder.version}" filtering="on" overwrite="true">
+						    <globmapper from="*.xml" to="*.xml"/>
+						    <fileset dir="xdocs/@axis2_version_dir@"/>
+					    </copy>
+					    
+					    <copy toDir="target/xdocs-changed" filtering="on" overwrite="true">
+						    <globmapper from="*.xml" to="*.xml"/>
+						    <fileset dir="xdocs">
+							    <exclude name="@axis2_version_dir@/**"/>
+							    <exclude name="**/*.gif"/>
+							    <exclude name="**/*.jpg"/>
+							    <exclude name="**/*.png"/>
+						    </fileset>
+					    </copy>
+					    
+					    <copy toDir="target/xdocs-changed" filtering="off" overwrite="true">
+						    <fileset dir="xdocs">
+							    <exclude name="@axis2_version_dir@/**"/>
+							    <include name="**/*.gif"/>
+							    <include name="**/*.jpg"/>
+							    <include name="**/*.png"/>
+							    <include name="**/*.css"/>
+							    <include name="**/*.xsd"/>
+							    <include name="**/*.cgi"/>
+							    <include name="**/*.properties"/>
+						    </fileset>
+					    </copy>
+				    </tasks>
+			    </configuration>
+			    <goals>
+				    <goal>run</goal>
+			    </goals>
+		    </execution>
+		    <execution>
+			    <id>rename-site</id>
+			    <phase>install</phase>
+			    <configuration>
+				    <tasks>
+					<filter filtersfile="xdocs/dynamic-labels.properties"/>
+					<copy toDir="target/site2" filtering="on" overwrite="true">
+						<globmapper from="*.html" to="*.html"/>
+						<fileset dir="target/site">
+							<include name="**/*.html"/>
+						</fileset>
+					</copy>
+					<copy toDir="target/site2" filtering="off" overwrite="true">
+						<fileset dir="target/site">
+							<exclude name="**/*.html"/>
+						</fileset>
+					</copy>	
+					<delete dir="target/site"/>
+					<mkdir dir="target/site"/>
+					<copy toDir="target/site" filtering="off" overwrite="true">
+						<fileset dir="target/site2"/>
+					</copy>	
+					<delete dir="target/site2"/>
+					<delete dir="target/xdocs-changed"/>
+					
+				    </tasks>
+				</configuration>
+				<goals>
+					<goal>run</goal>
+				</goals>
+		    </execution>
                 </executions>
 	     </plugin>
         </plugins>

Modified: webservices/axis2/tags/java/v1.3/modules/documentation/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/documentation/src/site/site.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/documentation/src/site/site.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/documentation/src/site/site.xml Mon Aug 13 23:07:43 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven">
+<project name="Apache Axis2">
   <bannerLeft>
     <name>Apache Axis2</name>
     <src>http://www.apache.org/images/asf_logo_wide.png</src>

Modified: webservices/axis2/tags/java/v1.3/modules/documentation/xdocs/download/1_3/download.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/documentation/xdocs/download/1_3/download.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/documentation/xdocs/download/1_3/download.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/documentation/xdocs/download/1_3/download.xml Mon Aug 13 23:07:43 2007
@@ -97,17 +97,17 @@
 Distribution</strong></td>
 <td>This will be the web application of Axis2 which can be deployed
 in most of the servlet containers.</td>
-<td><a href="[preferred]/ws/axis2/1_3/axis2.war" title=
+<td><a href="[preferred]/ws/axis2/1_3/axis2-1.3-war.zip" title=
 "[preferred]/ws/axis2/1_3/axis2.war" onclick=
-"javascript:urchinTracker ('/downloads/axis2-1.3.war');">zip</a>
-<a href="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.md5"
-title="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.md5"
+"javascript:urchinTracker ('/downloads/axis2-1.3-war.zip');">zip</a>
+<a href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-war.zip.md5"
+title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-war.zip.md5"
 onclick=
-"javascript:urchinTracker ('/downloads/axis2-1.3.war.md5');">MD5</a>
-<a href="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.asc"
-title="http://www.apache.org/dist/ws/axis2/1_3/axis2.war.asc"
+"javascript:urchinTracker ('/downloads/axis2-1.3-war.zip.md5');">MD5</a>
+<a href="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-war.zip.asc"
+title="http://www.apache.org/dist/ws/axis2/1_3/axis2-1.3-war.zip.asc"
 onclick=
-"javascript:urchinTracker ('/downloads/axis2-1.3.war.asc');">PGP</a></td>
+"javascript:urchinTracker ('/downloads/axis2-1.3-war.zip.asc');">PGP</a></td>
 </tr>
 <tr>
 <td><strong>Documents Distribution</strong></td>

Modified: webservices/axis2/tags/java/v1.3/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/fastinfoset/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/fastinfoset/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-fastinfoset</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/integration/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/integration/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/integration/pom.xml Mon Aug 13 23:07:43 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-integration</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/java2wsdl/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/java2wsdl/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-java2wsdl</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/jaxbri/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/jaxbri/pom.xml Mon Aug 13 23:07:43 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-jaxbri</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/jaxws-api/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/jaxws-api/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jaxws-api</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/jaxws/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/jaxws/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/jaxws/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/jibx/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/jibx/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/jibx/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jibx</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/json/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/json/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/json/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-json</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/jws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/jws-api/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/jws-api/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/jws-api/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-jws-api</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/kernel/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/kernel/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/kernel/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-kernel</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/metadata/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/metadata/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/metadata/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-metadata</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/mex-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/mex-mar/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/mex-mar/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/mex-mar/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>mex</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/mex/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/mex/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/mex/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>mex-impl</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/mtompolicy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/mtompolicy/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/mtompolicy/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/mtompolicy/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-mtompolicy</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/parent/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/parent/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/parent/pom.xml Mon Aug 13 23:07:43 2007
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <packaging>pom</packaging>
     <name>Apache Axis 2.0 - Parent</name>
     <inceptionYear>2004</inceptionYear>
@@ -79,7 +79,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
 	<addressing.mar.version>1.3</addressing.mar.version>
 	<soapmonitor.mar.version>1.3</soapmonitor.mar.version>
 	<mex.mar.version>1.3</mex.mar.version>

Modified: webservices/axis2/tags/java/v1.3/modules/ping/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/ping/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/ping/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/ping/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>ping</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/saaj-api/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/saaj-api/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-saaj-api</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/saaj/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/saaj/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/saaj/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-saaj</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/samples/jaxws-calculator/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/samples/jaxws-calculator/pom.xml Mon Aug 13 23:07:43 2007
@@ -21,7 +21,7 @@
 	<groupId>org.apache.axis2.samples</groupId>
 	<artifactId>jaxws-calculator</artifactId>
 	<packaging>aar</packaging>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3</version>
 	<name>JAXWS Calculator Service</name>
 	<build>
 		<sourceDirectory>src</sourceDirectory>

Modified: webservices/axis2/tags/java/v1.3/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/samples/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/samples/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/samples/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-samples</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/samples/version/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/samples/version/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/samples/version/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/samples/version/pom.xml Mon Aug 13 23:07:43 2007
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>version</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/scripting/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/scripting/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/scripting/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/scripting/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-scripting</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/soapmonitor/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/soapmonitor/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/soapmonitor/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/soapmonitor/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>soapmonitor</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/spring/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/spring/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/spring/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/spring/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-spring</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-aar-maven-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-aar-maven-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-aar-maven-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-ant-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-ant-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2.eclipse.codegen.plugin</artifactId>
@@ -266,6 +266,15 @@
 			</resource>
 		</resources>
 		<plugins>
+                <plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
+
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-assembly-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-service-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-eclipse-service-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2.eclipse.service.plugin</artifactId>
@@ -184,6 +184,15 @@
 			</resource>
 		</resources>
 		<plugins>
+                <plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
+
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-assembly-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-idea-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-idea-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-idea-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-java2wsdl-maven-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Mon Aug 13 23:07:43 2007
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-mar-maven-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-mar-maven-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-mar-maven-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-wsdl2code-maven-plugin</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Mon Aug 13 23:07:43 2007
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.axis2.maven2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>

Modified: webservices/axis2/tags/java/v1.3/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/webapp/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/webapp/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/webapp/pom.xml Mon Aug 13 23:07:43 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-webapp</artifactId>

Modified: webservices/axis2/tags/java/v1.3/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/modules/xmlbeans/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/modules/xmlbeans/pom.xml Mon Aug 13 23:07:43 2007
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>axis2-xmlbeans</artifactId>

Modified: webservices/axis2/tags/java/v1.3/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.3/pom.xml?view=diff&rev=565633&r1=564550&r2=565633
==============================================================================
--- webservices/axis2/tags/java/v1.3/pom.xml (original)
+++ webservices/axis2/tags/java/v1.3/pom.xml Mon Aug 13 23:07:43 2007
@@ -26,7 +26,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.axis2</groupId>
 	<artifactId>axis2</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.3</version>
 	<packaging>pom</packaging>
 	<name>Apache Axis 2.0 - Root</name>
 	<modules>



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