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 764d431828 [maven-release-plugin] prepare release v2.0.0 764d431828 is described below commit 764d4318280992d5e2e402b457bac119914e5273 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Mar 4 12:04:49 2025 -1000 [maven-release-plugin] prepare release v2.0.0 --- apidocs/pom.xml | 4 ++-- databinding-tests/jaxbri-tests/pom.xml | 4 ++-- databinding-tests/pom.xml | 4 ++-- modules/adb-codegen/pom.xml | 4 ++-- modules/adb-tests/pom.xml | 4 ++-- modules/adb/pom.xml | 4 ++-- modules/addressing/pom.xml | 4 ++-- modules/clustering/pom.xml | 4 ++-- modules/codegen/pom.xml | 4 ++-- modules/corba/pom.xml | 4 ++-- modules/distribution/pom.xml | 4 ++-- modules/fastinfoset/pom.xml | 4 ++-- modules/integration/pom.xml | 4 ++-- modules/java2wsdl/pom.xml | 4 ++-- modules/jaxbri-codegen/pom.xml | 4 ++-- modules/jaxws-integration/pom.xml | 4 ++-- modules/jaxws-mar/pom.xml | 4 ++-- modules/jaxws/pom.xml | 4 ++-- modules/jibx-codegen/pom.xml | 4 ++-- modules/jibx/pom.xml | 4 ++-- modules/json/pom.xml | 4 ++-- modules/kernel/pom.xml | 4 ++-- modules/metadata/pom.xml | 4 ++-- modules/mex/pom.xml | 4 ++-- modules/mtompolicy-mar/pom.xml | 4 ++-- modules/mtompolicy/pom.xml | 4 ++-- modules/osgi/pom.xml | 4 ++-- modules/ping/pom.xml | 4 ++-- modules/resource-bundle/pom.xml | 4 ++-- modules/saaj/pom.xml | 4 ++-- modules/samples/java_first_jaxws/pom.xml | 12 ++++++------ modules/samples/jaxws-addressbook/pom.xml | 6 +++--- modules/samples/jaxws-calculator/pom.xml | 6 +++--- modules/samples/jaxws-interop/pom.xml | 10 +++++----- modules/samples/jaxws-samples/pom.xml | 14 +++++++------- modules/samples/jaxws-version/pom.xml | 4 ++-- modules/samples/pom.xml | 4 ++-- modules/samples/transport/https-sample/httpsClient/pom.xml | 6 +++--- .../samples/transport/https-sample/httpsService/pom.xml | 6 +++--- modules/samples/transport/https-sample/pom.xml | 4 ++-- modules/samples/transport/jms-sample/jmsService/pom.xml | 6 +++--- modules/samples/transport/jms-sample/pom.xml | 4 ++-- modules/samples/version/pom.xml | 4 ++-- modules/schema-validation/pom.xml | 4 ++-- modules/scripting/pom.xml | 4 ++-- modules/soapmonitor/module/pom.xml | 4 ++-- modules/soapmonitor/servlet/pom.xml | 4 ++-- modules/spring/pom.xml | 4 ++-- modules/testutils/pom.xml | 4 ++-- modules/tool/archetype/quickstart-webapp/pom.xml | 6 +++--- modules/tool/archetype/quickstart/pom.xml | 6 +++--- modules/tool/axis2-aar-maven-plugin/pom.xml | 4 ++-- modules/tool/axis2-ant-plugin/pom.xml | 4 ++-- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 4 ++-- modules/tool/axis2-eclipse-service-plugin/pom.xml | 4 ++-- modules/tool/axis2-idea-plugin/pom.xml | 4 ++-- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 4 ++-- modules/tool/axis2-mar-maven-plugin/pom.xml | 4 ++-- modules/tool/axis2-repo-maven-plugin/pom.xml | 4 ++-- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 4 ++-- modules/tool/axis2-xsd2java-maven-plugin/pom.xml | 4 ++-- modules/tool/maven-shared/pom.xml | 4 ++-- modules/tool/simple-server-maven-plugin/pom.xml | 4 ++-- modules/transport/base/pom.xml | 4 ++-- modules/transport/http/pom.xml | 4 ++-- modules/transport/jms/pom.xml | 4 ++-- modules/transport/local/pom.xml | 4 ++-- modules/transport/mail/pom.xml | 4 ++-- modules/transport/tcp/pom.xml | 4 ++-- modules/transport/testkit/pom.xml | 4 ++-- modules/transport/udp/pom.xml | 4 ++-- modules/transport/xmpp/pom.xml | 4 ++-- modules/webapp/pom.xml | 4 ++-- modules/xmlbeans-codegen/pom.xml | 4 ++-- modules/xmlbeans/pom.xml | 4 ++-- pom.xml | 8 ++++---- systests/SOAP12TestModuleB/pom.xml | 4 ++-- systests/SOAP12TestModuleC/pom.xml | 4 ++-- systests/SOAP12TestServiceB/pom.xml | 4 ++-- systests/SOAP12TestServiceC/pom.xml | 4 ++-- systests/echo/pom.xml | 4 ++-- systests/pom.xml | 4 ++-- systests/webapp-tests/pom.xml | 4 ++-- 83 files changed, 187 insertions(+), 187 deletions(-) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 85c7934d42..c165dcda55 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>apidocs</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/databinding-tests/jaxbri-tests/pom.xml b/databinding-tests/jaxbri-tests/pom.xml index 97228fcb34..b2fba240cb 100644 --- a/databinding-tests/jaxbri-tests/pom.xml +++ b/databinding-tests/jaxbri-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>databinding-tests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxbri-tests</artifactId> @@ -34,7 +34,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/databinding-tests/pom.xml b/databinding-tests/pom.xml index 367dfa17a1..cc0c210ab7 100644 --- a/databinding-tests/pom.xml +++ b/databinding-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>databinding-tests</artifactId> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml index 25dc819dfd..2ad0b7bdee 100644 --- a/modules/adb-codegen/pom.xml +++ b/modules/adb-codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/adb-tests/pom.xml b/modules/adb-tests/pom.xml index e2098b659f..9b3a1a5260 100644 --- a/modules/adb-tests/pom.xml +++ b/modules/adb-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -37,7 +37,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml index 76e1137fd5..cdef21ae9b 100644 --- a/modules/adb/pom.xml +++ b/modules/adb/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/addressing/pom.xml b/modules/addressing/pom.xml index be06982323..56d55422c7 100644 --- a/modules/addressing/pom.xml +++ b/modules/addressing/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/clustering/pom.xml b/modules/clustering/pom.xml index a9f14dcd40..e1c264128b 100644 --- a/modules/clustering/pom.xml +++ b/modules/clustering/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <properties> diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index cf2748970c..e39cb3b0a4 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml index 92d826ef8a..5edf2db38e 100644 --- a/modules/corba/pom.xml +++ b/modules/corba/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index daea1d520c..3a9ee3b608 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <properties> diff --git a/modules/fastinfoset/pom.xml b/modules/fastinfoset/pom.xml index 9fc3a108f4..662d01661c 100644 --- a/modules/fastinfoset/pom.xml +++ b/modules/fastinfoset/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index 6c204febdd..0ab67c22fb 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml index f6d13660c3..53972349c2 100644 --- a/modules/java2wsdl/pom.xml +++ b/modules/java2wsdl/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jaxbri-codegen/pom.xml b/modules/jaxbri-codegen/pom.xml index 5db9a57216..dff4f9718f 100644 --- a/modules/jaxbri-codegen/pom.xml +++ b/modules/jaxbri-codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jaxws-integration/pom.xml b/modules/jaxws-integration/pom.xml index 408bde9d9b..9f000f7e66 100644 --- a/modules/jaxws-integration/pom.xml +++ b/modules/jaxws-integration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jaxws-mar/pom.xml b/modules/jaxws-mar/pom.xml index 1f93f31bf6..0d07e99c00 100644 --- a/modules/jaxws-mar/pom.xml +++ b/modules/jaxws-mar/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml index 7feaa58b48..e132f7cefe 100644 --- a/modules/jaxws/pom.xml +++ b/modules/jaxws/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -38,7 +38,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jibx-codegen/pom.xml b/modules/jibx-codegen/pom.xml index 211ea5e46a..f994bcdbe8 100644 --- a/modules/jibx-codegen/pom.xml +++ b/modules/jibx-codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml index 1ef398c12c..6d9532d718 100644 --- a/modules/jibx/pom.xml +++ b/modules/jibx/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 7d63cdb912..0cad5c53a9 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <properties> diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml index 78abeefbe0..3e6451f92e 100644 --- a/modules/kernel/pom.xml +++ b/modules/kernel/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/metadata/pom.xml b/modules/metadata/pom.xml index 9f0bcfd93e..d551cb9a15 100755 --- a/modules/metadata/pom.xml +++ b/modules/metadata/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/mex/pom.xml b/modules/mex/pom.xml index a27bad5bed..e3e2d0cc08 100644 --- a/modules/mex/pom.xml +++ b/modules/mex/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/mtompolicy-mar/pom.xml b/modules/mtompolicy-mar/pom.xml index 6b278ec8eb..73ee22b709 100644 --- a/modules/mtompolicy-mar/pom.xml +++ b/modules/mtompolicy-mar/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/mtompolicy/pom.xml b/modules/mtompolicy/pom.xml index 339f743075..405bbfe3b6 100644 --- a/modules/mtompolicy/pom.xml +++ b/modules/mtompolicy/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml index 50edb3a701..922ca28613 100644 --- a/modules/osgi/pom.xml +++ b/modules/osgi/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/ping/pom.xml b/modules/ping/pom.xml index 4600464e14..bbeb4174b2 100644 --- a/modules/ping/pom.xml +++ b/modules/ping/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml index aa23325246..64b6869d17 100644 --- a/modules/resource-bundle/pom.xml +++ b/modules/resource-bundle/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/saaj/pom.xml b/modules/saaj/pom.xml index 8a3fb3f438..286147b851 100644 --- a/modules/saaj/pom.xml +++ b/modules/saaj/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/samples/java_first_jaxws/pom.xml b/modules/samples/java_first_jaxws/pom.xml index 15a9c952ba..475c4df249 100644 --- a/modules/samples/java_first_jaxws/pom.xml +++ b/modules/samples/java_first_jaxws/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>java_first_jaxws</artifactId> @@ -37,7 +37,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> @@ -49,22 +49,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</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 ca86078064..8c8c89dfa1 100644 --- a/modules/samples/jaxws-addressbook/pom.xml +++ b/modules/samples/jaxws-addressbook/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxws-addressbook</artifactId> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> </dependencies> diff --git a/modules/samples/jaxws-calculator/pom.xml b/modules/samples/jaxws-calculator/pom.xml index 1a9967b235..6c8af3b72a 100644 --- a/modules/samples/jaxws-calculator/pom.xml +++ b/modules/samples/jaxws-calculator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxws-calculator</artifactId> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> </dependencies> diff --git a/modules/samples/jaxws-interop/pom.xml b/modules/samples/jaxws-interop/pom.xml index 3879cb8344..d4324bd994 100644 --- a/modules/samples/jaxws-interop/pom.xml +++ b/modules/samples/jaxws-interop/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxws-interop</artifactId> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>junit</groupId> @@ -66,13 +66,13 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-testutils</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-http</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/modules/samples/jaxws-samples/pom.xml b/modules/samples/jaxws-samples/pom.xml index 1c7b254a34..97f0f23da1 100644 --- a/modules/samples/jaxws-samples/pom.xml +++ b/modules/samples/jaxws-samples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxws-samples</artifactId> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> @@ -48,27 +48,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <type>mar</type> </dependency> <dependency> diff --git a/modules/samples/jaxws-version/pom.xml b/modules/samples/jaxws-version/pom.xml index 8e5823d8cb..73b665dcf7 100644 --- a/modules/samples/jaxws-version/pom.xml +++ b/modules/samples/jaxws-version/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>jaxws-version</artifactId> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml index 42566ab265..68e26ba9fe 100644 --- a/modules/samples/pom.xml +++ b/modules/samples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -49,7 +49,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <repositories> diff --git a/modules/samples/transport/https-sample/httpsClient/pom.xml b/modules/samples/transport/https-sample/httpsClient/pom.xml index c03a7c8ef3..8527005fa7 100644 --- a/modules/samples/transport/https-sample/httpsClient/pom.xml +++ b/modules/samples/transport/https-sample/httpsClient/pom.xml @@ -17,17 +17,17 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>https-sample</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsClient</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <scm> <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> + <tag>v2.0.0</tag> </scm> </project> diff --git a/modules/samples/transport/https-sample/httpsService/pom.xml b/modules/samples/transport/https-sample/httpsService/pom.xml index b9bddfc193..27ce30d6fa 100644 --- a/modules/samples/transport/https-sample/httpsService/pom.xml +++ b/modules/samples/transport/https-sample/httpsService/pom.xml @@ -17,19 +17,19 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>https-sample</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsService</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>war</packaging> <scm> <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> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/samples/transport/https-sample/pom.xml b/modules/samples/transport/https-sample/pom.xml index de49704911..8252da5c25 100644 --- a/modules/samples/transport/https-sample/pom.xml +++ b/modules/samples/transport/https-sample/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml index f5286e0bcf..199b468ed3 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -5,18 +5,18 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>jms-sample</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>jmsService</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <scm> <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> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/samples/transport/jms-sample/pom.xml b/modules/samples/transport/jms-sample/pom.xml index 9621c3eb54..8942d706d2 100644 --- a/modules/samples/transport/jms-sample/pom.xml +++ b/modules/samples/transport/jms-sample/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -34,7 +34,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/samples/version/pom.xml b/modules/samples/version/pom.xml index 5e7e5a7afe..ec3a9d671e 100644 --- a/modules/samples/version/pom.xml +++ b/modules/samples/version/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -38,7 +38,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/schema-validation/pom.xml b/modules/schema-validation/pom.xml index f7bdd69e25..6e3aa15a52 100644 --- a/modules/schema-validation/pom.xml +++ b/modules/schema-validation/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/scripting/pom.xml b/modules/scripting/pom.xml index edeb9c2191..0c53810405 100644 --- a/modules/scripting/pom.xml +++ b/modules/scripting/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/soapmonitor/module/pom.xml b/modules/soapmonitor/module/pom.xml index a68742082b..4fe6ff7958 100644 --- a/modules/soapmonitor/module/pom.xml +++ b/modules/soapmonitor/module/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/soapmonitor/servlet/pom.xml b/modules/soapmonitor/servlet/pom.xml index 4fca8a014a..9ec06e7023 100644 --- a/modules/soapmonitor/servlet/pom.xml +++ b/modules/soapmonitor/servlet/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 0f9805d037..547f08718d 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml index f37fae9f59..c36ee1fa98 100644 --- a/modules/testutils/pom.xml +++ b/modules/testutils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -37,7 +37,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml b/modules/tool/archetype/quickstart-webapp/pom.xml index 7a9e50dc9f..a7e12a766b 100644 --- a/modules/tool/archetype/quickstart-webapp/pom.xml +++ b/modules/tool/archetype/quickstart-webapp/pom.xml @@ -25,13 +25,13 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart-webapp</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart-web archetype </name> @@ -41,7 +41,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/tool/archetype/quickstart/pom.xml b/modules/tool/archetype/quickstart/pom.xml index 4d3d642652..3aebf802ce 100644 --- a/modules/tool/archetype/quickstart/pom.xml +++ b/modules/tool/archetype/quickstart/pom.xml @@ -25,13 +25,13 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart archetype </name> @@ -41,7 +41,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <build> diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index 78ad4fa6e0..9d64f0fa33 100644 --- a/modules/tool/axis2-aar-maven-plugin/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -56,7 +56,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml index 2558c900ab..a39abbe102 100644 --- a/modules/tool/axis2-ant-plugin/pom.xml +++ b/modules/tool/axis2-ant-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index 4cd7cd777d..a9edd60a2f 100644 --- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml b/modules/tool/axis2-eclipse-service-plugin/pom.xml index e9d78bcc46..65923b5735 100644 --- a/modules/tool/axis2-eclipse-service-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-service-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/axis2-idea-plugin/pom.xml b/modules/tool/axis2-idea-plugin/pom.xml index 01d91036dd..12987a6241 100644 --- a/modules/tool/axis2-idea-plugin/pom.xml +++ b/modules/tool/axis2-idea-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -41,7 +41,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml index 8ae6ce8eba..aa7bfa57b7 100644 --- a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml +++ b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -42,7 +42,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>HEAD</tag> + <tag>v2.0.0</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 61761ae66f..83536c2e13 100644 --- a/modules/tool/axis2-mar-maven-plugin/pom.xml +++ b/modules/tool/axis2-mar-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -56,7 +56,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>HEAD</tag> + <tag>v2.0.0</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 77e858bf6c..1a7ac1396d 100644 --- a/modules/tool/axis2-repo-maven-plugin/pom.xml +++ b/modules/tool/axis2-repo-maven-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -41,7 +41,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>HEAD</tag> + <tag>v2.0.0</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 6c02fae3ef..07a8e49ea2 100644 --- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml +++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</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 a15f32ff6d..ee15b7cc02 100644 --- a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml +++ b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -36,7 +36,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <distributionManagement> <site> diff --git a/modules/tool/maven-shared/pom.xml b/modules/tool/maven-shared/pom.xml index f1bf973995..a3d7935b3d 100644 --- a/modules/tool/maven-shared/pom.xml +++ b/modules/tool/maven-shared/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/tool/simple-server-maven-plugin/pom.xml b/modules/tool/simple-server-maven-plugin/pom.xml index d66b7c3a35..1e6501ada2 100644 --- a/modules/tool/simple-server-maven-plugin/pom.xml +++ b/modules/tool/simple-server-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/base/pom.xml b/modules/transport/base/pom.xml index d4145dd1ac..1861a54645 100644 --- a/modules/transport/base/pom.xml +++ b/modules/transport/base/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/http/pom.xml b/modules/transport/http/pom.xml index b785f99295..6cccd2078d 100644 --- a/modules/transport/http/pom.xml +++ b/modules/transport/http/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml index 908a9542d9..a04e633657 100644 --- a/modules/transport/jms/pom.xml +++ b/modules/transport/jms/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml index 3ea4219a52..ec1a946a81 100644 --- a/modules/transport/local/pom.xml +++ b/modules/transport/local/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml index 6e599a1edc..fb6b816e3d 100644 --- a/modules/transport/mail/pom.xml +++ b/modules/transport/mail/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/tcp/pom.xml b/modules/transport/tcp/pom.xml index ea726fdca0..64d5da279e 100644 --- a/modules/transport/tcp/pom.xml +++ b/modules/transport/tcp/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 7f21c66766..78db666a9b 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/udp/pom.xml b/modules/transport/udp/pom.xml index 4acf8e265f..14064c7eaf 100644 --- a/modules/transport/udp/pom.xml +++ b/modules/transport/udp/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/transport/xmpp/pom.xml b/modules/transport/xmpp/pom.xml index bf254dd0dc..c701077719 100644 --- a/modules/transport/xmpp/pom.xml +++ b/modules/transport/xmpp/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -40,7 +40,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index af3c7540bf..8aee033728 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -38,7 +38,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/xmlbeans-codegen/pom.xml b/modules/xmlbeans-codegen/pom.xml index e661d90062..701fe7f2c8 100644 --- a/modules/xmlbeans-codegen/pom.xml +++ b/modules/xmlbeans-codegen/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml index 6404ad9b2e..714fe6011a 100644 --- a/modules/xmlbeans/pom.xml +++ b/modules/xmlbeans/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -39,7 +39,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/pom.xml b/pom.xml index 919d340f73..1b1b6c19b3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> @@ -448,7 +448,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <issueManagement> <system>jira</system> @@ -507,7 +507,7 @@ we can't use the project.version variable directly because of the dot. See http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html --> <axis2_version>${project.version}</axis2_version> - <project.build.outputTimestamp>2022-07-13T22:32:32Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-03-04T21:52:23Z</project.build.outputTimestamp> <maven.compiler.target>11</maven.compiler.target> </properties> @@ -1165,7 +1165,7 @@ <version>6.0.0</version> <configuration> <instructions> - <_bundleannotations/> + <_bundleannotations /> </instructions> </configuration> </plugin> diff --git a/systests/SOAP12TestModuleB/pom.xml b/systests/SOAP12TestModuleB/pom.xml index 81a45b5cc2..56537ad22d 100644 --- a/systests/SOAP12TestModuleB/pom.xml +++ b/systests/SOAP12TestModuleB/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>SOAP12TestModuleB</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/systests/SOAP12TestModuleC/pom.xml b/systests/SOAP12TestModuleC/pom.xml index ae26f4c2a6..fd9e173a54 100644 --- a/systests/SOAP12TestModuleC/pom.xml +++ b/systests/SOAP12TestModuleC/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>SOAP12TestModuleC</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/systests/SOAP12TestServiceB/pom.xml b/systests/SOAP12TestServiceB/pom.xml index fac2a9b13b..23c6239e08 100644 --- a/systests/SOAP12TestServiceB/pom.xml +++ b/systests/SOAP12TestServiceB/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>SOAP12TestServiceB</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/systests/SOAP12TestServiceC/pom.xml b/systests/SOAP12TestServiceC/pom.xml index 6e67409fc2..b702f3ed62 100644 --- a/systests/SOAP12TestServiceC/pom.xml +++ b/systests/SOAP12TestServiceC/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>SOAP12TestServiceC</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/systests/echo/pom.xml b/systests/echo/pom.xml index 23c6ae0fa3..9bd9911030 100644 --- a/systests/echo/pom.xml +++ b/systests/echo/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>echo</artifactId> @@ -35,7 +35,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies> diff --git a/systests/pom.xml b/systests/pom.xml index c5c7d9defe..7374c4e828 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>systests</artifactId> @@ -44,7 +44,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <build> diff --git a/systests/webapp-tests/pom.xml b/systests/webapp-tests/pom.xml index f6e70b401e..e520e62ce8 100644 --- a/systests/webapp-tests/pom.xml +++ b/systests/webapp-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>webapp-tests</artifactId> @@ -34,7 +34,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>HEAD</tag> + <tag>v2.0.0</tag> </scm> <dependencies>