Author: sagara Date: Wed Apr 18 09:49:00 2012 New Revision: 1327434 URL: http://svn.apache.org/viewvc?rev=1327434&view=rev Log: Fixed the SNAPSHOT version number mistake I did during the 1.6.2 release.
Modified: axis/axis2/java/core/branches/1_6/modules/adb-codegen/pom.xml axis/axis2/java/core/branches/1_6/modules/adb/pom.xml axis/axis2/java/core/branches/1_6/modules/addressing/pom.xml axis/axis2/java/core/branches/1_6/modules/clustering/pom.xml axis/axis2/java/core/branches/1_6/modules/codegen/pom.xml axis/axis2/java/core/branches/1_6/modules/corba/pom.xml axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml axis/axis2/java/core/branches/1_6/modules/fastinfoset/pom.xml axis/axis2/java/core/branches/1_6/modules/integration/pom.xml axis/axis2/java/core/branches/1_6/modules/java2wsdl/pom.xml axis/axis2/java/core/branches/1_6/modules/jaxbri/pom.xml axis/axis2/java/core/branches/1_6/modules/jaxws-integration/pom.xml axis/axis2/java/core/branches/1_6/modules/jaxws-mar/pom.xml axis/axis2/java/core/branches/1_6/modules/jaxws/pom.xml axis/axis2/java/core/branches/1_6/modules/jibx/pom.xml axis/axis2/java/core/branches/1_6/modules/json/pom.xml axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml axis/axis2/java/core/branches/1_6/modules/metadata/pom.xml axis/axis2/java/core/branches/1_6/modules/mex/pom.xml axis/axis2/java/core/branches/1_6/modules/mtompolicy-mar/pom.xml axis/axis2/java/core/branches/1_6/modules/mtompolicy/pom.xml axis/axis2/java/core/branches/1_6/modules/osgi/pom.xml axis/axis2/java/core/branches/1_6/modules/parent/pom.xml axis/axis2/java/core/branches/1_6/modules/ping/pom.xml axis/axis2/java/core/branches/1_6/modules/resource-bundle/pom.xml axis/axis2/java/core/branches/1_6/modules/saaj/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml axis/axis2/java/core/branches/1_6/modules/spring/pom.xml axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml Modified: axis/axis2/java/core/branches/1_6/modules/adb-codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/adb-codegen/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/adb-codegen/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/adb-codegen/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-adb-codegen</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/adb/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/adb/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/adb/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/adb/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/1_6/modules/addressing/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/addressing/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/addressing/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/addressing/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>addressing</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/clustering/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/clustering/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/clustering/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/clustering/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-clustering</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/codegen/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/codegen/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/codegen/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-codegen</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/corba/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/corba/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/corba/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/corba/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-corba</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/1_6/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/fastinfoset/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/fastinfoset/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-fastinfoset</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/integration/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/integration/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/integration/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-integration</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/java2wsdl/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/java2wsdl/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/java2wsdl/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/jaxbri/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/jaxbri/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/jaxbri/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/jaxbri/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxbri</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/jaxws-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/jaxws-integration/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/jaxws-integration/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/jaxws-integration/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-integration</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/jaxws-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/jaxws-mar/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/jaxws-mar/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/jaxws-mar/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-mar</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/jaxws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/jaxws/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/jaxws/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/jaxws/pom.xml Wed Apr 18 09:49:00 2012 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/jibx/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/jibx/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/jibx/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/jibx/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jibx</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/json/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/json/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/json/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/json/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-json</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-kernel</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/metadata/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/metadata/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/metadata/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/metadata/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-metadata</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/mex/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/mex/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/mex/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/mex/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mex</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/mtompolicy-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/mtompolicy-mar/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/mtompolicy-mar/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/mtompolicy-mar/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mtompolicy</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/mtompolicy/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/mtompolicy/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/mtompolicy/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/mtompolicy/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mtompolicy</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/osgi/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/osgi/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/osgi/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/osgi/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/1_6/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/parent/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/parent/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/parent/pom.xml Wed Apr 18 09:49:00 2012 @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Parent</name> <inceptionYear>2004</inceptionYear> Modified: axis/axis2/java/core/branches/1_6/modules/ping/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/ping/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/ping/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/ping/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>ping</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/resource-bundle/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/resource-bundle/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/resource-bundle/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/resource-bundle/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-resource-bundle</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/saaj/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/saaj/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/saaj/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/saaj/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-saaj</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.examples</groupId> <artifactId>java_first_jaxws</artifactId> <name>JAXWS - Starting from Java Example</name> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>war</packaging> <inceptionYear>2004</inceptionYear> @@ -36,22 +36,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> Modified: axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-addressbook</artifactId> <packaging>jar</packaging> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <name>JAXWS Addressbook Service</name> <build> <sourceDirectory>src</sourceDirectory> @@ -129,7 +129,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-calculator</artifactId> <packaging>jar</packaging> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <name>JAXWS Calculator Service</name> <build> <sourceDirectory>src</sourceDirectory> @@ -77,7 +77,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-interop</artifactId> <packaging>jar</packaging> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <name>JAXWS Interop Sample</name> <build> <sourceDirectory>src</sourceDirectory> @@ -58,7 +58,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.examples</groupId> <artifactId>jaxws-samples</artifactId> <name>JAXWS Samples - Echo, Ping, MTOM</name> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>war</packaging> <dependencies> <dependency> @@ -34,27 +34,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <type>mar</type> </dependency> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml Wed Apr 18 09:49:00 2012 @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2.examples</groupId> <artifactId>jaxws-version</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Axis2 -JAXWS Version Service</name> <build> Modified: axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>version</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>scripting</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-soapmonitor-servlet</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/spring/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/spring/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/spring/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/spring/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-testutils</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-repo-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml Wed Apr 18 09:49:00 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> Modified: axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml?rev=1327434&r1=1327433&r2=1327434&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml Wed Apr 18 09:49:00 2012 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId>