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 07779c3 [maven-release-plugin] prepare release v1.8.0 07779c3 is described below commit 07779c39c53c6eb109295c286f945837bc3eef68 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sun Aug 1 05:59:08 2021 -1000 [maven-release-plugin] prepare release v1.8.0 --- apidocs/pom.xml | 2 +- databinding-tests/jaxbri-tests/pom.xml | 4 ++-- databinding-tests/pom.xml | 2 +- modules/adb-codegen/pom.xml | 5 +++-- modules/adb-tests/pom.xml | 5 +++-- modules/adb/pom.xml | 5 +++-- modules/addressing/pom.xml | 5 +++-- modules/clustering/pom.xml | 5 +++-- modules/codegen/pom.xml | 5 +++-- modules/corba/pom.xml | 5 +++-- modules/distribution/pom.xml | 5 +++-- modules/fastinfoset/pom.xml | 5 +++-- modules/integration/pom.xml | 5 +++-- modules/java2wsdl/pom.xml | 5 +++-- modules/jaxbri-codegen/pom.xml | 5 +++-- modules/jaxws-integration/pom.xml | 5 +++-- modules/jaxws-mar/pom.xml | 5 +++-- modules/jaxws/pom.xml | 5 +++-- modules/jibx-codegen/pom.xml | 5 +++-- modules/jibx/pom.xml | 5 +++-- modules/json/pom.xml | 5 +++-- modules/kernel/pom.xml | 5 +++-- modules/metadata/pom.xml | 5 +++-- modules/mex/pom.xml | 5 +++-- modules/mtompolicy-mar/pom.xml | 5 +++-- modules/mtompolicy/pom.xml | 5 +++-- modules/osgi-tests/pom.xml | 5 +++-- modules/osgi/pom.xml | 5 +++-- modules/ping/pom.xml | 5 +++-- modules/resource-bundle/pom.xml | 5 +++-- modules/saaj/pom.xml | 5 +++-- modules/samples/java_first_jaxws/pom.xml | 10 +++++----- modules/samples/jaxws-addressbook/pom.xml | 4 ++-- modules/samples/jaxws-calculator/pom.xml | 4 ++-- modules/samples/jaxws-interop/pom.xml | 8 ++++---- modules/samples/jaxws-samples/pom.xml | 12 ++++++------ modules/samples/jaxws-version/pom.xml | 2 +- modules/samples/pom.xml | 2 +- modules/samples/transport/https-sample/httpsClient/pom.xml | 4 ++-- modules/samples/transport/https-sample/httpsService/pom.xml | 4 ++-- modules/samples/transport/https-sample/pom.xml | 2 +- modules/samples/transport/jms-sample/jmsService/pom.xml | 4 ++-- modules/samples/transport/jms-sample/pom.xml | 2 +- modules/samples/version/pom.xml | 5 +++-- modules/schema-validation/pom.xml | 5 +++-- modules/scripting/pom.xml | 5 +++-- modules/soapmonitor/module/pom.xml | 5 +++-- modules/soapmonitor/servlet/pom.xml | 5 +++-- modules/spring/pom.xml | 5 +++-- modules/testutils/pom.xml | 5 +++-- modules/tool/archetype/quickstart-webapp/pom.xml | 4 ++-- modules/tool/archetype/quickstart/pom.xml | 4 ++-- modules/tool/axis2-aar-maven-plugin/pom.xml | 5 +++-- modules/tool/axis2-ant-plugin/pom.xml | 5 +++-- modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 5 +++-- modules/tool/axis2-eclipse-service-plugin/pom.xml | 5 +++-- modules/tool/axis2-idea-plugin/pom.xml | 5 +++-- modules/tool/axis2-java2wsdl-maven-plugin/pom.xml | 5 +++-- modules/tool/axis2-mar-maven-plugin/pom.xml | 5 +++-- modules/tool/axis2-repo-maven-plugin/pom.xml | 5 +++-- modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 5 +++-- modules/tool/axis2-xsd2java-maven-plugin/pom.xml | 5 +++-- modules/tool/maven-shared/pom.xml | 5 +++-- modules/tool/simple-server-maven-plugin/pom.xml | 5 +++-- modules/transport/base/pom.xml | 5 +++-- modules/transport/http/pom.xml | 5 +++-- modules/transport/jms/pom.xml | 5 +++-- modules/transport/local/pom.xml | 5 +++-- modules/transport/mail/pom.xml | 5 +++-- modules/transport/tcp/pom.xml | 5 +++-- modules/transport/testkit/pom.xml | 5 +++-- modules/transport/udp/pom.xml | 5 +++-- modules/transport/xmpp/pom.xml | 5 +++-- modules/webapp/pom.xml | 5 +++-- modules/xmlbeans-codegen/pom.xml | 5 +++-- modules/xmlbeans/pom.xml | 5 +++-- pom.xml | 4 ++-- systests/SOAP12TestModuleB/pom.xml | 2 +- systests/SOAP12TestModuleC/pom.xml | 2 +- systests/SOAP12TestServiceB/pom.xml | 2 +- systests/SOAP12TestServiceC/pom.xml | 2 +- systests/echo/pom.xml | 2 +- systests/pom.xml | 2 +- systests/webapp-tests/pom.xml | 2 +- 84 files changed, 223 insertions(+), 164 deletions(-) diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 7b0456a..6b2aa86 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>apidocs</artifactId> <name>Javadoc</name> diff --git a/databinding-tests/jaxbri-tests/pom.xml b/databinding-tests/jaxbri-tests/pom.xml index aa8e4d7..cd9120c 100644 --- a/databinding-tests/jaxbri-tests/pom.xml +++ b/databinding-tests/jaxbri-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>databinding-tests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxbri-tests</artifactId> @@ -321,7 +321,7 @@ </execution> </executions> <configuration> - <generatedAxis2xml/> + <generatedAxis2xml /> </configuration> </plugin> </plugins> diff --git a/databinding-tests/pom.xml b/databinding-tests/pom.xml index 049c169..ea4972e 100644 --- a/databinding-tests/pom.xml +++ b/databinding-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>databinding-tests</artifactId> diff --git a/modules/adb-codegen/pom.xml b/modules/adb-codegen/pom.xml index b50a68c..bfdd106 100644 --- a/modules/adb-codegen/pom.xml +++ b/modules/adb-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-adb-codegen</artifactId> @@ -70,7 +70,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/adb-tests/pom.xml b/modules/adb-tests/pom.xml index bbcc9cf..86fb4ef 100644 --- a/modules/adb-tests/pom.xml +++ b/modules/adb-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -34,7 +34,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-tests</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml index d34f72b..3136aed 100644 --- a/modules/adb/pom.xml +++ b/modules/adb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/modules/addressing/pom.xml b/modules/addressing/pom.xml index d8ddcd1..5af531e 100644 --- a/modules/addressing/pom.xml +++ b/modules/addressing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>addressing</artifactId> @@ -53,7 +53,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/addressing</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/clustering/pom.xml b/modules/clustering/pom.xml index aee8787..6c8b56d 100644 --- a/modules/clustering/pom.xml +++ b/modules/clustering/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-clustering</artifactId> @@ -78,7 +78,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index f5f7290..7686674 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-codegen</artifactId> @@ -104,7 +104,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/corba/pom.xml b/modules/corba/pom.xml index a9e5304..c2d74d5 100644 --- a/modules/corba/pom.xml +++ b/modules/corba/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-corba</artifactId> @@ -67,7 +67,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 96bdd64..9432ec8 100755 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -326,7 +326,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/fastinfoset/pom.xml b/modules/fastinfoset/pom.xml index cfa9772..b69ca81 100644 --- a/modules/fastinfoset/pom.xml +++ b/modules/fastinfoset/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-fastinfoset</artifactId> @@ -100,7 +100,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index e097bc6..55d6cf2 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-integration</artifactId> @@ -169,7 +169,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/java2wsdl/pom.xml b/modules/java2wsdl/pom.xml index b6c9e53..ce45ea6 100644 --- a/modules/java2wsdl/pom.xml +++ b/modules/java2wsdl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl</artifactId> @@ -104,7 +104,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/java2wsdl</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/java2wsdl</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/java2wsdl</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/jaxbri-codegen/pom.xml b/modules/jaxbri-codegen/pom.xml index 1c5ab53..c6efc55 100644 --- a/modules/jaxbri-codegen/pom.xml +++ b/modules/jaxbri-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxbri-codegen</artifactId> @@ -90,7 +90,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxbri-codegen</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxbri-codegen</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxbri-codegen</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/jaxws-integration/pom.xml b/modules/jaxws-integration/pom.xml index e156f9b..511cce5 100644 --- a/modules/jaxws-integration/pom.xml +++ b/modules/jaxws-integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-integration</artifactId> @@ -122,7 +122,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-integration</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-integration</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <testResources> <testResource> diff --git a/modules/jaxws-mar/pom.xml b/modules/jaxws-mar/pom.xml index 99533e9..7023a9c 100644 --- a/modules/jaxws-mar/pom.xml +++ b/modules/jaxws-mar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws-mar</artifactId> @@ -45,7 +45,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-mar</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws-mar</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-mar</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml index d560b10..b7cd99f 100644 --- a/modules/jaxws/pom.xml +++ b/modules/jaxws/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jaxws</artifactId> @@ -141,7 +141,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jaxws</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/jibx-codegen/pom.xml b/modules/jibx-codegen/pom.xml index d132acd..acd10ad 100644 --- a/modules/jibx-codegen/pom.xml +++ b/modules/jibx-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jibx-codegen</artifactId> @@ -52,7 +52,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx-codegen</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx-codegen</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx-codegen</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/jibx/pom.xml b/modules/jibx/pom.xml index e33bb12..f4e5fa8 100644 --- a/modules/jibx/pom.xml +++ b/modules/jibx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-jibx</artifactId> @@ -84,7 +84,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 55f9acd..80da4ba 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-json</artifactId> @@ -114,7 +114,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/json</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/json</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/json</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml index a60d21a..e66e593 100644 --- a/modules/kernel/pom.xml +++ b/modules/kernel/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-kernel</artifactId> @@ -126,7 +126,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/kernel</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/kernel</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/metadata/pom.xml b/modules/metadata/pom.xml index 4df2d9d..ab9243b 100755 --- a/modules/metadata/pom.xml +++ b/modules/metadata/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-metadata</artifactId> @@ -118,7 +118,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/metadata</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/metadata</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/metadata</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/mex/pom.xml b/modules/mex/pom.xml index 526da5b..1a5319a 100644 --- a/modules/mex/pom.xml +++ b/modules/mex/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>mex</artifactId> @@ -43,7 +43,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mex</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mex</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mex</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/mtompolicy-mar/pom.xml b/modules/mtompolicy-mar/pom.xml index ae02e86..d30567c 100644 --- a/modules/mtompolicy-mar/pom.xml +++ b/modules/mtompolicy-mar/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>mtompolicy</artifactId> @@ -52,7 +52,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy-mar</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy-mar</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy-mar</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <resources> diff --git a/modules/mtompolicy/pom.xml b/modules/mtompolicy/pom.xml index f2cf3b9..36ab5f7 100644 --- a/modules/mtompolicy/pom.xml +++ b/modules/mtompolicy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-mtompolicy</artifactId> @@ -51,7 +51,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/mtompolicy</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <resources> diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml index 52a154b..6fa6dc3 100644 --- a/modules/osgi-tests/pom.xml +++ b/modules/osgi-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -32,7 +32,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi-tests</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi-tests</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi-tests</url> - </scm> + <tag>v1.8.0</tag> + </scm> <properties> <exam.version>4.13.4</exam.version> </properties> diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml index 3bf5554..6898fea 100644 --- a/modules/osgi/pom.xml +++ b/modules/osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -38,7 +38,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/osgi</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <resources> diff --git a/modules/ping/pom.xml b/modules/ping/pom.xml index 3b387c9..ad46aff 100644 --- a/modules/ping/pom.xml +++ b/modules/ping/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>ping</artifactId> @@ -43,7 +43,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/ping</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/ping</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/ping</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/resource-bundle/pom.xml b/modules/resource-bundle/pom.xml index eb14fe0..bd9e06f 100644 --- a/modules/resource-bundle/pom.xml +++ b/modules/resource-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-resource-bundle</artifactId> @@ -35,7 +35,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/resource-bundle</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/resource-bundle</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/resource-bundle</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/saaj/pom.xml b/modules/saaj/pom.xml index 2f800a5..ab0bfa0 100644 --- a/modules/saaj/pom.xml +++ b/modules/saaj/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-saaj</artifactId> @@ -35,7 +35,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/saaj</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/saaj</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/saaj</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> diff --git a/modules/samples/java_first_jaxws/pom.xml b/modules/samples/java_first_jaxws/pom.xml index 269bc6b..47853d6 100644 --- a/modules/samples/java_first_jaxws/pom.xml +++ b/modules/samples/java_first_jaxws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>java_first_jaxws</artifactId> <name>JAXWS - Starting from Java Example</name> @@ -38,22 +38,22 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.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 b0d2509..ef50e01 100644 --- a/modules/samples/jaxws-addressbook/pom.xml +++ b/modules/samples/jaxws-addressbook/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxws-addressbook</artifactId> <packaging>jar</packaging> @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> </dependencies> </project> diff --git a/modules/samples/jaxws-calculator/pom.xml b/modules/samples/jaxws-calculator/pom.xml index fdaa6d3..596bef5 100644 --- a/modules/samples/jaxws-calculator/pom.xml +++ b/modules/samples/jaxws-calculator/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxws-calculator</artifactId> <packaging>jar</packaging> @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> </dependencies> </project> diff --git a/modules/samples/jaxws-interop/pom.xml b/modules/samples/jaxws-interop/pom.xml index a548cbe..84b1cf1 100644 --- a/modules/samples/jaxws-interop/pom.xml +++ b/modules/samples/jaxws-interop/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxws-interop</artifactId> <packaging>jar</packaging> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>junit</groupId> @@ -50,13 +50,13 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-testutils</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-http</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/modules/samples/jaxws-samples/pom.xml b/modules/samples/jaxws-samples/pom.xml index 3f12548..2127864 100644 --- a/modules/samples/jaxws-samples/pom.xml +++ b/modules/samples/jaxws-samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxws-samples</artifactId> <name>JAXWS Samples - Echo, Ping, MTOM</name> @@ -36,27 +36,27 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-jaxws</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-codegen</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>addressing</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <type>mar</type> </dependency> <dependency> diff --git a/modules/samples/jaxws-version/pom.xml b/modules/samples/jaxws-version/pom.xml index 14412f8..04309ed 100644 --- a/modules/samples/jaxws-version/pom.xml +++ b/modules/samples/jaxws-version/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>jaxws-version</artifactId> <packaging>jar</packaging> diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml index 9ae5602..ad1d223 100644 --- a/modules/samples/pom.xml +++ b/modules/samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.examples</groupId> diff --git a/modules/samples/transport/https-sample/httpsClient/pom.xml b/modules/samples/transport/https-sample/httpsClient/pom.xml index dd58eaf..e1e1c66 100644 --- a/modules/samples/transport/https-sample/httpsClient/pom.xml +++ b/modules/samples/transport/https-sample/httpsClient/pom.xml @@ -15,9 +15,9 @@ <parent> <artifactId>https-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsClient</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </project> \ No newline at end of file diff --git a/modules/samples/transport/https-sample/httpsService/pom.xml b/modules/samples/transport/https-sample/httpsService/pom.xml index 0a0f41c..ff2d70f 100644 --- a/modules/samples/transport/https-sample/httpsService/pom.xml +++ b/modules/samples/transport/https-sample/httpsService/pom.xml @@ -15,11 +15,11 @@ <parent> <artifactId>https-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>httpsService</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>war</packaging> <build> <plugins> diff --git a/modules/samples/transport/https-sample/pom.xml b/modules/samples/transport/https-sample/pom.xml index d41c3e3..3f06d26 100644 --- a/modules/samples/transport/https-sample/pom.xml +++ b/modules/samples/transport/https-sample/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>https-sample</artifactId> diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml index 56c6df3..a48c930 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -3,11 +3,11 @@ <parent> <artifactId>jms-sample</artifactId> <groupId>org.apache.axis2.examples</groupId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>jmsService</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <build> <plugins> <plugin> diff --git a/modules/samples/transport/jms-sample/pom.xml b/modules/samples/transport/jms-sample/pom.xml index e10b5a8..00bf877 100644 --- a/modules/samples/transport/jms-sample/pom.xml +++ b/modules/samples/transport/jms-sample/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.axis2.examples</groupId> <artifactId>samples</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>jms-sample</artifactId> diff --git a/modules/samples/version/pom.xml b/modules/samples/version/pom.xml index b6c5182..c1aead2 100644 --- a/modules/samples/version/pom.xml +++ b/modules/samples/version/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>version</artifactId> @@ -33,7 +33,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/samples/version</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/samples/version</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/version</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <plugins> diff --git a/modules/schema-validation/pom.xml b/modules/schema-validation/pom.xml index cd8d75a..cecf1af 100644 --- a/modules/schema-validation/pom.xml +++ b/modules/schema-validation/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>schema-validation</artifactId> @@ -43,7 +43,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/schema-validation</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/schema-validation</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/schema-validation</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/scripting/pom.xml b/modules/scripting/pom.xml index 3a79a04..ff829a3 100644 --- a/modules/scripting/pom.xml +++ b/modules/scripting/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>scripting</artifactId> @@ -60,7 +60,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/scripting</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/scripting</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/scripting</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/soapmonitor/module/pom.xml b/modules/soapmonitor/module/pom.xml index 10de59c..383493d 100644 --- a/modules/soapmonitor/module/pom.xml +++ b/modules/soapmonitor/module/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> @@ -48,7 +48,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/module</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/module</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/module</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/soapmonitor/servlet/pom.xml b/modules/soapmonitor/servlet/pom.xml index 2bc4235..e45355c 100644 --- a/modules/soapmonitor/servlet/pom.xml +++ b/modules/soapmonitor/servlet/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-soapmonitor-servlet</artifactId> @@ -46,7 +46,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/servlet</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 3085646..a18f147 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> @@ -58,7 +58,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/spring</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/spring</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/spring</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <plugins> diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml index f5ac3c7..5bb55ec 100644 --- a/modules/testutils/pom.xml +++ b/modules/testutils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-testutils</artifactId> @@ -62,7 +62,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/testutils</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/testutils</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/testutils</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/tool/archetype/quickstart-webapp/pom.xml b/modules/tool/archetype/quickstart-webapp/pom.xml index 020fbd1..cb69227 100644 --- a/modules/tool/archetype/quickstart-webapp/pom.xml +++ b/modules/tool/archetype/quickstart-webapp/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart-webapp</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart-web archetype </name> <description>Maven archetype for creating a Axis2 web Service as a webapp </description> diff --git a/modules/tool/archetype/quickstart/pom.xml b/modules/tool/archetype/quickstart/pom.xml index fc66a4a..79fbd4c 100644 --- a/modules/tool/archetype/quickstart/pom.xml +++ b/modules/tool/archetype/quickstart/pom.xml @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../../pom.xml</relativePath> </parent> <groupId>org.apache.axis2.archetype</groupId> <artifactId>quickstart</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>maven-archetype</packaging> <name>Axis2 quickstart archetype </name> <description>Maven archetype for creating a Axis2 web Service </description> diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index 0604a8d..e93225b 100644 --- a/modules/tool/axis2-aar-maven-plugin/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> @@ -78,7 +78,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-aar-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/axis2-ant-plugin/pom.xml b/modules/tool/axis2-ant-plugin/pom.xml index 6e0c83f..6a82a74 100644 --- a/modules/tool/axis2-ant-plugin/pom.xml +++ b/modules/tool/axis2-ant-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> @@ -35,7 +35,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-ant-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.axis2</groupId> diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml index b775cc2..b4918b6 100644 --- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>osgi.bundle</groupId> diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml b/modules/tool/axis2-eclipse-service-plugin/pom.xml index b038142..c38d321 100644 --- a/modules/tool/axis2-eclipse-service-plugin/pom.xml +++ b/modules/tool/axis2-eclipse-service-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.axis2</groupId> diff --git a/modules/tool/axis2-idea-plugin/pom.xml b/modules/tool/axis2-idea-plugin/pom.xml index 3605c44..3d4a455 100644 --- a/modules/tool/axis2-idea-plugin/pom.xml +++ b/modules/tool/axis2-idea-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> @@ -37,7 +37,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.maven</groupId> diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml index 8e37efb..46682c5 100644 --- a/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml +++ b/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> @@ -38,7 +38,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-java2wsdl-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/axis2-mar-maven-plugin/pom.xml b/modules/tool/axis2-mar-maven-plugin/pom.xml index b37be87..5ecad8b 100644 --- a/modules/tool/axis2-mar-maven-plugin/pom.xml +++ b/modules/tool/axis2-mar-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> @@ -60,7 +60,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-mar-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/axis2-repo-maven-plugin/pom.xml b/modules/tool/axis2-repo-maven-plugin/pom.xml index 28391a6..4b57a74 100644 --- a/modules/tool/axis2-repo-maven-plugin/pom.xml +++ b/modules/tool/axis2-repo-maven-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-repo-maven-plugin</artifactId> @@ -86,7 +86,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml index aafd80e..4dc2feb 100644 --- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml +++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml index 23f8182..099d03e 100644 --- a/modules/tool/axis2-xsd2java-maven-plugin/pom.xml +++ b/modules/tool/axis2-xsd2java-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -35,7 +35,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-xsd2java-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <distributionManagement> <site> <id>site</id> diff --git a/modules/tool/maven-shared/pom.xml b/modules/tool/maven-shared/pom.xml index a74ccfa..5b42499 100644 --- a/modules/tool/maven-shared/pom.xml +++ b/modules/tool/maven-shared/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>maven-shared</artifactId> @@ -32,7 +32,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/maven-shared</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/maven-shared</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/maven-shared</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.maven</groupId> diff --git a/modules/tool/simple-server-maven-plugin/pom.xml b/modules/tool/simple-server-maven-plugin/pom.xml index 3b9c095..97fe94e 100644 --- a/modules/tool/simple-server-maven-plugin/pom.xml +++ b/modules/tool/simple-server-maven-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>simple-server-maven-plugin</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/transport/base/pom.xml b/modules/transport/base/pom.xml index 2e07c11..7770fd4 100644 --- a/modules/transport/base/pom.xml +++ b/modules/transport/base/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -38,7 +38,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/base</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/base</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> diff --git a/modules/transport/http/pom.xml b/modules/transport/http/pom.xml index b7d9eb2..e77ef33 100644 --- a/modules/transport/http/pom.xml +++ b/modules/transport/http/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/http</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/http</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml index 25ef8f2..e921538 100644 --- a/modules/transport/jms/pom.xml +++ b/modules/transport/jms/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -38,7 +38,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/jms</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/jms</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/jms</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml index 58f1bd6..410a779 100644 --- a/modules/transport/local/pom.xml +++ b/modules/transport/local/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/local</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/local</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/local</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml index 661c715..6bdbfa9 100644 --- a/modules/transport/mail/pom.xml +++ b/modules/transport/mail/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> @@ -38,7 +38,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/mail</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> diff --git a/modules/transport/tcp/pom.xml b/modules/transport/tcp/pom.xml index d634405..3bdf070 100644 --- a/modules/transport/tcp/pom.xml +++ b/modules/transport/tcp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-tcp</artifactId> @@ -37,7 +37,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/tcp</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 4fa0536..0626f37 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-testkit</artifactId> @@ -36,7 +36,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> diff --git a/modules/transport/udp/pom.xml b/modules/transport/udp/pom.xml index ae9c7ac..08272bf 100644 --- a/modules/transport/udp/pom.xml +++ b/modules/transport/udp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-udp</artifactId> @@ -37,7 +37,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/udp</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> diff --git a/modules/transport/xmpp/pom.xml b/modules/transport/xmpp/pom.xml index f67d7a1..7a1c0a5 100644 --- a/modules/transport/xmpp/pom.xml +++ b/modules/transport/xmpp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>axis2-transport-xmpp</artifactId> @@ -37,7 +37,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/xmpp</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <sourceDirectory>src</sourceDirectory> diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index 1633031..55589f2 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> @@ -33,7 +33,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/webapp</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/webapp</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp</url> - </scm> + <tag>v1.8.0</tag> + </scm> <dependencies> <dependency> <groupId>org.apache.axis2</groupId> diff --git a/modules/xmlbeans-codegen/pom.xml b/modules/xmlbeans-codegen/pom.xml index 21ca8b9..c55651b 100644 --- a/modules/xmlbeans-codegen/pom.xml +++ b/modules/xmlbeans-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans-codegen</artifactId> @@ -46,7 +46,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans-codegen</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <plugins> <plugin> diff --git a/modules/xmlbeans/pom.xml b/modules/xmlbeans/pom.xml index 9c35a0d..4010cac 100644 --- a/modules/xmlbeans/pom.xml +++ b/modules/xmlbeans/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId> @@ -67,7 +67,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/xmlbeans</developerConnection> <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans</url> - </scm> + <tag>v1.8.0</tag> + </scm> <build> <resources> <resource> diff --git a/pom.xml b/pom.xml index 0a84993..76a0532 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> <inceptionYear>2004</inceptionYear> @@ -482,7 +482,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git</url> - <tag>HEAD</tag> + <tag>v1.8.0</tag> </scm> <distributionManagement> <site> diff --git a/systests/SOAP12TestModuleB/pom.xml b/systests/SOAP12TestModuleB/pom.xml index cb72579..40d3899 100644 --- a/systests/SOAP12TestModuleB/pom.xml +++ b/systests/SOAP12TestModuleB/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>SOAP12TestModuleB</artifactId> <packaging>mar</packaging> diff --git a/systests/SOAP12TestModuleC/pom.xml b/systests/SOAP12TestModuleC/pom.xml index fcffb99..78639f6 100644 --- a/systests/SOAP12TestModuleC/pom.xml +++ b/systests/SOAP12TestModuleC/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>SOAP12TestModuleC</artifactId> <packaging>mar</packaging> diff --git a/systests/SOAP12TestServiceB/pom.xml b/systests/SOAP12TestServiceB/pom.xml index add68b7..55f3a60 100644 --- a/systests/SOAP12TestServiceB/pom.xml +++ b/systests/SOAP12TestServiceB/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>SOAP12TestServiceB</artifactId> <packaging>aar</packaging> diff --git a/systests/SOAP12TestServiceC/pom.xml b/systests/SOAP12TestServiceC/pom.xml index dd8b0ff..8fd78c7 100644 --- a/systests/SOAP12TestServiceC/pom.xml +++ b/systests/SOAP12TestServiceC/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>SOAP12TestServiceC</artifactId> <packaging>aar</packaging> diff --git a/systests/echo/pom.xml b/systests/echo/pom.xml index a8388df..b001eac 100644 --- a/systests/echo/pom.xml +++ b/systests/echo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>echo</artifactId> <packaging>aar</packaging> diff --git a/systests/pom.xml b/systests/pom.xml index ff6b82a..a8c1567 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>systests</artifactId> diff --git a/systests/webapp-tests/pom.xml b/systests/webapp-tests/pom.xml index f46cf1b..45b2112 100644 --- a/systests/webapp-tests/pom.xml +++ b/systests/webapp-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>systests</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> </parent> <artifactId>webapp-tests</artifactId> <url>http://axis.apache.org/axis2/java/core/</url>