From 5957fc5d6c378da890e39c7e1a8c58157cc5d568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 22 Feb 2024 18:59:19 +0800 Subject: [PATCH] 6.1.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 +- resteasy-spring-boot-bom/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 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index be76942..8469119 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.1.1-SNAPSHOT + 6.1.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.1.1-SNAPSHOT + 6.1.1.Final runtime ``` diff --git a/common/pom.xml b/common/pom.xml index d3c66c3..6b70630 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.1.1-SNAPSHOT + 6.1.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 561348b..2b6f084 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.1.1-SNAPSHOT + 6.1.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 6ba36a0..51f5c6a 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.1.1-SNAPSHOT + 6.1.1.Final ../pom.xml diff --git a/mds/USAGE.md b/mds/USAGE.md index 4c8231e..cfb69c8 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.1.1-SNAPSHOT + 6.1.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.1.1-SNAPSHOT + 6.1.1.Final runtime ``` diff --git a/pom.xml b/pom.xml index 9c4d38f..865f99b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.1.1-SNAPSHOT + 6.1.1.Final pom diff --git a/reactor-netty/pom.xml b/reactor-netty/pom.xml index b57d76a..3d8abc7 100644 --- a/reactor-netty/pom.xml +++ b/reactor-netty/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.1.1-SNAPSHOT + 6.1.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 384ee9c..817a826 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.1.1-SNAPSHOT + 6.1.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 4ecaa20..8475cd1 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.1.1-SNAPSHOT + 6.1.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 d95d581..e8d4727 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.1.1-SNAPSHOT + 6.1.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 727a4cd..e988468 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.1.1-SNAPSHOT + 6.1.1.Final ../pom.xml diff --git a/resteasy-spring-boot-bom/pom.xml b/resteasy-spring-boot-bom/pom.xml index 8903ae2..8e6233c 100644 --- a/resteasy-spring-boot-bom/pom.xml +++ b/resteasy-spring-boot-bom/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.1.1-SNAPSHOT + 6.1.1.Final ../pom.xml 4.0.0 diff --git a/servlet/pom.xml b/servlet/pom.xml index 1d61204..1c0d4c3 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.1.1-SNAPSHOT + 6.1.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 65f6990..163563b 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.1.1-SNAPSHOT + 6.1.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 8120007..23f190a 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.1.1-SNAPSHOT + 6.1.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 82986e1..d989287 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.1.1-SNAPSHOT + 6.1.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 26d7157..cbbad57 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.1.1-SNAPSHOT + 6.1.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 d9481d6..8c5fe32 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.1.1-SNAPSHOT + 6.1.1.Final ../pom.xml