Author: veithen Date: Mon Jun 7 22:56:00 2010 New Revision: 952472 URL: http://svn.apache.org/viewvc?rev=952472&view=rev Log: Switched version of 1.5 branch to 1.5.2-SNAPSHOT.
Modified: axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml axis/axis2/java/core/branches/java/1_5/modules/adb/pom.xml axis/axis2/java/core/branches/java/1_5/modules/addressing/pom.xml axis/axis2/java/core/branches/java/1_5/modules/clustering/pom.xml axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.xml axis/axis2/java/core/branches/java/1_5/modules/corba/pom.xml axis/axis2/java/core/branches/java/1_5/modules/distribution/pom.xml axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/pom.xml axis/axis2/java/core/branches/java/1_5/modules/integration/pom.xml axis/axis2/java/core/branches/java/1_5/modules/java2wsdl/pom.xml axis/axis2/java/core/branches/java/1_5/modules/jaxbri/pom.xml axis/axis2/java/core/branches/java/1_5/modules/jaxws-integration/pom.xml axis/axis2/java/core/branches/java/1_5/modules/jaxws-mar/pom.xml axis/axis2/java/core/branches/java/1_5/modules/jaxws/pom.xml axis/axis2/java/core/branches/java/1_5/modules/jibx/pom.xml axis/axis2/java/core/branches/java/1_5/modules/json/pom.xml axis/axis2/java/core/branches/java/1_5/modules/kernel/pom.xml axis/axis2/java/core/branches/java/1_5/modules/metadata/pom.xml axis/axis2/java/core/branches/java/1_5/modules/mex/pom.xml axis/axis2/java/core/branches/java/1_5/modules/mtompolicy-mar/pom.xml axis/axis2/java/core/branches/java/1_5/modules/mtompolicy/pom.xml axis/axis2/java/core/branches/java/1_5/modules/osgi/pom.xml axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml axis/axis2/java/core/branches/java/1_5/modules/ping/pom.xml axis/axis2/java/core/branches/java/1_5/modules/rmi/pom.xml axis/axis2/java/core/branches/java/1_5/modules/saaj/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/book/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-interop/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-samples/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-version/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/pom.xml axis/axis2/java/core/branches/java/1_5/modules/samples/version/pom.xml axis/axis2/java/core/branches/java/1_5/modules/scripting/pom.xml axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml axis/axis2/java/core/branches/java/1_5/modules/spring/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml axis/axis2/java/core/branches/java/1_5/modules/transport/http/pom.xml axis/axis2/java/core/branches/java/1_5/modules/transport/local/pom.xml axis/axis2/java/core/branches/java/1_5/modules/webapp/pom.xml axis/axis2/java/core/branches/java/1_5/modules/xmlbeans/pom.xml axis/axis2/java/core/branches/java/1_5/pom.xml Modified: axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-adb-codegen</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/adb/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/adb/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/adb/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/adb/pom.xml Mon Jun 7 22:56:00 2010 @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/java/1_5/modules/addressing/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/addressing/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/addressing/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/addressing/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>addressing</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/clustering/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/clustering/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/clustering/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/clustering/pom.xml Mon Jun 7 22:56:00 2010 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-clustering</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-codegen</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/corba/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/corba/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/corba/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/corba/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-corba</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/distribution/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/distribution/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/distribution/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-fastinfoset</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/integration/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/integration/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/integration/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-integration</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/java2wsdl/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/java2wsdl/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/java2wsdl/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/jaxbri/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jaxbri/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/jaxbri/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/jaxbri/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxbri</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/jaxws-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jaxws-integration/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/jaxws-integration/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/jaxws-integration/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-integration</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/jaxws-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jaxws-mar/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/jaxws-mar/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/jaxws-mar/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-mar</artifactId> @@ -93,7 +93,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <includeDependencies>false</includeDependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/jaxws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jaxws/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/jaxws/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/jaxws/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/jibx/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jibx/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/jibx/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/jibx/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jibx</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/json/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/json/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/json/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/json/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-json</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/kernel/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/kernel/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/kernel/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-kernel</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/metadata/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/metadata/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/metadata/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/metadata/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-metadata</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/mex/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/mex/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/mex/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/mex/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mex</artifactId> @@ -78,7 +78,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <executions> <execution> Modified: axis/axis2/java/core/branches/java/1_5/modules/mtompolicy-mar/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/mtompolicy-mar/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/mtompolicy-mar/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/mtompolicy-mar/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mtompolicy</artifactId> @@ -83,7 +83,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <includeDependencies>false</includeDependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/mtompolicy/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/mtompolicy/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/mtompolicy/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/mtompolicy/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mtompolicy</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/osgi/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/osgi/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/osgi/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/osgi/pom.xml Mon Jun 7 22:56:00 2010 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Mon Jun 7 22:56:00 2010 @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Parent</name> <inceptionYear>2004</inceptionYear> @@ -80,15 +80,15 @@ element, and it will need to be changed manually before a release, as the maven-release-plugin will not update this value. --> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <!-- Version #'s for the mars that we generate --> - <addressing.mar.version>1.5.1</addressing.mar.version> - <soapmonitor.mar.version>1.5.1</soapmonitor.mar.version> - <mex.mar.version>1.5.1</mex.mar.version> - <ping.mar.version>1.5.1</ping.mar.version> - <scripting.mar.version>1.5.1</scripting.mar.version> - <mtompolicy.mar.version>1.5.1</mtompolicy.mar.version> + <addressing.mar.version>1.5.2-SNAPSHOT</addressing.mar.version> + <soapmonitor.mar.version>1.5.2-SNAPSHOT</soapmonitor.mar.version> + <mex.mar.version>1.5.2-SNAPSHOT</mex.mar.version> + <ping.mar.version>1.5.2-SNAPSHOT</ping.mar.version> + <scripting.mar.version>1.5.2-SNAPSHOT</scripting.mar.version> + <mtompolicy.mar.version>1.5.2-SNAPSHOT</mtompolicy.mar.version> <ant.version>1.7.0</ant.version> <antlr.version>2.7.7</antlr.version> Modified: axis/axis2/java/core/branches/java/1_5/modules/ping/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/ping/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/ping/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/ping/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>ping</artifactId> @@ -85,7 +85,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <includeDependencies>false</includeDependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/rmi/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/rmi/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/rmi/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/rmi/pom.xml Mon Jun 7 22:56:00 2010 @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> Modified: axis/axis2/java/core/branches/java/1_5/modules/saaj/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/saaj/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/saaj/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/saaj/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-saaj</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/book/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/book/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/book/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/book/pom.xml Mon Jun 7 22:56:00 2010 @@ -37,17 +37,17 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> @@ -112,12 +112,12 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-http</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-local</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> </dependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/java_first_jaxws/pom.xml Mon Jun 7 22:56:00 2010 @@ -37,22 +37,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-addressbook/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,7 +23,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-addressbook</artifactId> <packaging>jar</packaging> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <name>JAXWS Addressbook Service</name> <build> <sourceDirectory>src</sourceDirectory> @@ -127,7 +127,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-calculator/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,7 +23,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-calculator</artifactId> <packaging>jar</packaging> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <name>JAXWS Calculator Service</name> <build> <sourceDirectory>src</sourceDirectory> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-interop/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-interop/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-interop/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,7 +23,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-interop</artifactId> <packaging>jar</packaging> - <version>1.5.1</version> + <version>1.5.2-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.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> </dependencies> <repositories> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-samples/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-samples/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-samples/pom.xml Mon Jun 7 22:56:00 2010 @@ -36,27 +36,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <type>mar</type> </dependency> <dependency> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-version/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-version/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/jaxws-version/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>version</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-samples</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/samples/version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/samples/version/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/samples/version/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/samples/version/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>version</artifactId> @@ -53,7 +53,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-aar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <servicesXmlFile>${basedir}/src/sample/axisversion/META-INF/services.xml</servicesXmlFile> Modified: axis/axis2/java/core/branches/java/1_5/modules/scripting/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/scripting/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/scripting/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/scripting/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-scripting</artifactId> @@ -104,7 +104,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <includeDependencies>false</includeDependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> @@ -108,7 +108,7 @@ <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-mar-maven-plugin</artifactId> - <version>${version}</version> + <version>1.5.1</version> <extensions>true</extensions> <configuration> <includeDependencies>false</includeDependencies> Modified: axis/axis2/java/core/branches/java/1_5/modules/spring/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/spring/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/spring/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/spring/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-aar-maven-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-ant-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-eclipse-service-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-idea-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,14 +23,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <name>Test 1 of the axis2-wsdl2code-maven-plugin</name> <build> <plugins> <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <configuration> <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className> </configuration> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-mar-maven-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Mon Jun 7 22:56:00 2010 @@ -23,14 +23,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2.maven2</groupId> <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <name>Test 1 of the axis2-wsdl2code-maven-plugin</name> <build> <plugins> <plugin> <groupId>org.apache.axis2</groupId> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <configuration> <generateServerSide>true</generateServerSide> <generateServerSideInterface>true</generateServerSideInterface> Modified: axis/axis2/java/core/branches/java/1_5/modules/transport/http/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/transport/http/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/transport/http/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/transport/http/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/transport/local/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/transport/local/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/transport/local/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/transport/local/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/webapp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/webapp/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/webapp/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/webapp/pom.xml Mon Jun 7 22:56:00 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/modules/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/xmlbeans/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/xmlbeans/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/xmlbeans/pom.xml Mon Jun 7 22:56:00 2010 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId> Modified: axis/axis2/java/core/branches/java/1_5/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/pom.xml?rev=952472&r1=952471&r2=952472&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/pom.xml Mon Jun 7 22:56:00 2010 @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> <modules>