This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 a747ef7fff [maven-release-plugin] prepare for next development
iteration
a747ef7fff is described below
commit a747ef7fffe760c3aa405d226968956cee612d1d
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun May 17 13:20:49 2026 -1000
[maven-release-plugin] prepare for next development iteration
---
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/codegen/pom.xml | 4 ++--
modules/corba/pom.xml | 4 ++--
modules/distribution/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/jpa-schema/pom.xml | 2 +-
modules/json/pom.xml | 4 ++--
modules/kernel/pom.xml | 4 ++--
modules/mcp-bridge/pom.xml | 2 +-
modules/metadata/pom.xml | 4 ++--
modules/mex/pom.xml | 4 ++--
modules/mtompolicy-mar/pom.xml | 4 ++--
modules/mtompolicy/pom.xml | 4 ++--
modules/openapi/pom.xml | 2 +-
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 | 4 ++--
modules/samples/jaxws-calculator/pom.xml | 4 ++--
modules/samples/jaxws-interop/pom.xml | 4 ++--
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/spring-boot-starter/pom.xml | 2 +-
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-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-h2/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/webapp/pom.xml | 4 ++--
modules/xmlbeans-codegen/pom.xml | 4 ++--
modules/xmlbeans/pom.xml | 4 ++--
pom.xml | 6 +++---
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 ++--
76 files changed, 163 insertions(+), 163 deletions(-)
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index e3addccb4a..4e557c9f3d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/databinding-tests/jaxbri-tests/pom.xml
b/databinding-tests/jaxbri-tests/pom.xml
index 922823b888..9a8a3eaca1 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/databinding-tests/pom.xml b/databinding-tests/pom.xml
index e5d2905a4a..c63235b6f6 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml
index 5ade63f69b..cfe9d3bc26 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/adb-tests/pom.xml b/modules/adb-tests/pom.xml
index 5aad503a9a..e140fdb3a1 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml
index 59d73d6550..2e4bf9ef0f 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/addressing/pom.xml b/modules/addressing/pom.xml
index 8765bddb80..1f1e428438 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml
index f063e7db72..c82e6a02b6 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml
index 5ccd6bc9d5..7a57218561 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 77304f62f7..4d420cf75d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<!-- Castor removed: obsolete XML binding library, unmaintained since 2016
-->
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index 9d81006987..6887febc14 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml
index 1488bb9611..9ab3e5fb54 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/jaxbri-codegen/pom.xml b/modules/jaxbri-codegen/pom.xml
index baea43c545..2456897708 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/jaxws-integration/pom.xml
b/modules/jaxws-integration/pom.xml
index c9f8f24551..787d265e2d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/jaxws-mar/pom.xml b/modules/jaxws-mar/pom.xml
index d5acef4487..57937f3371 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml
index 9ba599bf92..7d56d7a0d7 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/jpa-schema/pom.xml b/modules/jpa-schema/pom.xml
index cf25b22aa0..0283b344e6 100644
--- a/modules/jpa-schema/pom.xml
+++ b/modules/jpa-schema/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 770c98224f..7e593c86d9 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml
index 034d6be858..42b70e6018 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/mcp-bridge/pom.xml b/modules/mcp-bridge/pom.xml
index 8a07305f9f..14520ee97b 100644
--- a/modules/mcp-bridge/pom.xml
+++ b/modules/mcp-bridge/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/metadata/pom.xml b/modules/metadata/pom.xml
index 1cb03ff7a2..876619a315 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/mex/pom.xml b/modules/mex/pom.xml
index b69322c5c4..67424d3124 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/mtompolicy-mar/pom.xml b/modules/mtompolicy-mar/pom.xml
index c1fcf9f1ba..bc6b595483 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/mtompolicy/pom.xml b/modules/mtompolicy/pom.xml
index e472ffc4e9..105b0b852c 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/openapi/pom.xml b/modules/openapi/pom.xml
index 2ccf460b10..1a8cc2d172 100644
--- a/modules/openapi/pom.xml
+++ b/modules/openapi/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/ping/pom.xml b/modules/ping/pom.xml
index faa9ebe625..ec468ae43e 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml
index ef697037b1..e9ee180a56 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/saaj/pom.xml b/modules/saaj/pom.xml
index 8abb14b8d0..827109277d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/java_first_jaxws/pom.xml
b/modules/samples/java_first_jaxws/pom.xml
index 3d37e0d0f4..7f8de35e80 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
@@ -49,22 +49,22 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-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 fb2478ed98..fc61b56316 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/jaxws-calculator/pom.xml
b/modules/samples/jaxws-calculator/pom.xml
index 586afa6b05..f3a6975c51 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/jaxws-interop/pom.xml
b/modules/samples/jaxws-interop/pom.xml
index 5fca605328..bbaec9de90 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/jaxws-samples/pom.xml
b/modules/samples/jaxws-samples/pom.xml
index ae84b6ed11..2a3ad73efb 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
@@ -48,27 +48,27 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>addressing</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<type>mar</type>
</dependency>
<dependency>
diff --git a/modules/samples/jaxws-version/pom.xml
b/modules/samples/jaxws-version/pom.xml
index 4599bb01a8..6b104e441d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index bf65fefec9..f6ff969496 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<repositories>
diff --git a/modules/samples/transport/https-sample/httpsClient/pom.xml
b/modules/samples/transport/https-sample/httpsClient/pom.xml
index 4847965cc5..5a90187c6e 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.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.axis2.examples</groupId>
<artifactId>httpsClient</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
</project>
diff --git a/modules/samples/transport/https-sample/httpsService/pom.xml
b/modules/samples/transport/https-sample/httpsService/pom.xml
index 7187c2bd75..97e69f22a1 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.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.axis2.examples</groupId>
<artifactId>httpsService</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/samples/transport/https-sample/pom.xml
b/modules/samples/transport/https-sample/pom.xml
index 47464c0a53..906c2aa2a3 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml
b/modules/samples/transport/jms-sample/jmsService/pom.xml
index 36d525cc11..d74311388b 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.1</version>
+ <version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.axis2.examples</groupId>
<artifactId>jmsService</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/samples/transport/jms-sample/pom.xml
b/modules/samples/transport/jms-sample/pom.xml
index 9167d86522..f1b6e83a99 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/samples/version/pom.xml b/modules/samples/version/pom.xml
index 173788f706..c544a250d4 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/schema-validation/pom.xml
b/modules/schema-validation/pom.xml
index d63f9d6bdb..9df3a4a40a 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/spring-boot-starter/pom.xml
b/modules/spring-boot-starter/pom.xml
index e8624a2d0b..2ae2e2fd3f 100644
--- a/modules/spring-boot-starter/pom.xml
+++ b/modules/spring-boot-starter/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml
index d231c2cda4..832b71f9c9 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml
index 7a463fefb1..1de1ebfd24 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml
b/modules/tool/archetype/quickstart-webapp/pom.xml
index 24fbb3da6d..4de3b03c4f 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.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<groupId>org.apache.axis2.archetype</groupId>
<artifactId>quickstart-webapp</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/tool/archetype/quickstart/pom.xml
b/modules/tool/archetype/quickstart/pom.xml
index 7d24835e44..3d0b8045eb 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.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<groupId>org.apache.axis2.archetype</groupId>
<artifactId>quickstart</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml
b/modules/tool/axis2-aar-maven-plugin/pom.xml
index 395925b615..eef7694ac8 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <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 5b4662cfa4..0ce88ccbb6 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
index c69c757b3f..58bee95868 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <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 65bd05d617..5b2fe14fd5 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <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 4039614098..7a4da8af72 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <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 3c2c0940e3..270ff34446 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <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 a8b61a4506..81ff7e994d 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
diff --git a/modules/tool/maven-shared/pom.xml
b/modules/tool/maven-shared/pom.xml
index 463f7cdcbd..293aa13d88 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/tool/simple-server-maven-plugin/pom.xml
b/modules/tool/simple-server-maven-plugin/pom.xml
index 202892cbe2..fa9494d05e 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport-h2/pom.xml b/modules/transport-h2/pom.xml
index 93be6621fc..dffa88e3fd 100644
--- a/modules/transport-h2/pom.xml
+++ b/modules/transport-h2/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/base/pom.xml b/modules/transport/base/pom.xml
index 5b0bdde4a3..0ea392f465 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/http/pom.xml b/modules/transport/http/pom.xml
index c8e491e0a9..9b4420ce36 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index fa24081829..db08c0c496 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml
index 3687e95f72..4dbfb8891a 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml
index cfe62929bb..d5a0c516b4 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/tcp/pom.xml b/modules/transport/tcp/pom.xml
index 7d4f4dc680..6319c2af0f 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/testkit/pom.xml
b/modules/transport/testkit/pom.xml
index 021821e095..f2bdd604f4 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/transport/udp/pom.xml b/modules/transport/udp/pom.xml
index ae1ff1c542..1c33569d45 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml
index 1340005ee1..8af616c58c 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/xmlbeans-codegen/pom.xml b/modules/xmlbeans-codegen/pom.xml
index 1338582f16..327ab78f9f 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml
index c57852abc9..b266b0b0a2 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 3d8395b25c..86bab024a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Axis2 - Root</name>
@@ -443,7 +443,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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -498,7 +498,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>2026-05-17T23:08:18Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-17T23:20:49Z</project.build.outputTimestamp>
<maven.compiler.release>17</maven.compiler.release>
<jacoco.version>0.8.14</jacoco.version>
<asm.version>9.10</asm.version>
diff --git a/systests/SOAP12TestModuleB/pom.xml
b/systests/SOAP12TestModuleB/pom.xml
index 5e65c252a7..bc92ea7002 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/systests/SOAP12TestModuleC/pom.xml
b/systests/SOAP12TestModuleC/pom.xml
index 1b262dc0ce..24fb290aa0 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/systests/SOAP12TestServiceB/pom.xml
b/systests/SOAP12TestServiceB/pom.xml
index b20d959bec..02d30f5683 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/systests/SOAP12TestServiceC/pom.xml
b/systests/SOAP12TestServiceC/pom.xml
index 0b3569617d..993d994dba 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/systests/echo/pom.xml b/systests/echo/pom.xml
index 1cda959fd4..e5c17a6b2b 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>
diff --git a/systests/pom.xml b/systests/pom.xml
index d4ae3e1d64..2d06e4c6af 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<build>
diff --git a/systests/webapp-tests/pom.xml b/systests/webapp-tests/pom.xml
index 3fc94bfe0e..448af77897 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.1</version>
+ <version>2.0.2-SNAPSHOT</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>v2.0.1</tag>
+ <tag>HEAD</tag>
</scm>
<dependencies>