This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_5 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 0a3414863cda35c08daf511a744d77925c8d13fe Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Aug 30 19:54:27 2011 +0000 [maven-release-plugin] prepare for next development iteration --- modules/adb-codegen/pom.xml | 8 ++++---- modules/adb/pom.xml | 8 ++++---- modules/addressing/pom.xml | 8 ++++---- modules/clustering/pom.xml | 8 ++++---- modules/codegen/pom.xml | 8 ++++---- modules/corba/pom.xml | 8 ++++---- modules/distribution/pom.xml | 8 ++++---- modules/fastinfoset/pom.xml | 8 ++++---- modules/integration/pom.xml | 8 ++++---- modules/java2wsdl/pom.xml | 8 ++++---- modules/jaxbri/pom.xml | 8 ++++---- modules/jaxws-integration/pom.xml | 8 ++++---- modules/jaxws-mar/pom.xml | 8 ++++---- modules/jaxws/pom.xml | 8 ++++---- modules/jibx/pom.xml | 8 ++++---- modules/json/pom.xml | 8 ++++---- modules/kernel/pom.xml | 8 ++++---- modules/metadata/pom.xml | 8 ++++---- modules/mex/pom.xml | 8 ++++---- modules/mtompolicy-mar/pom.xml | 8 ++++---- modules/mtompolicy/pom.xml | 8 ++++---- modules/osgi/pom.xml | 8 ++++---- modules/parent/pom.xml | 8 ++++---- modules/ping/pom.xml | 8 ++++---- modules/resource-bundle/pom.xml | 8 ++++---- modules/saaj/pom.xml | 8 ++++---- modules/samples/java_first_jaxws/pom.xml | 10 +++++----- modules/samples/jaxws-addressbook/pom.xml | 4 ++-- modules/samples/jaxws-calculator/pom.xml | 4 ++-- modules/samples/jaxws-interop/pom.xml | 4 ++-- modules/samples/jaxws-samples/pom.xml | 12 ++++++------ modules/samples/jaxws-version/pom.xml | 2 +- modules/samples/version/pom.xml | 8 ++++---- modules/scripting/pom.xml | 8 ++++---- modules/soapmonitor/module/pom.xml | 8 ++++---- modules/soapmonitor/servlet/pom.xml | 8 ++++---- modules/spring/pom.xml | 8 ++++---- modules/testutils/pom.xml | 8 ++++---- modules/tool/axis2-aar-maven-plugin/pom.xml | 8 ++++---- modules/tool/axis2-ant-plugin/pom.xml | 8 ++++---- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 8 ++++---- modules/tool/axis2-eclipse-service-plugin/pom.xml | 8 ++++---- modules/tool/axis2-idea-plugin/pom.xml | 8 ++++---- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 8 ++++---- modules/tool/axis2-mar-maven-plugin/pom.xml | 8 ++++---- modules/tool/axis2-repo-maven-plugin/pom.xml | 8 ++++---- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 8 ++++---- modules/transport/http/pom.xml | 8 ++++---- modules/transport/local/pom.xml | 8 ++++---- modules/webapp/pom.xml | 8 ++++---- modules/xmlbeans/pom.xml | 8 ++++---- pom.xml | 8 ++++---- 52 files changed, 202 insertions(+), 202 deletions(-) diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml index 44793e9..2a3ffea 100644 --- a/modules/adb-codegen/pom.xml +++ b/modules/adb-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-adb-codegen</artifactId> @@ -58,9 +58,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/adb-codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/adb-codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/adb-codegen</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/adb-codegen</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/adb-codegen</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/adb-codegen</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml index 1956314..8ddd15f 100644 --- a/modules/adb/pom.xml +++ b/modules/adb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> @@ -33,9 +33,9 @@ <description>Axis2 Data Binding module</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/adb</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/adb</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/adb</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/adb</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/adb</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/adb</url> </scm> <dependencies> <dependency> diff --git a/modules/addressing/pom.xml b/modules/addressing/pom.xml index afc1e78..02f187b 100644 --- a/modules/addressing/pom.xml +++ b/modules/addressing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>addressing</artifactId> @@ -45,9 +45,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/addressing</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/addressing</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/addressing</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/addressing</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/addressing</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/addressing</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/clustering/pom.xml b/modules/clustering/pom.xml index aeea46f..0919047 100644 --- a/modules/clustering/pom.xml +++ b/modules/clustering/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-clustering</artifactId> @@ -59,9 +59,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/clustering</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/clustering</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/clustering</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/clustering</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/clustering</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/clustering</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 02970bb..1b55401 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-codegen</artifactId> @@ -56,9 +56,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/codegen</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/codegen</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/codegen</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/codegen</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml index 0b62d0e..820c7d0 100644 --- a/modules/corba/pom.xml +++ b/modules/corba/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-corba</artifactId> @@ -58,9 +58,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/corba</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/corba</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/corba</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/corba</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/corba</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/corba</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 0d9bad8..f30deb6 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> @@ -231,9 +231,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/distribution</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/distribution</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/distribution</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/distribution</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/distribution</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/distribution</url> </scm> <build> <plugins> diff --git a/modules/fastinfoset/pom.xml b/modules/fastinfoset/pom.xml index acc7f2c..bda7428 100644 --- a/modules/fastinfoset/pom.xml +++ b/modules/fastinfoset/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-fastinfoset</artifactId> @@ -107,9 +107,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/fastinfoset</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/fastinfoset</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/fastinfoset</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/fastinfoset</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/fastinfoset</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/fastinfoset</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 37190f0..f7d599f 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-integration</artifactId> @@ -280,9 +280,9 @@ </profiles> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/integration</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/integration</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/integration</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/integration</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/integration</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/integration</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml index 3a34c85..80b50b9 100644 --- a/modules/java2wsdl/pom.xml +++ b/modules/java2wsdl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl</artifactId> @@ -73,9 +73,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/java2wsdl</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/java2wsdl</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/java2wsdl</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/java2wsdl</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/java2wsdl</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/java2wsdl</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jaxbri/pom.xml b/modules/jaxbri/pom.xml index fa0393f..31ec9b4 100644 --- a/modules/jaxbri/pom.xml +++ b/modules/jaxbri/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxbri</artifactId> @@ -66,9 +66,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxbri</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxbri</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/jaxbri</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxbri</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxbri</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/jaxbri</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jaxws-integration/pom.xml b/modules/jaxws-integration/pom.xml index a52112b..1f34d6e 100644 --- a/modules/jaxws-integration/pom.xml +++ b/modules/jaxws-integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-integration</artifactId> @@ -90,9 +90,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-integration</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-integration</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-integration</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws-integration</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws-integration</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/jaxws-integration</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jaxws-mar/pom.xml b/modules/jaxws-mar/pom.xml index bbf738c..d71515c 100644 --- a/modules/jaxws-mar/pom.xml +++ b/modules/jaxws-mar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-mar</artifactId> @@ -42,9 +42,9 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-mar</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-mar</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/jaxws-mar</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws-mar</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws-mar</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/jaxws-mar</url> </scm> <build> diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml index d266292..097e638 100644 --- a/modules/jaxws/pom.xml +++ b/modules/jaxws/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jaxws</artifactId> @@ -110,9 +110,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jaxws</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/jaxws</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jaxws</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/jaxws</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml index 25d16cc..91dfb3e 100644 --- a/modules/jibx/pom.xml +++ b/modules/jibx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-jibx</artifactId> @@ -69,9 +69,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jibx</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/jibx</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/jibx</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jibx</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/jibx</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/jibx</url> </scm> <build> <resources> diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 0ea60ce..5e1feb4 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-json</artifactId> @@ -58,9 +58,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/json</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/json</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/json</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/json</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/json</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/json</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml index 20fe65a..0e607bb 100644 --- a/modules/kernel/pom.xml +++ b/modules/kernel/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-kernel</artifactId> @@ -98,9 +98,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/kernel</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/kernel</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/kernel</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/kernel</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/kernel</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/kernel</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/metadata/pom.xml b/modules/metadata/pom.xml index e487a2e..d6d8a9a 100755 --- a/modules/metadata/pom.xml +++ b/modules/metadata/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-metadata</artifactId> @@ -100,9 +100,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/metadata</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/metadata</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/metadata</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/metadata</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/metadata</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/metadata</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mex/pom.xml b/modules/mex/pom.xml index 06bcbe7..edc14f3 100644 --- a/modules/mex/pom.xml +++ b/modules/mex/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mex</artifactId> @@ -40,9 +40,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mex</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mex</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/mex</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mex</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mex</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/mex</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mtompolicy-mar/pom.xml b/modules/mtompolicy-mar/pom.xml index 66d265a..92e76b4 100644 --- a/modules/mtompolicy-mar/pom.xml +++ b/modules/mtompolicy-mar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>mtompolicy</artifactId> @@ -49,9 +49,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy-mar</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy-mar</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy-mar</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mtompolicy-mar</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mtompolicy-mar</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/mtompolicy-mar</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mtompolicy/pom.xml b/modules/mtompolicy/pom.xml index 2c0e260..186d140 100644 --- a/modules/mtompolicy/pom.xml +++ b/modules/mtompolicy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mtompolicy</artifactId> @@ -43,9 +43,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/mtompolicy</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mtompolicy</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/mtompolicy</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/mtompolicy</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml index e27ad7f..fe62a05 100644 --- a/modules/osgi/pom.xml +++ b/modules/osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> @@ -35,9 +35,9 @@ <description>Apache Axis2 OSGi Integration</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/osgi</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/osgi</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/osgi</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/osgi</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/osgi</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/osgi</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml index d9139a3..5e467a2 100644 --- a/modules/parent/pom.xml +++ b/modules/parent/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Parent</name> <inceptionYear>2004</inceptionYear> @@ -970,9 +970,9 @@ </profile> </profiles> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/parent</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/parent</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/parent</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/parent</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/parent</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/parent</url> </scm> <build> <pluginManagement> diff --git a/modules/ping/pom.xml b/modules/ping/pom.xml index 05efa6a..dec1518 100644 --- a/modules/ping/pom.xml +++ b/modules/ping/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>ping</artifactId> @@ -40,9 +40,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/ping</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/ping</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/ping</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/ping</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/ping</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/ping</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml index 7afcbf5..97af406 100644 --- a/modules/resource-bundle/pom.xml +++ b/modules/resource-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-resource-bundle</artifactId> @@ -32,9 +32,9 @@ <description>Contains the legal files that must be included in all artifacts</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/resource-bundle</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/resource-bundle</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/resource-bundle</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/resource-bundle</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/resource-bundle</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/resource-bundle</url> </scm> <build> <plugins> diff --git a/modules/saaj/pom.xml b/modules/saaj/pom.xml index 4bb568b..a658307 100644 --- a/modules/saaj/pom.xml +++ b/modules/saaj/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-saaj</artifactId> @@ -32,9 +32,9 @@ <description>Axis2 SAAJ implementation</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/saaj</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/saaj</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/saaj</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/saaj</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/saaj</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/saaj</url> </scm> <dependencies> <dependency> diff --git a/modules/samples/java_first_jaxws/pom.xml b/modules/samples/java_first_jaxws/pom.xml index e88ee21..1a862bd 100644 --- a/modules/samples/java_first_jaxws/pom.xml +++ b/modules/samples/java_first_jaxws/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.examples</groupId> <artifactId>java_first_jaxws</artifactId> <name>JAXWS - Starting from Java Example</name> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <packaging>war</packaging> <inceptionYear>2004</inceptionYear> @@ -36,22 +36,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> diff --git a/modules/samples/jaxws-addressbook/pom.xml b/modules/samples/jaxws-addressbook/pom.xml index 6c0f104..52286fa 100644 --- a/modules/samples/jaxws-addressbook/pom.xml +++ b/modules/samples/jaxws-addressbook/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-addressbook</artifactId> <packaging>jar</packaging> - <version>1.5.6</version> + <version>1.5.7-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.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> </dependencies> <repositories> diff --git a/modules/samples/jaxws-calculator/pom.xml b/modules/samples/jaxws-calculator/pom.xml index 59305dc..b2a02cb 100644 --- a/modules/samples/jaxws-calculator/pom.xml +++ b/modules/samples/jaxws-calculator/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-calculator</artifactId> <packaging>jar</packaging> - <version>1.5.6</version> + <version>1.5.7-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.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> </dependencies> <repositories> diff --git a/modules/samples/jaxws-interop/pom.xml b/modules/samples/jaxws-interop/pom.xml index 51223aa..754cb03 100644 --- a/modules/samples/jaxws-interop/pom.xml +++ b/modules/samples/jaxws-interop/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.samples</groupId> <artifactId>jaxws-interop</artifactId> <packaging>jar</packaging> - <version>1.5.6</version> + <version>1.5.7-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.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> </dependencies> <repositories> diff --git a/modules/samples/jaxws-samples/pom.xml b/modules/samples/jaxws-samples/pom.xml index 0e86aa6..5f06a2a 100644 --- a/modules/samples/jaxws-samples/pom.xml +++ b/modules/samples/jaxws-samples/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.axis2.examples</groupId> <artifactId>jaxws-samples</artifactId> <name>JAXWS Samples - Echo, Ping, MTOM</name> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <packaging>war</packaging> <dependencies> <dependency> @@ -34,27 +34,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <type>mar</type> </dependency> <dependency> diff --git a/modules/samples/jaxws-version/pom.xml b/modules/samples/jaxws-version/pom.xml index c84ab88..36ab234 100644 --- a/modules/samples/jaxws-version/pom.xml +++ b/modules/samples/jaxws-version/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2.examples</groupId> <artifactId>jaxws-version</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Axis2 -JAXWS Version Service</name> <build> diff --git a/modules/samples/version/pom.xml b/modules/samples/version/pom.xml index 031c99f..aa2dc5f 100644 --- a/modules/samples/version/pom.xml +++ b/modules/samples/version/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>version</artifactId> @@ -30,9 +30,9 @@ <name>Apache Axis2 - Version Service</name> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/samples/version</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/samples/version</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/samples/version</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/samples/version</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/samples/version</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/samples/version</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/scripting/pom.xml b/modules/scripting/pom.xml index c5e6326..a3d554f 100644 --- a/modules/scripting/pom.xml +++ b/modules/scripting/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>scripting</artifactId> @@ -52,9 +52,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/scripting</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/scripting</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/scripting</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/scripting</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/scripting</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/scripting</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/soapmonitor/module/pom.xml b/modules/soapmonitor/module/pom.xml index 3e5c8b7..d943817 100644 --- a/modules/soapmonitor/module/pom.xml +++ b/modules/soapmonitor/module/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> @@ -45,9 +45,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/module</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/module</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/module</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/soapmonitor/module</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/soapmonitor/module</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/soapmonitor/module</url> </scm> <build> <plugins> diff --git a/modules/soapmonitor/servlet/pom.xml b/modules/soapmonitor/servlet/pom.xml index 9a0db8a..81ea2ab 100644 --- a/modules/soapmonitor/servlet/pom.xml +++ b/modules/soapmonitor/servlet/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-soapmonitor-servlet</artifactId> @@ -43,9 +43,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/servlet</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/servlet</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/soapmonitor/servlet</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet</url> </scm> <build> <plugins> diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 3d5d5cf..fd62af1 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> @@ -55,9 +55,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/spring</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/spring</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/spring</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/spring</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/spring</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/spring</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml index 248d2cf..a9f8969 100644 --- a/modules/testutils/pom.xml +++ b/modules/testutils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-testutils</artifactId> @@ -37,9 +37,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/testutils</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/testutils</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/testutils</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/testutils</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/testutils</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/testutils</url> </scm> <build> <plugins> diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index ab6cd64..d744451 100644 --- a/modules/tool/axis2-aar-maven-plugin/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> @@ -67,9 +67,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-aar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-aar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-aar-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-aar-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-aar-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-aar-maven-plugin</url> </scm> <build> <plugins> diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml index 2cbebd1..730dc0c 100644 --- a/modules/tool/axis2-ant-plugin/pom.xml +++ b/modules/tool/axis2-ant-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> @@ -32,9 +32,9 @@ <description>The Axis 2 Plugin for Ant Tasks.</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-ant-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-ant-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-ant-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-ant-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-ant-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-ant-plugin</url> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index 6089ab5..85b48bf 100644 --- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> @@ -33,9 +33,9 @@ <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-codegen-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-codegen-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-codegen-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-codegen-plugin</url> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml b/modules/tool/axis2-eclipse-service-plugin/pom.xml index 9e6716f..c160fa5 100644 --- a/modules/tool/axis2-eclipse-service-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-service-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> @@ -33,9 +33,9 @@ <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-service-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-service-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-eclipse-service-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-service-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-service-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-eclipse-service-plugin</url> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-idea-plugin/pom.xml b/modules/tool/axis2-idea-plugin/pom.xml index a598ee3..e34978b 100644 --- a/modules/tool/axis2-idea-plugin/pom.xml +++ b/modules/tool/axis2-idea-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> @@ -34,9 +34,9 @@ </description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-idea-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-idea-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-idea-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-idea-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-idea-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-idea-plugin</url> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml index fc47fb0..c12d530 100644 --- a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml +++ b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> @@ -35,9 +35,9 @@ <packaging>maven-plugin</packaging> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-java2wsdl-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-java2wsdl-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-java2wsdl-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-java2wsdl-maven-plugin</url> </scm> <build> <sourceDirectory>src/main/java</sourceDirectory> diff --git a/modules/tool/axis2-mar-maven-plugin/pom.xml b/modules/tool/axis2-mar-maven-plugin/pom.xml index adc6eb4..cd4aac8 100644 --- a/modules/tool/axis2-mar-maven-plugin/pom.xml +++ b/modules/tool/axis2-mar-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> @@ -68,9 +68,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-mar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-mar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-mar-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-mar-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-mar-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-mar-maven-plugin</url> </scm> <build> <plugins> diff --git a/modules/tool/axis2-repo-maven-plugin/pom.xml b/modules/tool/axis2-repo-maven-plugin/pom.xml index 12d9bdb..023ef27 100644 --- a/modules/tool/axis2-repo-maven-plugin/pom.xml +++ b/modules/tool/axis2-repo-maven-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-repo-maven-plugin</artifactId> @@ -48,9 +48,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-repo-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-repo-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-repo-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin</url> </scm> <build> <plugins> diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml index 468bdfc..ca0ba93 100644 --- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml +++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> @@ -33,9 +33,9 @@ <description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-wsdl2code-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/tool/axis2-wsdl2code-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin</url> </scm> <dependencies> <dependency> diff --git a/modules/transport/http/pom.xml b/modules/transport/http/pom.xml index 7a98e76..53ebecc 100644 --- a/modules/transport/http/pom.xml +++ b/modules/transport/http/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> @@ -33,9 +33,9 @@ <packaging>bundle</packaging> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/transport/http</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/transport/http</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/transport/http</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/transport/http</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/transport/http</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/transport/http</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml index f2d13db..536091c 100644 --- a/modules/transport/local/pom.xml +++ b/modules/transport/local/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> @@ -33,9 +33,9 @@ <packaging>bundle</packaging> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/transport/local</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/transport/local</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/transport/local</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/transport/local</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/transport/local</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/transport/local</url> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index 4b5379e..649a69e 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> @@ -30,9 +30,9 @@ <name>Apache Axis2 - Web Application module</name> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/webapp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/webapp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/webapp</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/webapp</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/webapp</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/webapp</url> </scm> <dependencies> <dependency> diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml index 5d7ecaa..724a4e0 100644 --- a/modules/xmlbeans/pom.xml +++ b/modules/xmlbeans/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId> @@ -51,9 +51,9 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/xmlbeans</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6/modules/xmlbeans</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6/modules/xmlbeans</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/xmlbeans</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/xmlbeans</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/xmlbeans</url> </scm> <build> <resources> diff --git a/pom.xml b/pom.xml index 37cee92..68ec16f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.5.6</version> + <version>1.5.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> <inceptionYear>2004</inceptionYear> @@ -526,9 +526,9 @@ </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.6</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.5.6</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5</url> </scm> <properties> <!-- This variable is used in some Xdocs and is substituted using Velocity. Note that