From 26c1450aebbd9d358d2c51947cc849ff5ec8aefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 12 Jan 2023 00:09:08 +0800 Subject: [PATCH] 6.0.1.Final --- README.md | 4 ++-- common/pom.xml | 2 +- common/resteasy-spring-boot-starter-common/pom.xml | 2 +- common/resteasy-spring-boot-starter-sample-app-common/pom.xml | 2 +- mds/USAGE.md | 4 ++-- pom.xml | 2 +- reactor-netty/pom.xml | 2 +- .../pom.xml | 2 +- .../resteasy-reactor-netty-spring-boot-sample-app/pom.xml | 2 +- .../resteasy-reactor-netty-spring-boot-starter-test/pom.xml | 2 +- .../resteasy-reactor-netty-spring-boot-starter/pom.xml | 2 +- servlet/pom.xml | 2 +- .../resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml | 2 +- servlet/resteasy-servlet-spring-boot-sample-app/pom.xml | 2 +- servlet/resteasy-servlet-spring-boot-starter-test/pom.xml | 2 +- servlet/resteasy-servlet-spring-boot-starter/pom.xml | 2 +- servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f984503d..29b83cdd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-servlet-spring-boot-starter - 6.0.1-SNAPSHOT + 6.0.1.Final runtime ``` @@ -41,7 +41,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 6.0.1-SNAPSHOT + 6.0.1.Final runtime ``` diff --git a/common/pom.xml b/common/pom.xml index df204817..97bbf597 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/common/resteasy-spring-boot-starter-common/pom.xml b/common/resteasy-spring-boot-starter-common/pom.xml index 767ded40..9796d199 100644 --- a/common/resteasy-spring-boot-starter-common/pom.xml +++ b/common/resteasy-spring-boot-starter-common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-common-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/common/resteasy-spring-boot-starter-sample-app-common/pom.xml b/common/resteasy-spring-boot-starter-sample-app-common/pom.xml index e371da2a..7e07daa9 100644 --- a/common/resteasy-spring-boot-starter-sample-app-common/pom.xml +++ b/common/resteasy-spring-boot-starter-sample-app-common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-common-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/mds/USAGE.md b/mds/USAGE.md index 5cf08b0e..61990516 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -10,7 +10,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-servlet-spring-boot-starter - 6.0.1-SNAPSHOT + 6.0.1.Final runtime ``` @@ -21,7 +21,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 6.0.1-SNAPSHOT + 6.0.1.Final runtime ``` diff --git a/pom.xml b/pom.xml index c8b91429..9ee38805 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final pom diff --git a/reactor-netty/pom.xml b/reactor-netty/pom.xml index 4b4ab9c7..44be8439 100644 --- a/reactor-netty/pom.xml +++ b/reactor-netty/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml index 8b31cc99..689e23a3 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml index f167f06a..0896842f 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml index f5edf613..13273bad 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml index f8659d7d..c18bad4e 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/pom.xml b/servlet/pom.xml index 49688560..81e05d94 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml b/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml index 944dc6f2..2e9b0971 100644 --- a/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml b/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml index ca359ef0..11e3e2f8 100644 --- a/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml b/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml index 06776505..0b63c0c0 100644 --- a/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-starter/pom.xml b/servlet/resteasy-servlet-spring-boot-starter/pom.xml index 3e8146bb..d3eb82a4 100644 --- a/servlet/resteasy-servlet-spring-boot-starter/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml diff --git a/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml b/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml index 5a1c62d1..e38594b3 100644 --- a/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml +++ b/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.1.Final ../pom.xml