This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new ae000dc [maven-release-plugin] prepare for next development iteration ae000dc is described below commit ae000dc2a5c5c17f6e8edab91645042848ebb2a6 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sun Aug 1 06:32:31 2021 -1000 [maven-release-plugin] prepare for next development iteration --- apidocs/pom.xml | 2 +- databinding-tests/jaxbri-tests/pom.xml | 2 +- databinding-tests/pom.xml | 2 +- modules/adb-codegen/pom.xml | 10 +++++----- modules/adb-tests/pom.xml | 10 +++++----- modules/adb/pom.xml | 10 +++++----- modules/addressing/pom.xml | 10 +++++----- modules/clustering/pom.xml | 10 +++++----- modules/codegen/pom.xml | 10 +++++----- modules/corba/pom.xml | 10 +++++----- modules/distribution/pom.xml | 10 +++++----- modules/fastinfoset/pom.xml | 10 +++++----- modules/integration/pom.xml | 10 +++++----- modules/java2wsdl/pom.xml | 10 +++++----- modules/jaxbri-codegen/pom.xml | 10 +++++----- modules/jaxws-integration/pom.xml | 10 +++++----- modules/jaxws-mar/pom.xml | 10 +++++----- modules/jaxws/pom.xml | 10 +++++----- modules/jibx-codegen/pom.xml | 10 +++++----- modules/jibx/pom.xml | 10 +++++----- modules/json/pom.xml | 10 +++++----- modules/kernel/pom.xml | 10 +++++----- modules/metadata/pom.xml | 10 +++++----- modules/mex/pom.xml | 10 +++++----- modules/mtompolicy-mar/pom.xml | 10 +++++----- modules/mtompolicy/pom.xml | 10 +++++----- modules/osgi-tests/pom.xml | 10 +++++----- modules/osgi/pom.xml | 10 +++++----- modules/ping/pom.xml | 10 +++++----- modules/resource-bundle/pom.xml | 10 +++++----- modules/saaj/pom.xml | 10 +++++----- 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 | 8 ++++---- modules/samples/jaxws-samples/pom.xml | 12 ++++++------ modules/samples/jaxws-version/pom.xml | 2 +- modules/samples/pom.xml | 2 +- modules/samples/transport/https-sample/httpsClient/pom.xml | 4 ++-- modules/samples/transport/https-sample/httpsService/pom.xml | 4 ++-- modules/samples/transport/https-sample/pom.xml | 2 +- modules/samples/transport/jms-sample/jmsService/pom.xml | 4 ++-- modules/samples/transport/jms-sample/pom.xml | 2 +- modules/samples/version/pom.xml | 10 +++++----- modules/schema-validation/pom.xml | 10 +++++----- modules/scripting/pom.xml | 10 +++++----- modules/soapmonitor/module/pom.xml | 10 +++++----- modules/soapmonitor/servlet/pom.xml | 10 +++++----- modules/spring/pom.xml | 10 +++++----- modules/testutils/pom.xml | 10 +++++----- modules/tool/archetype/quickstart-webapp/pom.xml | 4 ++-- modules/tool/archetype/quickstart/pom.xml | 4 ++-- modules/tool/axis2-aar-maven-plugin/pom.xml | 10 +++++----- modules/tool/axis2-ant-plugin/pom.xml | 10 +++++----- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 10 +++++----- modules/tool/axis2-eclipse-service-plugin/pom.xml | 10 +++++----- modules/tool/axis2-idea-plugin/pom.xml | 10 +++++----- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 10 +++++----- modules/tool/axis2-mar-maven-plugin/pom.xml | 10 +++++----- modules/tool/axis2-repo-maven-plugin/pom.xml | 10 +++++----- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 10 +++++----- modules/tool/axis2-xsd2java-maven-plugin/pom.xml | 10 +++++----- modules/tool/maven-shared/pom.xml | 10 +++++----- modules/tool/simple-server-maven-plugin/pom.xml | 10 +++++----- modules/transport/base/pom.xml | 10 +++++----- modules/transport/http/pom.xml | 10 +++++----- modules/transport/jms/pom.xml | 10 +++++----- modules/transport/local/pom.xml | 10 +++++----- modules/transport/mail/pom.xml | 10 +++++----- modules/transport/tcp/pom.xml | 10 +++++----- modules/transport/testkit/pom.xml | 10 +++++----- modules/transport/udp/pom.xml | 10 +++++----- modules/transport/xmpp/pom.xml | 10 +++++----- modules/webapp/pom.xml | 10 +++++----- modules/xmlbeans-codegen/pom.xml | 10 +++++----- modules/xmlbeans/pom.xml | 10 +++++----- pom.xml | 4 ++-- systests/SOAP12TestModuleB/pom.xml | 2 +- systests/SOAP12TestModuleC/pom.xml | 2 +- systests/SOAP12TestServiceB/pom.xml | 2 +- systests/SOAP12TestServiceC/pom.xml | 2 +- systests/echo/pom.xml | 2 +- systests/pom.xml | 2 +- systests/webapp-tests/pom.xml | 2 +- 84 files changed, 340 insertions(+), 340 deletions(-) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 6b2aa86..5ede046 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>apidocs</artifactId> <name>Javadoc</name> diff --git a/databinding-tests/jaxbri-tests/pom.xml b/databinding-tests/jaxbri-tests/pom.xml index cd9120c..08f4fb1 100644 --- a/databinding-tests/jaxbri-tests/pom.xml +++ b/databinding-tests/jaxbri-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>databinding-tests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxbri-tests</artifactId> diff --git a/databinding-tests/pom.xml b/databinding-tests/pom.xml index ea4972e..1e4a3b9 100644 --- a/databinding-tests/pom.xml +++ b/databinding-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>databinding-tests</artifactId> diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml index bfdd106..a6b3d26 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-adb-codegen</artifactId> @@ -67,10 +67,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/adb-tests/pom.xml b/modules/adb-tests/pom.xml index 86fb4ef..1654efc 100644 --- a/modules/adb-tests/pom.xml +++ b/modules/adb-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -31,10 +31,10 @@ <description>ADB Tests</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-tests</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml index 3136aed..4e34e7e 100644 --- a/modules/adb/pom.xml +++ b/modules/adb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -33,10 +33,10 @@ <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/trunk/modules/adb</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/addressing/pom.xml b/modules/addressing/pom.xml index 5af531e..38eae4c 100644 --- a/modules/addressing/pom.xml +++ b/modules/addressing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>addressing</artifactId> @@ -50,10 +50,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/addressing</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/clustering/pom.xml b/modules/clustering/pom.xml index 6c8b56d..aef8193 100644 --- a/modules/clustering/pom.xml +++ b/modules/clustering/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-clustering</artifactId> @@ -75,10 +75,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 7686674..7bd95d3 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-codegen</artifactId> @@ -101,10 +101,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml index c2d74d5..a509ddf 100644 --- a/modules/corba/pom.xml +++ b/modules/corba/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-corba</artifactId> @@ -64,10 +64,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 9432ec8..c05cc47 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -323,10 +323,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/fastinfoset/pom.xml b/modules/fastinfoset/pom.xml index b69ca81..b8ada41 100644 --- a/modules/fastinfoset/pom.xml +++ b/modules/fastinfoset/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-fastinfoset</artifactId> @@ -97,10 +97,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 55d6cf2..0391357 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-integration</artifactId> @@ -166,10 +166,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml index ce45ea6..f13f20e 100644 --- a/modules/java2wsdl/pom.xml +++ b/modules/java2wsdl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl</artifactId> @@ -101,10 +101,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/java2wsdl</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/java2wsdl</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/java2wsdl</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jaxbri-codegen/pom.xml b/modules/jaxbri-codegen/pom.xml index c6efc55..e1e0a60 100644 --- a/modules/jaxbri-codegen/pom.xml +++ b/modules/jaxbri-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxbri-codegen</artifactId> @@ -87,10 +87,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxbri-codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxbri-codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxbri-codegen</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/jaxws-integration/pom.xml b/modules/jaxws-integration/pom.xml index 511cce5..1675ffa 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-integration</artifactId> @@ -119,10 +119,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-integration</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-integration</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <testResources> diff --git a/modules/jaxws-mar/pom.xml b/modules/jaxws-mar/pom.xml index 7023a9c..cbb072c 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-mar</artifactId> @@ -42,10 +42,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-mar</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-mar</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-mar</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml index b7cd99f..f28cd96 100644 --- a/modules/jaxws/pom.xml +++ b/modules/jaxws/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws</artifactId> @@ -138,10 +138,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jibx-codegen/pom.xml b/modules/jibx-codegen/pom.xml index acd10ad..b1a90e2 100644 --- a/modules/jibx-codegen/pom.xml +++ b/modules/jibx-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jibx-codegen</artifactId> @@ -49,10 +49,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx-codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx-codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx-codegen</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml index f4e5fa8..8fa70fa 100644 --- a/modules/jibx/pom.xml +++ b/modules/jibx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jibx</artifactId> @@ -81,10 +81,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 80da4ba..67d54af 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-json</artifactId> @@ -111,10 +111,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/json</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/json</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/json</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml index e66e593..827375e 100644 --- a/modules/kernel/pom.xml +++ b/modules/kernel/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-kernel</artifactId> @@ -123,10 +123,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/kernel</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/kernel</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/metadata/pom.xml b/modules/metadata/pom.xml index ab9243b..6a557d4 100755 --- a/modules/metadata/pom.xml +++ b/modules/metadata/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-metadata</artifactId> @@ -115,10 +115,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/metadata</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/metadata</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/metadata</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mex/pom.xml b/modules/mex/pom.xml index 1a5319a..d3ffd00 100644 --- a/modules/mex/pom.xml +++ b/modules/mex/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>mex</artifactId> @@ -40,10 +40,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mex</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mex</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mex</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mtompolicy-mar/pom.xml b/modules/mtompolicy-mar/pom.xml index d30567c..6cc8108 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>mtompolicy</artifactId> @@ -49,10 +49,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy-mar</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy-mar</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy-mar</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/mtompolicy/pom.xml b/modules/mtompolicy/pom.xml index 36ab5f7..a5a7ae8 100644 --- a/modules/mtompolicy/pom.xml +++ b/modules/mtompolicy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-mtompolicy</artifactId> @@ -48,10 +48,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml index 6fa6dc3..3c1739e 100644 --- a/modules/osgi-tests/pom.xml +++ b/modules/osgi-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,10 +29,10 @@ <name>Apache Axis2 - OSGi Tests</name> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi-tests</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi-tests</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi-tests</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <properties> <exam.version>4.13.4</exam.version> diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml index 6898fea..c0e8519 100644 --- a/modules/osgi/pom.xml +++ b/modules/osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -35,10 +35,10 @@ <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/trunk/modules/osgi</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/ping/pom.xml b/modules/ping/pom.xml index ad46aff..0f2e38f 100644 --- a/modules/ping/pom.xml +++ b/modules/ping/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>ping</artifactId> @@ -40,10 +40,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/ping</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/ping</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/ping</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml index bd9e06f..71e750f 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-resource-bundle</artifactId> @@ -32,10 +32,10 @@ <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/trunk/modules/resource-bundle</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/resource-bundle</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/resource-bundle</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/saaj/pom.xml b/modules/saaj/pom.xml index ab0bfa0..9b2a3ac 100644 --- a/modules/saaj/pom.xml +++ b/modules/saaj/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-saaj</artifactId> @@ -32,10 +32,10 @@ <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/trunk/modules/saaj</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/saaj</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/saaj</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/samples/java_first_jaxws/pom.xml b/modules/samples/java_first_jaxws/pom.xml index 47853d6..64bb596 100644 --- a/modules/samples/java_first_jaxws/pom.xml +++ b/modules/samples/java_first_jaxws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>java_first_jaxws</artifactId> <name>JAXWS - Starting from Java Example</name> @@ -38,22 +38,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.8.0</version> + <version>1.8.1-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 ef50e01..4d5e727 100644 --- a/modules/samples/jaxws-addressbook/pom.xml +++ b/modules/samples/jaxws-addressbook/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxws-addressbook</artifactId> <packaging>jar</packaging> @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/modules/samples/jaxws-calculator/pom.xml b/modules/samples/jaxws-calculator/pom.xml index 596bef5..6b76fb8 100644 --- a/modules/samples/jaxws-calculator/pom.xml +++ b/modules/samples/jaxws-calculator/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxws-calculator</artifactId> <packaging>jar</packaging> @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/modules/samples/jaxws-interop/pom.xml b/modules/samples/jaxws-interop/pom.xml index 84b1cf1..0f5cf75 100644 --- a/modules/samples/jaxws-interop/pom.xml +++ b/modules/samples/jaxws-interop/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxws-interop</artifactId> <packaging>jar</packaging> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> @@ -50,13 +50,13 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-testutils</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-http</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> diff --git a/modules/samples/jaxws-samples/pom.xml b/modules/samples/jaxws-samples/pom.xml index 2127864..8b08566 100644 --- a/modules/samples/jaxws-samples/pom.xml +++ b/modules/samples/jaxws-samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxws-samples</artifactId> <name>JAXWS Samples - Echo, Ping, MTOM</name> @@ -36,27 +36,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <type>mar</type> </dependency> <dependency> diff --git a/modules/samples/jaxws-version/pom.xml b/modules/samples/jaxws-version/pom.xml index 04309ed..d645271 100644 --- a/modules/samples/jaxws-version/pom.xml +++ b/modules/samples/jaxws-version/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jaxws-version</artifactId> <packaging>jar</packaging> diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml index ad1d223..33757fb 100644 --- a/modules/samples/pom.xml +++ b/modules/samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.examples</groupId> diff --git a/modules/samples/transport/https-sample/httpsClient/pom.xml b/modules/samples/transport/https-sample/httpsClient/pom.xml index e1e1c66..e2e230d 100644 --- a/modules/samples/transport/https-sample/httpsClient/pom.xml +++ b/modules/samples/transport/https-sample/httpsClient/pom.xml @@ -15,9 +15,9 @@ <parent> <artifactId>https-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsClient</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </project> \ No newline at end of file diff --git a/modules/samples/transport/https-sample/httpsService/pom.xml b/modules/samples/transport/https-sample/httpsService/pom.xml index ff2d70f..1ccceb2 100644 --- a/modules/samples/transport/https-sample/httpsService/pom.xml +++ b/modules/samples/transport/https-sample/httpsService/pom.xml @@ -15,11 +15,11 @@ <parent> <artifactId>https-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsService</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <packaging>war</packaging> <build> <plugins> diff --git a/modules/samples/transport/https-sample/pom.xml b/modules/samples/transport/https-sample/pom.xml index 3f06d26..424142f 100644 --- a/modules/samples/transport/https-sample/pom.xml +++ b/modules/samples/transport/https-sample/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>https-sample</artifactId> diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml index a48c930..1ac57c1 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -3,11 +3,11 @@ <parent> <artifactId>jms-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>jmsService</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <build> <plugins> <plugin> diff --git a/modules/samples/transport/jms-sample/pom.xml b/modules/samples/transport/jms-sample/pom.xml index 00bf877..9fcc15c9 100644 --- a/modules/samples/transport/jms-sample/pom.xml +++ b/modules/samples/transport/jms-sample/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>jms-sample</artifactId> diff --git a/modules/samples/version/pom.xml b/modules/samples/version/pom.xml index c1aead2..d1b2489 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>version</artifactId> @@ -30,10 +30,10 @@ <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/trunk/modules/samples/version</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/samples/version</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/version</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/schema-validation/pom.xml b/modules/schema-validation/pom.xml index cecf1af..b62746f 100644 --- a/modules/schema-validation/pom.xml +++ b/modules/schema-validation/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>schema-validation</artifactId> @@ -40,10 +40,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/schema-validation</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/schema-validation</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/schema-validation</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/scripting/pom.xml b/modules/scripting/pom.xml index ff829a3..676df5e 100644 --- a/modules/scripting/pom.xml +++ b/modules/scripting/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>scripting</artifactId> @@ -57,10 +57,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/scripting</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/scripting</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/scripting</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/soapmonitor/module/pom.xml b/modules/soapmonitor/module/pom.xml index 383493d..e55b3fb 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> @@ -45,10 +45,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/module</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/module</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/module</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/soapmonitor/servlet/pom.xml b/modules/soapmonitor/servlet/pom.xml index e45355c..5c77ca4 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-soapmonitor-servlet</artifactId> @@ -43,10 +43,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index a18f147..ba8ece0 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> @@ -55,10 +55,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/spring</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/spring</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/spring</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml index 5bb55ec..a083b22 100644 --- a/modules/testutils/pom.xml +++ b/modules/testutils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-testutils</artifactId> @@ -59,10 +59,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/testutils</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/testutils</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/testutils</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml b/modules/tool/archetype/quickstart-webapp/pom.xml index cb69227..9d4bdf3 100644 --- a/modules/tool/archetype/quickstart-webapp/pom.xml +++ b/modules/tool/archetype/quickstart-webapp/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart-webapp</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart-web archetype </name> <description>Maven archetype for creating a Axis2 web Service as a webapp </description> diff --git a/modules/tool/archetype/quickstart/pom.xml b/modules/tool/archetype/quickstart/pom.xml index 79fbd4c..a8cc2c0 100644 --- a/modules/tool/archetype/quickstart/pom.xml +++ b/modules/tool/archetype/quickstart/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart archetype </name> <description>Maven archetype for creating a Axis2 web Service </description> diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index e93225b..77d0a12 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> @@ -75,10 +75,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml index 6a82a74..6c84492 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> @@ -32,10 +32,10 @@ <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/trunk/modules/tool/axis2-ant-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index b4918b6..81f970e 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> @@ -33,10 +33,10 @@ <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/trunk/modules/tool/axis2-eclipse-codegen-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml b/modules/tool/axis2-eclipse-service-plugin/pom.xml index c38d321..0a31d5f 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> @@ -33,10 +33,10 @@ <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/trunk/modules/tool/axis2-eclipse-service-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-idea-plugin/pom.xml b/modules/tool/axis2-idea-plugin/pom.xml index 3d4a455..2b547f6 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> @@ -34,10 +34,10 @@ </description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml index 46682c5..8fbf955 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> @@ -35,10 +35,10 @@ <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/trunk/modules/tool/axis2-java2wsdl-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-mar-maven-plugin/pom.xml b/modules/tool/axis2-mar-maven-plugin/pom.xml index 5ecad8b..5a05d0d 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> @@ -57,10 +57,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-repo-maven-plugin/pom.xml b/modules/tool/axis2-repo-maven-plugin/pom.xml index 4b57a74..78d5d66 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-repo-maven-plugin</artifactId> @@ -83,10 +83,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/tools/maven-plugins/axis2-repo-maven-plugin/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml index 4dc2feb..822c62b 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> @@ -33,10 +33,10 @@ <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/tools/maven-plugins/axis2-wsdl2code-maven-plugin</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml index 099d03e..c89eea8 100644 --- a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml +++ b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -32,10 +32,10 @@ <packaging>maven-plugin</packaging> <url>http://axis.apache.org/axis2/java/core/tools/maven-plugins/axis2-xsd2java-maven-plugin</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/maven-shared/pom.xml b/modules/tool/maven-shared/pom.xml index 5b42499..75114a3 100644 --- a/modules/tool/maven-shared/pom.xml +++ b/modules/tool/maven-shared/pom.xml @@ -24,15 +24,15 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>maven-shared</artifactId> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/maven-shared</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/maven-shared</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/maven-shared</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/tool/simple-server-maven-plugin/pom.xml b/modules/tool/simple-server-maven-plugin/pom.xml index 97fe94e..25d585f 100644 --- a/modules/tool/simple-server-maven-plugin/pom.xml +++ b/modules/tool/simple-server-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>simple-server-maven-plugin</artifactId> @@ -33,10 +33,10 @@ <description>The Axis2 Plugin for Maven that allows to run simple HTTP server.</description> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/transport/base/pom.xml b/modules/transport/base/pom.xml index 7770fd4..e235b11 100644 --- a/modules/transport/base/pom.xml +++ b/modules/transport/base/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -35,10 +35,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/base</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/base</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/transport/http/pom.xml b/modules/transport/http/pom.xml index e77ef33..7ff766a 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> @@ -33,10 +33,10 @@ <packaging>jar</packaging> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/http</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/http</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml index e921538..2df8a19 100644 --- a/modules/transport/jms/pom.xml +++ b/modules/transport/jms/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -35,10 +35,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/jms</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/jms</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/jms</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml index 410a779..312a53a 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</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> @@ -33,10 +33,10 @@ <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/trunk/modules/transport/local</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/local</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/local</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml index 6bdbfa9..bd5c1ff 100644 --- a/modules/transport/mail/pom.xml +++ b/modules/transport/mail/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -35,10 +35,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/mail</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/transport/tcp/pom.xml b/modules/transport/tcp/pom.xml index 3bdf070..2a8c7b8 100644 --- a/modules/transport/tcp/pom.xml +++ b/modules/transport/tcp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-tcp</artifactId> @@ -34,10 +34,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/tcp</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 0626f37..457efd8 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-testkit</artifactId> @@ -33,10 +33,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/modules/transport/udp/pom.xml b/modules/transport/udp/pom.xml index 08272bf..a0f6908 100644 --- a/modules/transport/udp/pom.xml +++ b/modules/transport/udp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-udp</artifactId> @@ -34,10 +34,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/udp</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/transport/xmpp/pom.xml b/modules/transport/xmpp/pom.xml index 7a1c0a5..25a9d34 100644 --- a/modules/transport/xmpp/pom.xml +++ b/modules/transport/xmpp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-xmpp</artifactId> @@ -34,10 +34,10 @@ <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/xmpp</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index 55589f2..6795dae 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> @@ -30,10 +30,10 @@ <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/trunk/modules/webapp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/webapp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <dependencies> <dependency> diff --git a/modules/xmlbeans-codegen/pom.xml b/modules/xmlbeans-codegen/pom.xml index c55651b..def2bc4 100644 --- a/modules/xmlbeans-codegen/pom.xml +++ b/modules/xmlbeans-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans-codegen</artifactId> @@ -43,10 +43,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <plugins> diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml index 4010cac..314dd4b 100644 --- a/modules/xmlbeans/pom.xml +++ b/modules/xmlbeans/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId> @@ -64,10 +64,10 @@ </dependencies> <url>http://axis.apache.org/axis2/java/core/</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans</url> - <tag>v1.8.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> + <tag>HEAD</tag> </scm> <build> <resources> diff --git a/pom.xml b/pom.xml index c9a44ef..f573cd5 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.8.0</version> + <version>1.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> <inceptionYear>2004</inceptionYear> @@ -482,7 +482,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url> - <tag>v1.8.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> <site> diff --git a/systests/SOAP12TestModuleB/pom.xml b/systests/SOAP12TestModuleB/pom.xml index 40d3899..efe9017 100644 --- a/systests/SOAP12TestModuleB/pom.xml +++ b/systests/SOAP12TestModuleB/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>SOAP12TestModuleB</artifactId> <packaging>mar</packaging> diff --git a/systests/SOAP12TestModuleC/pom.xml b/systests/SOAP12TestModuleC/pom.xml index 78639f6..99c9f1f 100644 --- a/systests/SOAP12TestModuleC/pom.xml +++ b/systests/SOAP12TestModuleC/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>SOAP12TestModuleC</artifactId> <packaging>mar</packaging> diff --git a/systests/SOAP12TestServiceB/pom.xml b/systests/SOAP12TestServiceB/pom.xml index 55f3a60..5b222d3 100644 --- a/systests/SOAP12TestServiceB/pom.xml +++ b/systests/SOAP12TestServiceB/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>SOAP12TestServiceB</artifactId> <packaging>aar</packaging> diff --git a/systests/SOAP12TestServiceC/pom.xml b/systests/SOAP12TestServiceC/pom.xml index 8fd78c7..081eb0a 100644 --- a/systests/SOAP12TestServiceC/pom.xml +++ b/systests/SOAP12TestServiceC/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>SOAP12TestServiceC</artifactId> <packaging>aar</packaging> diff --git a/systests/echo/pom.xml b/systests/echo/pom.xml index b001eac..3efadd0 100644 --- a/systests/echo/pom.xml +++ b/systests/echo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>echo</artifactId> <packaging>aar</packaging> diff --git a/systests/pom.xml b/systests/pom.xml index a8c1567..e61934f 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>systests</artifactId> diff --git a/systests/webapp-tests/pom.xml b/systests/webapp-tests/pom.xml index 45b2112..6799100 100644 --- a/systests/webapp-tests/pom.xml +++ b/systests/webapp-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>webapp-tests</artifactId> <url>http://axis.apache.org/axis2/java/core/</url>