From 194a3fc28786167d49b4294def8c732831c8742b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 27 Jul 2023 16:38:39 +0800 Subject: [PATCH] 6.0.0.Final --- async-job-service/pom.xml | 2 +- bootable-jar/pom.xml | 2 +- contacts/pom.xml | 2 +- examples-jsapi/pom.xml | 2 +- microprofile-openapi/pom.xml | 2 +- pom.xml | 2 +- servlet-example/pom.xml | 2 +- tracing-example/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/async-job-service/pom.xml b/async-job-service/pom.xml index 77b5d32b..d78f415a 100644 --- a/async-job-service/pom.xml +++ b/async-job-service/pom.xml @@ -12,7 +12,7 @@ dev.resteasy.examples async-job-service - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Example: Async Job Service diff --git a/bootable-jar/pom.xml b/bootable-jar/pom.xml index 28dbd812..e321b8f7 100644 --- a/bootable-jar/pom.xml +++ b/bootable-jar/pom.xml @@ -12,7 +12,7 @@ dev.resteasy.examples products-runner - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Examples: Bootable JAR Example RESTEasy Bootable JAR Example diff --git a/contacts/pom.xml b/contacts/pom.xml index 543f9c29..31f798a7 100644 --- a/contacts/pom.xml +++ b/contacts/pom.xml @@ -32,7 +32,7 @@ dev.resteasy.examples contacts - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Example: Contacts diff --git a/examples-jsapi/pom.xml b/examples-jsapi/pom.xml index 5de86227..93243d32 100644 --- a/examples-jsapi/pom.xml +++ b/examples-jsapi/pom.xml @@ -12,7 +12,7 @@ dev.resteasy.examples jsapi - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Example: JS-API diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 781e3529..97b3343e 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -12,7 +12,7 @@ dev.resteasy.examples microprofile-openapi - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Examples: MicroProfile OpenAPI Example RESTEasy MicroProfile OpenAPI Example diff --git a/pom.xml b/pom.xml index f13bded7..2b8c4af4 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ dev.resteasy.examples resteasy-examples-parent - 6.0.1-SNAPSHOT + 6.0.0.Final pom RESTEasy Examples diff --git a/servlet-example/pom.xml b/servlet-example/pom.xml index 04d98fff..1bc4540d 100644 --- a/servlet-example/pom.xml +++ b/servlet-example/pom.xml @@ -11,7 +11,7 @@ dev.resteasy.examples servlet-example - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Example: Minimal Servlet Example diff --git a/tracing-example/pom.xml b/tracing-example/pom.xml index ebb036f1..cd2dcb80 100644 --- a/tracing-example/pom.xml +++ b/tracing-example/pom.xml @@ -11,7 +11,7 @@ dev.resteasy.examples tracing-example - 6.0.1-SNAPSHOT + 6.0.0.Final war RESTEasy Example: Tracing Example