From cd78f3fc827e6df49e87c242cc057fe4686fcc73 Mon Sep 17 00:00:00 2001 From: Alessio Soldano Date: Fri, 30 Aug 2019 12:00:52 +0200 Subject: [PATCH] Preparing for tagging 4.3.0.Final --- arquillian/RESTEASY-1056-jetty-bv11/pom.xml | 2 +- .../pom.xml | 2 +- arquillian/RESTEASY-736-jetty/pom.xml | 2 +- arquillian/pom.xml | 2 +- distribution/pom.xml | 2 +- distribution/src-distribution/pom.xml | 2 +- docbook/pom.xml | 2 +- docbook/reference/en/en-US/master.xml | 2 +- .../en/en-US/modules/Cache_NoCache_CacheControl.xml | 2 +- docbook/reference/en/en-US/modules/Json-p.xml | 2 +- docbook/reference/en/en-US/modules/Links.xml | 2 +- .../en/en-US/modules/RESTEasy_Embedded_Container.xml | 6 +++--- .../en/en-US/modules/RESTEasy_Spring_Integration.xml | 2 +- docbook/reference/en/en-US/modules/signature.xml | 2 +- docbook/reference/en/en-US/modules/smime.xml | 2 +- jboss-modules/pom.xml | 2 +- pom.xml | 2 +- profiling-tests/pom.xml | 2 +- providers/fastinfoset/pom.xml | 2 +- providers/jackson2/pom.xml | 2 +- providers/jaxb/pom.xml | 2 +- providers/json-binding/pom.xml | 2 +- providers/json-p-ee7/pom.xml | 2 +- providers/multipart/pom.xml | 2 +- providers/pom.xml | 2 +- providers/resteasy-atom/pom.xml | 2 +- providers/resteasy-html/pom.xml | 2 +- providers/resteasy-validator-provider/pom.xml | 2 +- resteasy-bom/pom.xml | 2 +- resteasy-cache/pom.xml | 2 +- resteasy-cache/resteasy-cache-core/pom.xml | 2 +- resteasy-cdi/pom.xml | 2 +- resteasy-client-api/pom.xml | 2 +- resteasy-client-jetty/pom.xml | 2 +- resteasy-client-microprofile/pom.xml | 2 +- resteasy-client-reactor-netty/pom.xml | 2 +- resteasy-client-vertx/pom.xml | 2 +- resteasy-client/pom.xml | 2 +- resteasy-core-spi/pom.xml | 2 +- resteasy-core/pom.xml | 2 +- resteasy-dependencies-bom/pom.xml | 2 +- resteasy-guice/pom.xml | 2 +- resteasy-jsapi-testing/pom.xml | 2 +- resteasy-jsapi/pom.xml | 2 +- resteasy-links/pom.xml | 2 +- resteasy-reactive-context/pom.xml | 2 +- resteasy-reactor/pom.xml | 2 +- resteasy-rxjava2/pom.xml | 2 +- resteasy-servlet-initializer/pom.xml | 2 +- resteasy-spring-web/pom.xml | 2 +- resteasy-spring/pom.xml | 2 +- resteasy-stats/pom.xml | 2 +- resteasy-upgrade-guide/pom.xml | 2 +- resteasy-wadl-undertow-connector/pom.xml | 2 +- resteasy-wadl/pom.xml | 2 +- security/jose-jwt/pom.xml | 2 +- security/pom.xml | 2 +- security/resteasy-crypto/pom.xml | 2 +- server-adapters/pom.xml | 2 +- server-adapters/resteasy-jdk-http/pom.xml | 2 +- server-adapters/resteasy-netty4-cdi/pom.xml | 2 +- server-adapters/resteasy-netty4/pom.xml | 2 +- server-adapters/resteasy-undertow-spring/pom.xml | 2 +- server-adapters/resteasy-undertow/pom.xml | 2 +- server-adapters/resteasy-vertx/pom.xml | 2 +- testsuite/arquillian-utils/pom.xml | 2 +- testsuite/integration-tests-spring-web/deployment/pom.xml | 2 +- testsuite/integration-tests-spring-web/pom.xml | 2 +- testsuite/integration-tests-spring/deployment/pom.xml | 2 +- testsuite/integration-tests-spring/inmodule/pom.xml | 2 +- testsuite/integration-tests-spring/pom.xml | 2 +- testsuite/integration-tests-spring/unit/pom.xml | 2 +- testsuite/integration-tests/pom.xml | 2 +- testsuite/microprofile-tck/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/unit-tests/pom.xml | 2 +- 76 files changed, 78 insertions(+), 78 deletions(-) diff --git a/arquillian/RESTEASY-1056-jetty-bv11/pom.xml b/arquillian/RESTEASY-1056-jetty-bv11/pom.xml index 1db542170d6..6fb3d85713f 100644 --- a/arquillian/RESTEASY-1056-jetty-bv11/pom.xml +++ b/arquillian/RESTEASY-1056-jetty-bv11/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml RESTEASY-1056-jetty-bv11 diff --git a/arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml b/arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml index 88d43edad73..294a50ab4e6 100644 --- a/arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml +++ b/arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml RESTEASY-1630-jetty-resteasy-servlet-initializer diff --git a/arquillian/RESTEASY-736-jetty/pom.xml b/arquillian/RESTEASY-736-jetty/pom.xml index d36d4a8557f..035c662648f 100644 --- a/arquillian/RESTEASY-736-jetty/pom.xml +++ b/arquillian/RESTEASY-736-jetty/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml RESTEASY-736-jetty diff --git a/arquillian/pom.xml b/arquillian/pom.xml index 2e5e641e789..51b5e0938a6 100644 --- a/arquillian/pom.xml +++ b/arquillian/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml RESTEasy Misc Arquillian-based tests diff --git a/distribution/pom.xml b/distribution/pom.xml index fc577e84c4f..00db39b17be 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-jaxrs-dist diff --git a/distribution/src-distribution/pom.xml b/distribution/src-distribution/pom.xml index 821c46c08f8..31d4f2e63be 100644 --- a/distribution/src-distribution/pom.xml +++ b/distribution/src-distribution/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-dist - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-jaxrs-src-dist diff --git a/docbook/pom.xml b/docbook/pom.xml index e6f678b6b05..d4ff3865b68 100644 --- a/docbook/pom.xml +++ b/docbook/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reference-guide-${translation} - 4.3.0-SNAPSHOT + 4.3.0.Final jdocbook RESTEasy Reference Guide (${translation}) diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml index 8d1a47d8e6b..e0c055846ec 100644 --- a/docbook/reference/en/en-US/master.xml +++ b/docbook/reference/en/en-US/master.xml @@ -68,7 +68,7 @@ RESTEasy JAX-RS RESTFul Web Services for Java - 4.3.0-SNAPSHOT + 4.3.0.Final diff --git a/docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml b/docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml index 200d04e089e..54406dc3636 100644 --- a/docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml +++ b/docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml @@ -139,7 +139,7 @@ String rtn = target.resolveTemplate("id", "1").request().get(String.class); org.jboss.resteasy resteasy-cache-core - 4.3.0-SNAPSHOT + 4.3.0.Final ]]> diff --git a/docbook/reference/en/en-US/modules/Json-p.xml b/docbook/reference/en/en-US/modules/Json-p.xml index 3bc23624d3a..22e7f5b00a8 100644 --- a/docbook/reference/en/en-US/modules/Json-p.xml +++ b/docbook/reference/en/en-US/modules/Json-p.xml @@ -9,7 +9,7 @@ org.jboss.resteasy resteasy-json-p-provider - 4.3.0-SNAPSHOT + 4.3.0.Final ]]> diff --git a/docbook/reference/en/en-US/modules/Links.xml b/docbook/reference/en/en-US/modules/Links.xml index 761ab802025..aea1befeff2 100644 --- a/docbook/reference/en/en-US/modules/Links.xml +++ b/docbook/reference/en/en-US/modules/Links.xml @@ -52,7 +52,7 @@ org.jboss.resteasy resteasy-links - 4.3.0-SNAPSHOT + 4.3.0.Final diff --git a/docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml b/docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml index 918e9bad12e..c080e67d12c 100644 --- a/docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml +++ b/docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml @@ -138,7 +138,7 @@ public class UndertowTest org.jboss.resteasy resteasy-jdk-http - 4.3.0-SNAPSHOT + 4.3.0.Final ]]> @@ -167,7 +167,7 @@ public class UndertowTest org.jboss.resteasy resteasy-netty4 - 4.3.0-SNAPSHOT + 4.3.0.Final ]]> @@ -194,7 +194,7 @@ public class UndertowTest org.jboss.resteasy resteasy-vertx - 4.3.0-SNAPSHOT + 4.3.0.Final ]]> diff --git a/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml b/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml index 3afbe51e239..2dbb4296680 100644 --- a/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml +++ b/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml @@ -344,7 +344,7 @@ server.deploy(deployment);]]> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-spring-web</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.3.0.Final</version> </dependency> diff --git a/docbook/reference/en/en-US/modules/signature.xml b/docbook/reference/en/en-US/modules/signature.xml index 823e1da50c5..1c29da43cc0 100644 --- a/docbook/reference/en/en-US/modules/signature.xml +++ b/docbook/reference/en/en-US/modules/signature.xml @@ -172,7 +172,7 @@ <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-crypto</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.3.0.Final</version> </dependency> diff --git a/docbook/reference/en/en-US/modules/smime.xml b/docbook/reference/en/en-US/modules/smime.xml index 0040479a893..4ba09b95096 100644 --- a/docbook/reference/en/en-US/modules/smime.xml +++ b/docbook/reference/en/en-US/modules/smime.xml @@ -21,7 +21,7 @@ <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-crypto</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.3.0.Final</version> </dependency> diff --git a/jboss-modules/pom.xml b/jboss-modules/pom.xml index 6716705377d..11dd038b96c 100644 --- a/jboss-modules/pom.xml +++ b/jboss-modules/pom.xml @@ -30,7 +30,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-jboss-modules diff --git a/pom.xml b/pom.xml index 3ecc588d1d5..69c0fdb9c81 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final pom diff --git a/profiling-tests/pom.xml b/profiling-tests/pom.xml index f918fbb257f..324cfbb0f3a 100644 --- a/profiling-tests/pom.xml +++ b/profiling-tests/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-profiling-tests diff --git a/providers/fastinfoset/pom.xml b/providers/fastinfoset/pom.xml index 7e9d72b33d5..506f918acaf 100644 --- a/providers/fastinfoset/pom.xml +++ b/providers/fastinfoset/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-fastinfoset-provider diff --git a/providers/jackson2/pom.xml b/providers/jackson2/pom.xml index 2d7d6b0688c..71c0d09e224 100644 --- a/providers/jackson2/pom.xml +++ b/providers/jackson2/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-jackson2-provider diff --git a/providers/jaxb/pom.xml b/providers/jaxb/pom.xml index 4fb224a70f3..894ce1df1d4 100644 --- a/providers/jaxb/pom.xml +++ b/providers/jaxb/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-jaxb-provider diff --git a/providers/json-binding/pom.xml b/providers/json-binding/pom.xml index 1dce048f4ac..abbd3cd465c 100644 --- a/providers/json-binding/pom.xml +++ b/providers/json-binding/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-json-binding-provider diff --git a/providers/json-p-ee7/pom.xml b/providers/json-p-ee7/pom.xml index a127278f7ae..33316dfdf7b 100644 --- a/providers/json-p-ee7/pom.xml +++ b/providers/json-p-ee7/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-json-p-provider diff --git a/providers/multipart/pom.xml b/providers/multipart/pom.xml index d0f59bc468e..3fb45171b2d 100644 --- a/providers/multipart/pom.xml +++ b/providers/multipart/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-multipart-provider diff --git a/providers/pom.xml b/providers/pom.xml index a7429d980be..7ef8fc646be 100644 --- a/providers/pom.xml +++ b/providers/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml RESTEasy Providers diff --git a/providers/resteasy-atom/pom.xml b/providers/resteasy-atom/pom.xml index 7b380126c24..8123ff85615 100644 --- a/providers/resteasy-atom/pom.xml +++ b/providers/resteasy-atom/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-atom-provider diff --git a/providers/resteasy-html/pom.xml b/providers/resteasy-html/pom.xml index 4cf94db77dc..f99cd5b5ce1 100644 --- a/providers/resteasy-html/pom.xml +++ b/providers/resteasy-html/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-html diff --git a/providers/resteasy-validator-provider/pom.xml b/providers/resteasy-validator-provider/pom.xml index d218b597fa2..a3f9b5f9def 100644 --- a/providers/resteasy-validator-provider/pom.xml +++ b/providers/resteasy-validator-provider/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-validator-provider diff --git a/resteasy-bom/pom.xml b/resteasy-bom/pom.xml index faef41bb2b2..ba78ac3ae4d 100644 --- a/resteasy-bom/pom.xml +++ b/resteasy-bom/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-bom - 4.3.0-SNAPSHOT + 4.3.0.Final pom diff --git a/resteasy-cache/pom.xml b/resteasy-cache/pom.xml index 9f3df7fea64..15f6d620326 100644 --- a/resteasy-cache/pom.xml +++ b/resteasy-cache/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml RESTEasy Cache diff --git a/resteasy-cache/resteasy-cache-core/pom.xml b/resteasy-cache/resteasy-cache-core/pom.xml index 81d81a8bb8c..e8eefe089ee 100644 --- a/resteasy-cache/resteasy-cache-core/pom.xml +++ b/resteasy-cache/resteasy-cache-core/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml resteasy-cache-core diff --git a/resteasy-cdi/pom.xml b/resteasy-cdi/pom.xml index ce4e166941f..309145a3e46 100644 --- a/resteasy-cdi/pom.xml +++ b/resteasy-cdi/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-cdi RESTEasy CDI integration module diff --git a/resteasy-client-api/pom.xml b/resteasy-client-api/pom.xml index a45c8b38aa1..b0c55253584 100644 --- a/resteasy-client-api/pom.xml +++ b/resteasy-client-api/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-client-jetty/pom.xml b/resteasy-client-jetty/pom.xml index 98bcf29dae0..56bfe037f62 100644 --- a/resteasy-client-jetty/pom.xml +++ b/resteasy-client-jetty/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-client-microprofile/pom.xml b/resteasy-client-microprofile/pom.xml index 572423d6550..ea57158687c 100644 --- a/resteasy-client-microprofile/pom.xml +++ b/resteasy-client-microprofile/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-client-reactor-netty/pom.xml b/resteasy-client-reactor-netty/pom.xml index 3bbd79ad423..340c9bbb6b1 100644 --- a/resteasy-client-reactor-netty/pom.xml +++ b/resteasy-client-reactor-netty/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final 4.0.0 diff --git a/resteasy-client-vertx/pom.xml b/resteasy-client-vertx/pom.xml index 86f4c4c65ee..fe5e99f6ca9 100644 --- a/resteasy-client-vertx/pom.xml +++ b/resteasy-client-vertx/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-client/pom.xml b/resteasy-client/pom.xml index 020d65f66b3..55802fddc56 100644 --- a/resteasy-client/pom.xml +++ b/resteasy-client/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-core-spi/pom.xml b/resteasy-core-spi/pom.xml index 8a888c28a85..b3c1a1bc0f1 100644 --- a/resteasy-core-spi/pom.xml +++ b/resteasy-core-spi/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-core-spi diff --git a/resteasy-core/pom.xml b/resteasy-core/pom.xml index 0e6f8f54ac9..fe64a63e293 100644 --- a/resteasy-core/pom.xml +++ b/resteasy-core/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-core diff --git a/resteasy-dependencies-bom/pom.xml b/resteasy-dependencies-bom/pom.xml index 2c04e7ad6c3..089937d0700 100644 --- a/resteasy-dependencies-bom/pom.xml +++ b/resteasy-dependencies-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.jboss.resteasy resteasy-dependencies - 4.3.0-SNAPSHOT + 4.3.0.Final pom RESTEasy dependencies BOM RESTEasy dependencies BOM diff --git a/resteasy-guice/pom.xml b/resteasy-guice/pom.xml index 1a87c4b30dd..f7b2e365e75 100644 --- a/resteasy-guice/pom.xml +++ b/resteasy-guice/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-guice diff --git a/resteasy-jsapi-testing/pom.xml b/resteasy-jsapi-testing/pom.xml index d6fff10ca78..f22e67b8c47 100644 --- a/resteasy-jsapi-testing/pom.xml +++ b/resteasy-jsapi-testing/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-jsapi/pom.xml b/resteasy-jsapi/pom.xml index 008088b9521..35ef53686e8 100644 --- a/resteasy-jsapi/pom.xml +++ b/resteasy-jsapi/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-jsapi diff --git a/resteasy-links/pom.xml b/resteasy-links/pom.xml index e808f7c0f04..3804bf22ba6 100644 --- a/resteasy-links/pom.xml +++ b/resteasy-links/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-links diff --git a/resteasy-reactive-context/pom.xml b/resteasy-reactive-context/pom.xml index 65c6e24764c..60614f52564 100644 --- a/resteasy-reactive-context/pom.xml +++ b/resteasy-reactive-context/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-context-propagation RESTEasy Context Propagation diff --git a/resteasy-reactor/pom.xml b/resteasy-reactor/pom.xml index 52d22233350..02527ababe1 100644 --- a/resteasy-reactor/pom.xml +++ b/resteasy-reactor/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-reactor RESTEasy Spring Reactor integration diff --git a/resteasy-rxjava2/pom.xml b/resteasy-rxjava2/pom.xml index c775428a2ae..70b4bc77c99 100644 --- a/resteasy-rxjava2/pom.xml +++ b/resteasy-rxjava2/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-rxjava2 RESTEasy RxJava 2 integration diff --git a/resteasy-servlet-initializer/pom.xml b/resteasy-servlet-initializer/pom.xml index 5a33dc65026..1900a77b6ea 100644 --- a/resteasy-servlet-initializer/pom.xml +++ b/resteasy-servlet-initializer/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-servlet-initializer diff --git a/resteasy-spring-web/pom.xml b/resteasy-spring-web/pom.xml index e045651a139..5be70c6099a 100644 --- a/resteasy-spring-web/pom.xml +++ b/resteasy-spring-web/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-spring/pom.xml b/resteasy-spring/pom.xml index 253a74e57bc..8990d73cc4f 100644 --- a/resteasy-spring/pom.xml +++ b/resteasy-spring/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final resteasy-spring jar diff --git a/resteasy-stats/pom.xml b/resteasy-stats/pom.xml index 53dbb0861db..dcdbaacd286 100644 --- a/resteasy-stats/pom.xml +++ b/resteasy-stats/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml resteasy-stats diff --git a/resteasy-upgrade-guide/pom.xml b/resteasy-upgrade-guide/pom.xml index f54f02b4ef2..dda9567ec4a 100644 --- a/resteasy-upgrade-guide/pom.xml +++ b/resteasy-upgrade-guide/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-upgrade-guide-${translation} - 4.3.0-SNAPSHOT + 4.3.0.Final jdocbook RESTEasy Upgrade Guide (${translation}) diff --git a/resteasy-wadl-undertow-connector/pom.xml b/resteasy-wadl-undertow-connector/pom.xml index 4efd1d7a939..2c088df090b 100644 --- a/resteasy-wadl-undertow-connector/pom.xml +++ b/resteasy-wadl-undertow-connector/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/resteasy-wadl/pom.xml b/resteasy-wadl/pom.xml index e0fcdbb5697..7f61e8300e7 100644 --- a/resteasy-wadl/pom.xml +++ b/resteasy-wadl/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/security/jose-jwt/pom.xml b/security/jose-jwt/pom.xml index 54453425bde..1711c703209 100644 --- a/security/jose-jwt/pom.xml +++ b/security/jose-jwt/pom.xml @@ -3,7 +3,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index f41410c6fcd..5e66790eb15 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml RESTEasy Security diff --git a/security/resteasy-crypto/pom.xml b/security/resteasy-crypto/pom.xml index 51ee877f1a1..894b6bcf112 100644 --- a/security/resteasy-crypto/pom.xml +++ b/security/resteasy-crypto/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/pom.xml b/server-adapters/pom.xml index 10da0f517bd..16abe26c137 100644 --- a/server-adapters/pom.xml +++ b/server-adapters/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final RESTEasy Http Adapter Plugins diff --git a/server-adapters/resteasy-jdk-http/pom.xml b/server-adapters/resteasy-jdk-http/pom.xml index ab7b99be48b..1e76800b087 100644 --- a/server-adapters/resteasy-jdk-http/pom.xml +++ b/server-adapters/resteasy-jdk-http/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-netty4-cdi/pom.xml b/server-adapters/resteasy-netty4-cdi/pom.xml index 4bdf05fdefd..68065277da1 100644 --- a/server-adapters/resteasy-netty4-cdi/pom.xml +++ b/server-adapters/resteasy-netty4-cdi/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-netty4/pom.xml b/server-adapters/resteasy-netty4/pom.xml index 18579567936..f3cb01e4a74 100644 --- a/server-adapters/resteasy-netty4/pom.xml +++ b/server-adapters/resteasy-netty4/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-undertow-spring/pom.xml b/server-adapters/resteasy-undertow-spring/pom.xml index fc5a3d7439e..450b2e941ab 100755 --- a/server-adapters/resteasy-undertow-spring/pom.xml +++ b/server-adapters/resteasy-undertow-spring/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-undertow/pom.xml b/server-adapters/resteasy-undertow/pom.xml index c7f3afc445a..0e0fc30e53d 100644 --- a/server-adapters/resteasy-undertow/pom.xml +++ b/server-adapters/resteasy-undertow/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-vertx/pom.xml b/server-adapters/resteasy-vertx/pom.xml index fa81362295d..31aab949caf 100644 --- a/server-adapters/resteasy-vertx/pom.xml +++ b/server-adapters/resteasy-vertx/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.3.0-SNAPSHOT + 4.3.0.Final ../../pom.xml 4.0.0 diff --git a/testsuite/arquillian-utils/pom.xml b/testsuite/arquillian-utils/pom.xml index f37faae762f..c977bc09667 100644 --- a/testsuite/arquillian-utils/pom.xml +++ b/testsuite/arquillian-utils/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring-web/deployment/pom.xml b/testsuite/integration-tests-spring-web/deployment/pom.xml index 9e1cd705d24..9aafb8d453e 100644 --- a/testsuite/integration-tests-spring-web/deployment/pom.xml +++ b/testsuite/integration-tests-spring-web/deployment/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-integration-tests-spring-web - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring-web/pom.xml b/testsuite/integration-tests-spring-web/pom.xml index 709fc3e344f..0ecc43ed8d5 100644 --- a/testsuite/integration-tests-spring-web/pom.xml +++ b/testsuite/integration-tests-spring-web/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring/deployment/pom.xml b/testsuite/integration-tests-spring/deployment/pom.xml index 15a7de53985..275123b27d9 100644 --- a/testsuite/integration-tests-spring/deployment/pom.xml +++ b/testsuite/integration-tests-spring/deployment/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-integration-tests-spring - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring/inmodule/pom.xml b/testsuite/integration-tests-spring/inmodule/pom.xml index 5009c9d9179..01dd5cc8db6 100644 --- a/testsuite/integration-tests-spring/inmodule/pom.xml +++ b/testsuite/integration-tests-spring/inmodule/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-integration-tests-spring - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring/pom.xml b/testsuite/integration-tests-spring/pom.xml index 0c87aabf7b9..a621c2e19a1 100644 --- a/testsuite/integration-tests-spring/pom.xml +++ b/testsuite/integration-tests-spring/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests-spring/unit/pom.xml b/testsuite/integration-tests-spring/unit/pom.xml index 1c5377f8b3f..f70b58e3a89 100644 --- a/testsuite/integration-tests-spring/unit/pom.xml +++ b/testsuite/integration-tests-spring/unit/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-integration-tests-spring - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml index ffb9cd88c1e..92ef2a9ea83 100644 --- a/testsuite/integration-tests/pom.xml +++ b/testsuite/integration-tests/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml diff --git a/testsuite/microprofile-tck/pom.xml b/testsuite/microprofile-tck/pom.xml index 114b88f6f42..c6265354edc 100644 --- a/testsuite/microprofile-tck/pom.xml +++ b/testsuite/microprofile-tck/pom.xml @@ -20,7 +20,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../ diff --git a/testsuite/pom.xml b/testsuite/pom.xml index ab366067be3..3c5a7aefab6 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml RESTEasy Main testsuite diff --git a/testsuite/unit-tests/pom.xml b/testsuite/unit-tests/pom.xml index 5ac3ce88242..9e9708eee66 100644 --- a/testsuite/unit-tests/pom.xml +++ b/testsuite/unit-tests/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.3.0-SNAPSHOT + 4.3.0.Final ../pom.xml