From 6a0a3a3f9d2bbc84a6b45dbe4f3995b5c142f0b3 Mon Sep 17 00:00:00 2001 From: Eclipse JAXBimpl Bot Date: Wed, 7 Apr 2021 19:33:13 +0000 Subject: [PATCH] Prepare release com.sun.xml.ws:project:3.0.1 --- jaxws-ri/boms/bom-ext/pom.xml | 4 ++-- jaxws-ri/boms/bom/pom.xml | 4 ++-- jaxws-ri/bundles/jaxws-ri/pom.xml | 4 ++-- jaxws-ri/bundles/jaxws-rt/pom.xml | 2 +- jaxws-ri/bundles/jaxws-tools/pom.xml | 2 +- jaxws-ri/bundles/pom.xml | 4 ++-- jaxws-ri/docs/pom.xml | 4 ++-- jaxws-ri/docs/release-documentation/pom.xml | 4 ++-- jaxws-ri/docs/samples/pom.xml | 4 ++-- jaxws-ri/docs/www/pom.xml | 4 ++-- jaxws-ri/extras/eclipselink_jaxb/pom.xml | 4 ++-- jaxws-ri/extras/eclipselink_sdo/pom.xml | 4 ++-- jaxws-ri/extras/jaxws-maven-plugin/pom.xml | 4 ++-- jaxws-ri/extras/pom.xml | 4 ++-- jaxws-ri/extras/transports/async-client-transport/pom.xml | 4 ++-- jaxws-ri/extras/transports/local/pom.xml | 4 ++-- jaxws-ri/pom.xml | 4 ++-- jaxws-ri/runtime/httpspi-servlet/pom.xml | 4 ++-- jaxws-ri/runtime/policy/pom.xml | 4 ++-- jaxws-ri/runtime/pom.xml | 4 ++-- jaxws-ri/runtime/rt-fi/pom.xml | 4 ++-- jaxws-ri/runtime/rt/pom.xml | 4 ++-- jaxws-ri/runtime/servlet/pom.xml | 4 ++-- jaxws-ri/tests/coverage/pom.xml | 4 ++-- jaxws-ri/tests/jaxwsTestUtil/pom.xml | 4 ++-- jaxws-ri/tests/pom.xml | 4 ++-- jaxws-ri/tests/unit/pom.xml | 4 ++-- jaxws-ri/tools/pom.xml | 4 ++-- jaxws-ri/tools/wscompile/pom.xml | 4 ++-- 29 files changed, 56 insertions(+), 56 deletions(-) diff --git a/jaxws-ri/boms/bom-ext/pom.xml b/jaxws-ri/boms/bom-ext/pom.xml index e5eb755af..c4dc2c066 100644 --- a/jaxws-ri/boms/bom-ext/pom.xml +++ b/jaxws-ri/boms/bom-ext/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.ws jaxws-ri-bom - 3.0.1-SNAPSHOT + 3.0.1 ../bom/pom.xml @@ -24,7 +24,7 @@ com.sun.xml.ws jaxws-ri-bom-ext - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Bill-of-Materials (BOM) Extensions diff --git a/jaxws-ri/boms/bom/pom.xml b/jaxws-ri/boms/bom/pom.xml index 0764b59df..9a7f27bff 100644 --- a/jaxws-ri/boms/bom/pom.xml +++ b/jaxws-ri/boms/bom/pom.xml @@ -17,14 +17,14 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.7 com.sun.xml.ws jaxws-ri-bom - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Bill-of-Materials (BOM) diff --git a/jaxws-ri/bundles/jaxws-ri/pom.xml b/jaxws-ri/bundles/jaxws-ri/pom.xml index f2ba194b5..cbe3c6bff 100644 --- a/jaxws-ri/bundles/jaxws-ri/pom.xml +++ b/jaxws-ri/bundles/jaxws-ri/pom.xml @@ -18,12 +18,12 @@ com.sun.xml.ws bundles - 3.0.1-SNAPSHOT + 3.0.1 com.sun.xml.ws jaxws-ri - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Standalone Zipped Bundle diff --git a/jaxws-ri/bundles/jaxws-rt/pom.xml b/jaxws-ri/bundles/jaxws-rt/pom.xml index 6242e7dae..889421960 100644 --- a/jaxws-ri/bundles/jaxws-rt/pom.xml +++ b/jaxws-ri/bundles/jaxws-rt/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 diff --git a/jaxws-ri/bundles/jaxws-tools/pom.xml b/jaxws-ri/bundles/jaxws-tools/pom.xml index caf0c9214..0eb557611 100644 --- a/jaxws-ri/bundles/jaxws-tools/pom.xml +++ b/jaxws-ri/bundles/jaxws-tools/pom.xml @@ -17,7 +17,7 @@ project com.sun.xml.ws - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 diff --git a/jaxws-ri/bundles/pom.xml b/jaxws-ri/bundles/pom.xml index 0fd252714..7935323fe 100644 --- a/jaxws-ri/bundles/pom.xml +++ b/jaxws-ri/bundles/pom.xml @@ -18,13 +18,13 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml com.sun.xml.ws bundles - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Bundles diff --git a/jaxws-ri/docs/pom.xml b/jaxws-ri/docs/pom.xml index d2f0fc331..c08b409e8 100644 --- a/jaxws-ri/docs/pom.xml +++ b/jaxws-ri/docs/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml @@ -24,7 +24,7 @@ com.sun.xml.ws docs - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Documentation diff --git a/jaxws-ri/docs/release-documentation/pom.xml b/jaxws-ri/docs/release-documentation/pom.xml index 39b752877..336489d92 100644 --- a/jaxws-ri/docs/release-documentation/pom.xml +++ b/jaxws-ri/docs/release-documentation/pom.xml @@ -17,12 +17,12 @@ com.sun.xml.ws docs - 3.0.1-SNAPSHOT + 3.0.1 com.sun.xml.ws release-documentation - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Release Documentation diff --git a/jaxws-ri/docs/samples/pom.xml b/jaxws-ri/docs/samples/pom.xml index d82cb3ef6..8b668c787 100644 --- a/jaxws-ri/docs/samples/pom.xml +++ b/jaxws-ri/docs/samples/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml @@ -24,7 +24,7 @@ com.sun.xml.ws samples - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Samples diff --git a/jaxws-ri/docs/www/pom.xml b/jaxws-ri/docs/www/pom.xml index 49ff85055..044fe3e4e 100644 --- a/jaxws-ri/docs/www/pom.xml +++ b/jaxws-ri/docs/www/pom.xml @@ -16,14 +16,14 @@ docs com.sun.xml.ws - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml 4.0.0 www - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI WWW Help files diff --git a/jaxws-ri/extras/eclipselink_jaxb/pom.xml b/jaxws-ri/extras/eclipselink_jaxb/pom.xml index 3e215c607..04e78c4ff 100644 --- a/jaxws-ri/extras/eclipselink_jaxb/pom.xml +++ b/jaxws-ri/extras/eclipselink_jaxb/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws jaxws-eclipselink-plugin - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Eclipselink Plugin Pluggable databinding module employing Eclipselink JAXB (MOXy) diff --git a/jaxws-ri/extras/eclipselink_sdo/pom.xml b/jaxws-ri/extras/eclipselink_sdo/pom.xml index 471698975..d1e2a1a36 100644 --- a/jaxws-ri/extras/eclipselink_sdo/pom.xml +++ b/jaxws-ri/extras/eclipselink_sdo/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws sdo-eclipselink-plugin - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Eclipselink SDO Plugin Pluggable databinding module employing Eclipselink SDO diff --git a/jaxws-ri/extras/jaxws-maven-plugin/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/pom.xml index f1e326c49..917bb3e5d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/pom.xml @@ -26,7 +26,7 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.7 @@ -35,7 +35,7 @@ maven-plugin Maven JAXWS 3.x Plugin Maven plugin for JAX-WS RI - 3.0.1-SNAPSHOT + 3.0.1 diff --git a/jaxws-ri/extras/pom.xml b/jaxws-ri/extras/pom.xml index 8a093518a..d278f4cce 100644 --- a/jaxws-ri/extras/pom.xml +++ b/jaxws-ri/extras/pom.xml @@ -17,13 +17,13 @@ project com.sun.xml.ws - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml com.sun.xml.ws extras - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Extras diff --git a/jaxws-ri/extras/transports/async-client-transport/pom.xml b/jaxws-ri/extras/transports/async-client-transport/pom.xml index 3a1bdacb6..3964920ab 100644 --- a/jaxws-ri/extras/transports/async-client-transport/pom.xml +++ b/jaxws-ri/extras/transports/async-client-transport/pom.xml @@ -18,14 +18,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../../pom.xml 4.0.0 com.sun.xml.ws jaxws-async-client-transport - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Async-Client-Transport Implementation Implementation of Async-Client-Transport for JAX-WS RI diff --git a/jaxws-ri/extras/transports/local/pom.xml b/jaxws-ri/extras/transports/local/pom.xml index 01af149dd..2a35e2f7a 100644 --- a/jaxws-ri/extras/transports/local/pom.xml +++ b/jaxws-ri/extras/transports/local/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../../pom.xml 4.0.0 com.sun.xml.ws jaxws-local-transport - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Local-Transport Implementation Implementation of Local-Transport for JAX-WS RI, used mainly in tests diff --git a/jaxws-ri/pom.xml b/jaxws-ri/pom.xml index 831b80b97..9fd15100a 100644 --- a/jaxws-ri/pom.xml +++ b/jaxws-ri/pom.xml @@ -18,13 +18,13 @@ com.sun.xml.ws jaxws-ri-bom-ext - 3.0.1-SNAPSHOT + 3.0.1 boms/bom-ext/pom.xml com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 pom Jakarta XML Web Services Implementation Open source Implementation of Jakarta XML Web Services (formerly JSR-224: Java API for XML Web Services) diff --git a/jaxws-ri/runtime/httpspi-servlet/pom.xml b/jaxws-ri/runtime/httpspi-servlet/pom.xml index fb8be1ddd..f8ff21e22 100644 --- a/jaxws-ri/runtime/httpspi-servlet/pom.xml +++ b/jaxws-ri/runtime/httpspi-servlet/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws httpspi-servlet - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI HTTP SPI (httpspi-servlet) HTTP SPI for JAX-WS RI diff --git a/jaxws-ri/runtime/policy/pom.xml b/jaxws-ri/runtime/policy/pom.xml index 97ac83017..506ce1180 100644 --- a/jaxws-ri/runtime/policy/pom.xml +++ b/jaxws-ri/runtime/policy/pom.xml @@ -17,13 +17,13 @@ org.eclipse.ee4j project - 1.0.6 + 1.0.7 com.sun.xml.ws policy - 3.0.1-SNAPSHOT + 3.0.1 WS-Policy Implementation WS-Policy implementation for Project Metro diff --git a/jaxws-ri/runtime/pom.xml b/jaxws-ri/runtime/pom.xml index 71388b8b4..db901e933 100644 --- a/jaxws-ri/runtime/pom.xml +++ b/jaxws-ri/runtime/pom.xml @@ -17,13 +17,13 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml com.sun.xml.ws runtime - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Runtime diff --git a/jaxws-ri/runtime/rt-fi/pom.xml b/jaxws-ri/runtime/rt-fi/pom.xml index 9465470e0..673f8e9c0 100644 --- a/jaxws-ri/runtime/rt-fi/pom.xml +++ b/jaxws-ri/runtime/rt-fi/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws rt-fi - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Fast Infoset Support (rt-fi) Fast Infoset Support for JAX-WS RI diff --git a/jaxws-ri/runtime/rt/pom.xml b/jaxws-ri/runtime/rt/pom.xml index fc5c57286..33a5b27bc 100644 --- a/jaxws-ri/runtime/rt/pom.xml +++ b/jaxws-ri/runtime/rt/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws rt - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Runtime (rt) JAX-WS Reference Implementation Runtime diff --git a/jaxws-ri/runtime/servlet/pom.xml b/jaxws-ri/runtime/servlet/pom.xml index 4c71d68f0..1a29d065c 100644 --- a/jaxws-ri/runtime/servlet/pom.xml +++ b/jaxws-ri/runtime/servlet/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws servlet - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Servlet Support (servlet) Servlet Support for JAX-WS RI diff --git a/jaxws-ri/tests/coverage/pom.xml b/jaxws-ri/tests/coverage/pom.xml index 380853623..b8aed1889 100644 --- a/jaxws-ri/tests/coverage/pom.xml +++ b/jaxws-ri/tests/coverage/pom.xml @@ -18,14 +18,14 @@ com.sun.xml.ws jaxws-ri-tests - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml 4.0.0 com.sun.xml.ws jaxws-coverage - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Unit Tests Coverage diff --git a/jaxws-ri/tests/jaxwsTestUtil/pom.xml b/jaxws-ri/tests/jaxwsTestUtil/pom.xml index 5a1880bf6..da5fcd68b 100644 --- a/jaxws-ri/tests/jaxwsTestUtil/pom.xml +++ b/jaxws-ri/tests/jaxwsTestUtil/pom.xml @@ -19,12 +19,12 @@ com.sun.xml.ws jaxws-ri-tests - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml jaxwsTestUtil - 3.0.1-SNAPSHOT + 3.0.1 WS Test Framework Utilities (JAX-WS) diff --git a/jaxws-ri/tests/pom.xml b/jaxws-ri/tests/pom.xml index 2e341a411..de8bb2632 100644 --- a/jaxws-ri/tests/pom.xml +++ b/jaxws-ri/tests/pom.xml @@ -19,13 +19,13 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml jaxws-ri-tests pom - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Tests diff --git a/jaxws-ri/tests/unit/pom.xml b/jaxws-ri/tests/unit/pom.xml index 0832a4f73..108c5c373 100644 --- a/jaxws-ri/tests/unit/pom.xml +++ b/jaxws-ri/tests/unit/pom.xml @@ -18,14 +18,14 @@ com.sun.xml.ws jaxws-ri-tests - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml 4.0.0 jaxws-unit pom - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Unit Tests JAX-WS RI Unit Tests diff --git a/jaxws-ri/tools/pom.xml b/jaxws-ri/tools/pom.xml index acb3f600b..0093f798b 100644 --- a/jaxws-ri/tools/pom.xml +++ b/jaxws-ri/tools/pom.xml @@ -17,13 +17,13 @@ project com.sun.xml.ws - 3.0.1-SNAPSHOT + 3.0.1 ../pom.xml com.sun.xml.ws tools - 3.0.1-SNAPSHOT + 3.0.1 pom JAX-WS RI Tools diff --git a/jaxws-ri/tools/wscompile/pom.xml b/jaxws-ri/tools/wscompile/pom.xml index b8dc37f33..508a5ead1 100644 --- a/jaxws-ri/tools/wscompile/pom.xml +++ b/jaxws-ri/tools/wscompile/pom.xml @@ -16,14 +16,14 @@ com.sun.xml.ws project - 3.0.1-SNAPSHOT + 3.0.1 ../../pom.xml 4.0.0 com.sun.xml.ws wscompile - 3.0.1-SNAPSHOT + 3.0.1 JAX-WS RI Tools (wscompile) JAX-WS RI Tools