From 170b9dba96e69c1a1ab965b7990083347dc4aeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Mon, 18 Jan 2021 19:05:04 +0800 Subject: [PATCH] prepare-4.2.0.Final (#64) --- async-job-service/pom.xml | 4 ++-- bootable-jar/pom.xml | 2 +- digital-signatures/no-dns/pom.xml | 2 +- digital-signatures/pom.xml | 4 ++-- digital-signatures/use-dns/pom.xml | 2 +- examples-jsapi/pom.xml | 4 ++-- guice-hello/pom.xml | 2 +- jaxb-json/pom.xml | 2 +- jaxrs-2.0/pom.xml | 2 +- jaxrs-2.0/server-async-http/pom.xml | 2 +- jaxrs-2.0/simple-client/pom.xml | 2 +- jaxrs-swagger-example/pom.xml | 2 +- jaxrs2-async-pubsub-example/pom.xml | 2 +- jsapi-servlet-test/pom.xml | 2 +- pom.xml | 2 +- resteasy-spring-basic/pom.xml | 2 +- resteasy-spring-customized/pom.xml | 2 +- resteasy-spring-mvc/pom.xml | 2 +- resteasy-spring-rest/pom.xml | 2 +- resteasy-spring-undertow/pom.xml | 2 +- resteasy-wadl-wildfly/pom.xml | 2 +- smime/pom.xml | 2 +- spring-hibernate-contacts/core/pom.xml | 2 +- spring-hibernate-contacts/persistence/pom.xml | 2 +- spring-hibernate-contacts/pom.xml | 2 +- spring-hibernate-contacts/services/pom.xml | 2 +- tracing-example/pom.xml | 2 +- wadl-example/pom.xml | 2 +- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/async-job-service/pom.xml b/async-job-service/pom.xml index a7b0b76a..a0ec493a 100755 --- a/async-job-service/pom.xml +++ b/async-job-service/pom.xml @@ -4,12 +4,12 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples examples-async-job-service - 4.1.2.Final-SNAPSHOT + 4.2.0.Final war Example: Async Job Service diff --git a/bootable-jar/pom.xml b/bootable-jar/pom.xml index 40b4642f..a7ce5282 100644 --- a/bootable-jar/pom.xml +++ b/bootable-jar/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml products-runner diff --git a/digital-signatures/no-dns/pom.xml b/digital-signatures/no-dns/pom.xml index cd4f48a3..a01756e1 100755 --- a/digital-signatures/no-dns/pom.xml +++ b/digital-signatures/no-dns/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../../pom.xml org.jboss.resteasy.test diff --git a/digital-signatures/pom.xml b/digital-signatures/pom.xml index 86742a22..1d60793c 100755 --- a/digital-signatures/pom.xml +++ b/digital-signatures/pom.xml @@ -4,13 +4,13 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy signature-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final pom Resteasy Examples diff --git a/digital-signatures/use-dns/pom.xml b/digital-signatures/use-dns/pom.xml index 01dd53f0..73fb3ca6 100755 --- a/digital-signatures/use-dns/pom.xml +++ b/digital-signatures/use-dns/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../../pom.xml org.jboss.resteasy.test diff --git a/examples-jsapi/pom.xml b/examples-jsapi/pom.xml index fd8a235c..62818a69 100755 --- a/examples-jsapi/pom.xml +++ b/examples-jsapi/pom.xml @@ -4,13 +4,13 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy examples-jsapi - 4.1.2.Final-SNAPSHOT + 4.2.0.Final war Example: JS-API diff --git a/guice-hello/pom.xml b/guice-hello/pom.xml index 431682d9..fc66e188 100755 --- a/guice-hello/pom.xml +++ b/guice-hello/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/jaxb-json/pom.xml b/jaxb-json/pom.xml index 7edcfda2..beab41af 100755 --- a/jaxb-json/pom.xml +++ b/jaxb-json/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml diff --git a/jaxrs-2.0/pom.xml b/jaxrs-2.0/pom.xml index 7bc2f45b..c2337187 100644 --- a/jaxrs-2.0/pom.xml +++ b/jaxrs-2.0/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml diff --git a/jaxrs-2.0/server-async-http/pom.xml b/jaxrs-2.0/server-async-http/pom.xml index 3ed9927d..64a874c4 100755 --- a/jaxrs-2.0/server-async-http/pom.xml +++ b/jaxrs-2.0/server-async-http/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../../pom.xml org.jboss.resteasy.test diff --git a/jaxrs-2.0/simple-client/pom.xml b/jaxrs-2.0/simple-client/pom.xml index 5e88103c..4ed2a76e 100755 --- a/jaxrs-2.0/simple-client/pom.xml +++ b/jaxrs-2.0/simple-client/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../../pom.xml org.jboss.resteasy.test diff --git a/jaxrs-swagger-example/pom.xml b/jaxrs-swagger-example/pom.xml index 1b3c1da0..72556389 100644 --- a/jaxrs-swagger-example/pom.xml +++ b/jaxrs-swagger-example/pom.xml @@ -5,7 +5,7 @@ testable-examples-pom org.jboss.resteasy - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml 4.0.0 diff --git a/jaxrs2-async-pubsub-example/pom.xml b/jaxrs2-async-pubsub-example/pom.xml index af161db5..f4d127bd 100755 --- a/jaxrs2-async-pubsub-example/pom.xml +++ b/jaxrs2-async-pubsub-example/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml async-pubsub-example diff --git a/jsapi-servlet-test/pom.xml b/jsapi-servlet-test/pom.xml index 9d2b7911..fa2eb864 100755 --- a/jsapi-servlet-test/pom.xml +++ b/jsapi-servlet-test/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.test diff --git a/pom.xml b/pom.xml index d57ad702..5820c9ee 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final pom Resteasy Examples diff --git a/resteasy-spring-basic/pom.xml b/resteasy-spring-basic/pom.xml index 92a066ae..3db72f1c 100755 --- a/resteasy-spring-basic/pom.xml +++ b/resteasy-spring-basic/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/resteasy-spring-customized/pom.xml b/resteasy-spring-customized/pom.xml index 60aba642..51257f52 100755 --- a/resteasy-spring-customized/pom.xml +++ b/resteasy-spring-customized/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/resteasy-spring-mvc/pom.xml b/resteasy-spring-mvc/pom.xml index 82ab0248..80d6362c 100755 --- a/resteasy-spring-mvc/pom.xml +++ b/resteasy-spring-mvc/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/resteasy-spring-rest/pom.xml b/resteasy-spring-rest/pom.xml index 8467ad30..1cf23176 100755 --- a/resteasy-spring-rest/pom.xml +++ b/resteasy-spring-rest/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/resteasy-spring-undertow/pom.xml b/resteasy-spring-undertow/pom.xml index e7df37cd..687ba04d 100755 --- a/resteasy-spring-undertow/pom.xml +++ b/resteasy-spring-undertow/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/resteasy-wadl-wildfly/pom.xml b/resteasy-wadl-wildfly/pom.xml index e2ba0963..228fd31c 100644 --- a/resteasy-wadl-wildfly/pom.xml +++ b/resteasy-wadl-wildfly/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml diff --git a/smime/pom.xml b/smime/pom.xml index 6f78a5cd..a5c5e33d 100755 --- a/smime/pom.xml +++ b/smime/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.test diff --git a/spring-hibernate-contacts/core/pom.xml b/spring-hibernate-contacts/core/pom.xml index 90b7954b..6bd11448 100755 --- a/spring-hibernate-contacts/core/pom.xml +++ b/spring-hibernate-contacts/core/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy.examples examples-spring-hibernate-contacts - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/spring-hibernate-contacts/persistence/pom.xml b/spring-hibernate-contacts/persistence/pom.xml index 83878958..8bf9e1b8 100755 --- a/spring-hibernate-contacts/persistence/pom.xml +++ b/spring-hibernate-contacts/persistence/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy.examples examples-spring-hibernate-contacts - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/spring-hibernate-contacts/pom.xml b/spring-hibernate-contacts/pom.xml index 1f060d7c..da67951d 100755 --- a/spring-hibernate-contacts/pom.xml +++ b/spring-hibernate-contacts/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/spring-hibernate-contacts/services/pom.xml b/spring-hibernate-contacts/services/pom.xml index 1707ec0b..4643ec2b 100755 --- a/spring-hibernate-contacts/services/pom.xml +++ b/spring-hibernate-contacts/services/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy.examples examples-spring-hibernate-contacts - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy.examples diff --git a/tracing-example/pom.xml b/tracing-example/pom.xml index f8f303d0..7a17d088 100644 --- a/tracing-example/pom.xml +++ b/tracing-example/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml org.jboss.resteasy diff --git a/wadl-example/pom.xml b/wadl-example/pom.xml index 170f1e3b..94becac7 100644 --- a/wadl-example/pom.xml +++ b/wadl-example/pom.xml @@ -4,7 +4,7 @@ org.jboss.resteasy testable-examples-pom - 4.1.2.Final-SNAPSHOT + 4.2.0.Final ../pom.xml