From 0473e23c70dc432301ee16426fb2bb2f46d25ba1 Mon Sep 17 00:00:00 2001 From: Alessio Soldano Date: Thu, 17 Sep 2020 17:43:47 +0200 Subject: [PATCH] Build to 4.5.7-SNAPSHOT --- 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 +- .../en/en-US/modules/Installation_Configuration.xml | 10 +++++----- 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 | 4 ++-- 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/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-embedded/pom.xml | 2 +- .../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 +- 77 files changed, 84 insertions(+), 84 deletions(-) diff --git a/arquillian/RESTEASY-1056-jetty-bv11/pom.xml b/arquillian/RESTEASY-1056-jetty-bv11/pom.xml index cae9ee95c25..bd05d86ecfe 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.5.6.Final + 4.5.7-SNAPSHOT ../../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 523252feb79..2c88c587214 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.5.6.Final + 4.5.7-SNAPSHOT ../../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 d752e24f66a..c09a735dd6e 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml RESTEASY-736-jetty diff --git a/arquillian/pom.xml b/arquillian/pom.xml index fd2045a599c..f671db801d8 100644 --- a/arquillian/pom.xml +++ b/arquillian/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml RESTEasy Misc Arquillian-based tests diff --git a/distribution/pom.xml b/distribution/pom.xml index ceb9c3a900b..a284f9e326d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-jaxrs-dist diff --git a/distribution/src-distribution/pom.xml b/distribution/src-distribution/pom.xml index 5ccf57981ed..eb708db84ca 100644 --- a/distribution/src-distribution/pom.xml +++ b/distribution/src-distribution/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-dist - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-jaxrs-src-dist diff --git a/docbook/pom.xml b/docbook/pom.xml index 9a3fa723661..23eb7b60379 100644 --- a/docbook/pom.xml +++ b/docbook/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reference-guide-${translation} - 4.5.6.Final + 4.5.7-SNAPSHOT jdocbook RESTEasy Reference Guide (${translation}) diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml index e0cf394dce4..7150e9bbbcc 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.5.6.Final + 4.5.7-SNAPSHOT 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 3e6e1351b7b..3200f0057ef 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.5.6.Final + 4.5.7-SNAPSHOT ]]> diff --git a/docbook/reference/en/en-US/modules/Installation_Configuration.xml b/docbook/reference/en/en-US/modules/Installation_Configuration.xml index fa55430d116..bc995cc6e65 100644 --- a/docbook/reference/en/en-US/modules/Installation_Configuration.xml +++ b/docbook/reference/en/en-US/modules/Installation_Configuration.xml @@ -358,12 +358,12 @@ public class MyApplication extends Application org.jboss.resteasy resteasy-core - 4.5.6.Final + 4.5.7-SNAPSHOT org.jboss.resteasy resteasy-jaxb-provider - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> @@ -396,7 +396,7 @@ public class MyApplication extends Application org.jboss.resteasy resteasy-servlet-initializer - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> @@ -1077,12 +1077,12 @@ public abstract class Application org.jboss.resteasy resteasy-core - 4.5.6.Final + 4.5.7-SNAPSHOT org.jboss.resteasy resteasy-client - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> diff --git a/docbook/reference/en/en-US/modules/Json-p.xml b/docbook/reference/en/en-US/modules/Json-p.xml index 627d082794f..d7951535678 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.5.6.Final + 4.5.7-SNAPSHOT ]]> diff --git a/docbook/reference/en/en-US/modules/Links.xml b/docbook/reference/en/en-US/modules/Links.xml index 00a756a726b..ffe40ac3237 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.5.6.Final + 4.5.7-SNAPSHOT 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 16f881512bc..99200d3a3cf 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.5.6.Final + 4.5.7-SNAPSHOT ]]> @@ -168,7 +168,7 @@ public class UndertowTest org.jboss.resteasy resteasy-netty4 <<<<<<< HEAD - 4.5.6.Final + 4.5.7-SNAPSHOT ======= 4.6.0-SNAPSHOT >>>>>>> upstream/master @@ -198,7 +198,7 @@ public class UndertowTest org.jboss.resteasy resteasy-vertx - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> 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 78e8004b9c1..b6537b575dd 100644 --- a/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml +++ b/docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml @@ -11,7 +11,7 @@ org.jboss.resteasy resteasy-spring - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> RESTEasy comes with its own ContextLoaderListener that registers a RESTEasy specific @@ -359,7 +359,7 @@ server.deploy(deployment);]]> org.jboss.resteasy resteasy-spring-web - 4.5.6.Final + 4.5.7-SNAPSHOT ]]> diff --git a/docbook/reference/en/en-US/modules/signature.xml b/docbook/reference/en/en-US/modules/signature.xml index a49a7648e40..e2110efc171 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.5.6.Final</version> + <version>4.5.7-SNAPSHOT</version> </dependency> diff --git a/docbook/reference/en/en-US/modules/smime.xml b/docbook/reference/en/en-US/modules/smime.xml index e8930ed781e..17271954a8e 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.5.6.Final</version> + <version>4.5.7-SNAPSHOT</version> </dependency> diff --git a/jboss-modules/pom.xml b/jboss-modules/pom.xml index 33fba07bd29..bb54403998f 100644 --- a/jboss-modules/pom.xml +++ b/jboss-modules/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-jboss-modules diff --git a/pom.xml b/pom.xml index 9dff5f2ebb8..eddfc24f4c6 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT pom diff --git a/profiling-tests/pom.xml b/profiling-tests/pom.xml index 875b7a5ba67..5f1e344eaec 100644 --- a/profiling-tests/pom.xml +++ b/profiling-tests/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-profiling-tests diff --git a/providers/fastinfoset/pom.xml b/providers/fastinfoset/pom.xml index 53d7746f915..5c989bd5ab4 100644 --- a/providers/fastinfoset/pom.xml +++ b/providers/fastinfoset/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-fastinfoset-provider diff --git a/providers/jackson2/pom.xml b/providers/jackson2/pom.xml index 79ebdde5670..01f1a67bed1 100644 --- a/providers/jackson2/pom.xml +++ b/providers/jackson2/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-jackson2-provider diff --git a/providers/jaxb/pom.xml b/providers/jaxb/pom.xml index 2eef631cc0c..8d2c823c1b6 100644 --- a/providers/jaxb/pom.xml +++ b/providers/jaxb/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-jaxb-provider diff --git a/providers/json-binding/pom.xml b/providers/json-binding/pom.xml index b24a697931a..c4b5947c165 100644 --- a/providers/json-binding/pom.xml +++ b/providers/json-binding/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-json-binding-provider diff --git a/providers/json-p-ee7/pom.xml b/providers/json-p-ee7/pom.xml index a62a2bfbbb7..45e8fed95eb 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-json-p-provider diff --git a/providers/multipart/pom.xml b/providers/multipart/pom.xml index 7b170ddf56e..b5bc2adfb7a 100644 --- a/providers/multipart/pom.xml +++ b/providers/multipart/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-multipart-provider diff --git a/providers/pom.xml b/providers/pom.xml index b184936104e..06dcf996651 100644 --- a/providers/pom.xml +++ b/providers/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml RESTEasy Providers diff --git a/providers/resteasy-atom/pom.xml b/providers/resteasy-atom/pom.xml index 5e8c4bfbd55..f0bc77f888a 100644 --- a/providers/resteasy-atom/pom.xml +++ b/providers/resteasy-atom/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-atom-provider diff --git a/providers/resteasy-html/pom.xml b/providers/resteasy-html/pom.xml index 47bfdf9faca..d77e86248f3 100644 --- a/providers/resteasy-html/pom.xml +++ b/providers/resteasy-html/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-html diff --git a/providers/resteasy-validator-provider/pom.xml b/providers/resteasy-validator-provider/pom.xml index 981411f214d..b009d9a788c 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-validator-provider diff --git a/resteasy-bom/pom.xml b/resteasy-bom/pom.xml index e8a0bfdf3ee..4d6e74b4647 100644 --- a/resteasy-bom/pom.xml +++ b/resteasy-bom/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-bom - 4.5.6.Final + 4.5.7-SNAPSHOT pom diff --git a/resteasy-cache/pom.xml b/resteasy-cache/pom.xml index d9dbafd937e..64511a34a68 100644 --- a/resteasy-cache/pom.xml +++ b/resteasy-cache/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml RESTEasy Cache diff --git a/resteasy-cache/resteasy-cache-core/pom.xml b/resteasy-cache/resteasy-cache-core/pom.xml index a1f239537e3..2fffc6abbf5 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml resteasy-cache-core diff --git a/resteasy-cdi/pom.xml b/resteasy-cdi/pom.xml index 500db946592..c496e1697c5 100644 --- a/resteasy-cdi/pom.xml +++ b/resteasy-cdi/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-cdi RESTEasy CDI integration module diff --git a/resteasy-client-api/pom.xml b/resteasy-client-api/pom.xml index 0c7b746b21a..ee019b50225 100644 --- a/resteasy-client-api/pom.xml +++ b/resteasy-client-api/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-client-jetty/pom.xml b/resteasy-client-jetty/pom.xml index 4ee5ab8f876..2eb5c64cd11 100644 --- a/resteasy-client-jetty/pom.xml +++ b/resteasy-client-jetty/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-client-microprofile/pom.xml b/resteasy-client-microprofile/pom.xml index c0d52504455..9b65912326d 100644 --- a/resteasy-client-microprofile/pom.xml +++ b/resteasy-client-microprofile/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-client-reactor-netty/pom.xml b/resteasy-client-reactor-netty/pom.xml index 4e653314610..62c572951e3 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.5.6.Final + 4.5.7-SNAPSHOT 4.0.0 diff --git a/resteasy-client-vertx/pom.xml b/resteasy-client-vertx/pom.xml index a0f2a2b2df5..2e407674e61 100644 --- a/resteasy-client-vertx/pom.xml +++ b/resteasy-client-vertx/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-client/pom.xml b/resteasy-client/pom.xml index d9b6d6cfa67..7f1e11052bd 100644 --- a/resteasy-client/pom.xml +++ b/resteasy-client/pom.xml @@ -5,7 +5,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-core-spi/pom.xml b/resteasy-core-spi/pom.xml index f13136d11e1..661c6a2150e 100644 --- a/resteasy-core-spi/pom.xml +++ b/resteasy-core-spi/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-core-spi diff --git a/resteasy-core/pom.xml b/resteasy-core/pom.xml index 6b78f1bcf47..304bc35aab5 100644 --- a/resteasy-core/pom.xml +++ b/resteasy-core/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-core diff --git a/resteasy-dependencies-bom/pom.xml b/resteasy-dependencies-bom/pom.xml index 7121e9ed0ea..6e52299969b 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.5.6.Final + 4.5.7-SNAPSHOT pom RESTEasy dependencies BOM RESTEasy dependencies BOM diff --git a/resteasy-guice/pom.xml b/resteasy-guice/pom.xml index a0800236dc3..9c3218a89fd 100644 --- a/resteasy-guice/pom.xml +++ b/resteasy-guice/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-guice diff --git a/resteasy-jsapi/pom.xml b/resteasy-jsapi/pom.xml index 24b1b0f2e07..ac244f47335 100644 --- a/resteasy-jsapi/pom.xml +++ b/resteasy-jsapi/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-jsapi diff --git a/resteasy-links/pom.xml b/resteasy-links/pom.xml index 9b3d5eaa256..3270bc87bc8 100644 --- a/resteasy-links/pom.xml +++ b/resteasy-links/pom.xml @@ -6,7 +6,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-links diff --git a/resteasy-reactive-context/pom.xml b/resteasy-reactive-context/pom.xml index c66a77139f4..46528b5d638 100644 --- a/resteasy-reactive-context/pom.xml +++ b/resteasy-reactive-context/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-context-propagation RESTEasy Context Propagation diff --git a/resteasy-reactor/pom.xml b/resteasy-reactor/pom.xml index 3fdb4ec819d..057ddf458ed 100644 --- a/resteasy-reactor/pom.xml +++ b/resteasy-reactor/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-reactor RESTEasy Spring Reactor integration diff --git a/resteasy-rxjava2/pom.xml b/resteasy-rxjava2/pom.xml index c5bc5a388b6..dcd97ef3ca8 100644 --- a/resteasy-rxjava2/pom.xml +++ b/resteasy-rxjava2/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-rxjava2 RESTEasy RxJava 2 integration diff --git a/resteasy-servlet-initializer/pom.xml b/resteasy-servlet-initializer/pom.xml index 7958b7f0dc3..80f7395cc73 100644 --- a/resteasy-servlet-initializer/pom.xml +++ b/resteasy-servlet-initializer/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-servlet-initializer diff --git a/resteasy-spring-web/pom.xml b/resteasy-spring-web/pom.xml index d22feefb127..df1747238d2 100644 --- a/resteasy-spring-web/pom.xml +++ b/resteasy-spring-web/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-spring/pom.xml b/resteasy-spring/pom.xml index 3609940c90d..8186cae7fce 100644 --- a/resteasy-spring/pom.xml +++ b/resteasy-spring/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT resteasy-spring jar diff --git a/resteasy-stats/pom.xml b/resteasy-stats/pom.xml index a89f46f46ca..206aafebb32 100644 --- a/resteasy-stats/pom.xml +++ b/resteasy-stats/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml resteasy-stats diff --git a/resteasy-upgrade-guide/pom.xml b/resteasy-upgrade-guide/pom.xml index bb4d54fdd46..ff105e7d2bd 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.5.6.Final + 4.5.7-SNAPSHOT jdocbook RESTEasy Upgrade Guide (${translation}) diff --git a/resteasy-wadl-undertow-connector/pom.xml b/resteasy-wadl-undertow-connector/pom.xml index fc365441b9d..5471fc9be5e 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/resteasy-wadl/pom.xml b/resteasy-wadl/pom.xml index 540d71bd7bf..c6c2162ed99 100644 --- a/resteasy-wadl/pom.xml +++ b/resteasy-wadl/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/security/jose-jwt/pom.xml b/security/jose-jwt/pom.xml index 753325224f6..6964d507227 100644 --- a/security/jose-jwt/pom.xml +++ b/security/jose-jwt/pom.xml @@ -3,7 +3,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 28025b2bddb..4015a993c8a 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml RESTEasy Security diff --git a/security/resteasy-crypto/pom.xml b/security/resteasy-crypto/pom.xml index e0d02b788fc..e1689e1b757 100644 --- a/security/resteasy-crypto/pom.xml +++ b/security/resteasy-crypto/pom.xml @@ -4,7 +4,7 @@ resteasy-jaxrs-all org.jboss.resteasy - 4.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/pom.xml b/server-adapters/pom.xml index 6a5efb8e24d..3f4f128dff3 100644 --- a/server-adapters/pom.xml +++ b/server-adapters/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT RESTEasy Http Adapter Plugins diff --git a/server-adapters/resteasy-jdk-http/pom.xml b/server-adapters/resteasy-jdk-http/pom.xml index 32d88759905..5668604549c 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-netty4-cdi/pom.xml b/server-adapters/resteasy-netty4-cdi/pom.xml index 3fb6d7630eb..24dfc146724 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-netty4/pom.xml b/server-adapters/resteasy-netty4/pom.xml index d4279b7de0d..ef3b5a8356c 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-undertow-spring/pom.xml b/server-adapters/resteasy-undertow-spring/pom.xml index 20479bb64b8..28c774fede0 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-undertow/pom.xml b/server-adapters/resteasy-undertow/pom.xml index 2e63e9d66bd..85dcfc46c93 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/server-adapters/resteasy-vertx/pom.xml b/server-adapters/resteasy-vertx/pom.xml index b6db42ba488..81729708670 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.5.6.Final + 4.5.7-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/testsuite/arquillian-utils/pom.xml b/testsuite/arquillian-utils/pom.xml index 381edcd96d5..7819618b5ba 100644 --- a/testsuite/arquillian-utils/pom.xml +++ b/testsuite/arquillian-utils/pom.xml @@ -17,7 +17,7 @@ org.jboss.resteasy arquillian-utils - 4.5.6.Final + 4.5.7-SNAPSHOT RESTEasy Main testsuite: Arquillian utils jar diff --git a/testsuite/integration-tests-embedded/pom.xml b/testsuite/integration-tests-embedded/pom.xml index 71e0664e99c..c49b1f3bce0 100644 --- a/testsuite/integration-tests-embedded/pom.xml +++ b/testsuite/integration-tests-embedded/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-testsuite - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring-web/deployment/pom.xml b/testsuite/integration-tests-spring-web/deployment/pom.xml index 4b9686b6bef..140f2fcfd5f 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring-web/pom.xml b/testsuite/integration-tests-spring-web/pom.xml index e9d8bf9c0b4..775a2ca1d12 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/deployment/pom.xml b/testsuite/integration-tests-spring/deployment/pom.xml index 1ea55d3e84a..99e8b6169b6 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/inmodule/pom.xml b/testsuite/integration-tests-spring/inmodule/pom.xml index e68c10c0161..f43e34d8859 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/pom.xml b/testsuite/integration-tests-spring/pom.xml index 1d1ff39884f..3aa66b49550 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests-spring/unit/pom.xml b/testsuite/integration-tests-spring/unit/pom.xml index 5ae7a844e04..b09136e8638 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.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml index b27f9f5ab8d..fa4d5d27faf 100644 --- a/testsuite/integration-tests/pom.xml +++ b/testsuite/integration-tests/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml diff --git a/testsuite/microprofile-tck/pom.xml b/testsuite/microprofile-tck/pom.xml index 3b907f5d3b7..d405b6ba500 100644 --- a/testsuite/microprofile-tck/pom.xml +++ b/testsuite/microprofile-tck/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-testsuite - 4.5.6.Final + 4.5.7-SNAPSHOT ../ diff --git a/testsuite/pom.xml b/testsuite/pom.xml index f23807932c8..e1ccfc0aa76 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -3,7 +3,7 @@ org.jboss.resteasy resteasy-jaxrs-all - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml RESTEasy Main testsuite diff --git a/testsuite/unit-tests/pom.xml b/testsuite/unit-tests/pom.xml index d22bbf165ba..9199ba00044 100644 --- a/testsuite/unit-tests/pom.xml +++ b/testsuite/unit-tests/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-testsuite - 4.5.6.Final + 4.5.7-SNAPSHOT ../pom.xml