From 651ce32ae4517fdba4d249e753bf1ee3d4b573e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Wed, 1 Dec 2021 19:45:52 +0800 Subject: [PATCH] update resteasy to 5.0.0.Final (#131) --- README.md | 2 +- mds/USAGE.md | 2 +- pom.xml | 2 +- resteasy-spring-boot-starter-test/pom.xml | 2 +- resteasy-spring-boot-starter/pom.xml | 6 +++--- sample-app-for-wildfly/pom.xml | 6 +++--- sample-app-no-jaxrs-application/pom.xml | 6 +++--- sample-app/pom.xml | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5629c567..880d1ff5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 5.0.0.Beta1 + 5.0.0.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index ff76e530..2ade4ce3 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -8,7 +8,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 5.0.0.Beta1 + 5.0.0.Final runtime ``` diff --git a/pom.xml b/pom.xml index cdc19393..4a7c6d38 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 5.0.0.Beta1 + 5.0.0.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 2a1850dd..75548a37 100644 --- a/resteasy-spring-boot-starter-test/pom.xml +++ b/resteasy-spring-boot-starter-test/pom.xml @@ -11,7 +11,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-test - 5.0.0.Beta1 + 5.0.0.Final ${project.artifactId} Integration test project for RESTEasy Spring Boot starter diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index 02302aee..210fb0ca 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -11,7 +11,7 @@ org.jboss.resteasy resteasy-spring-boot-starter - 5.0.0.Beta1 + 5.0.0.Final ${project.artifactId} A Spring Boot starter for RESTEasy @@ -61,8 +61,8 @@ UTF-8 UTF-8 - 2.5.6 - 5.0.0.Beta3 + 2.5.7 + 5.0.0.Final 1.0.0.Final 2.12.3 3.4.0.Final diff --git a/sample-app-for-wildfly/pom.xml b/sample-app-for-wildfly/pom.xml index bf05a909..90018e0a 100644 --- a/sample-app-for-wildfly/pom.xml +++ b/sample-app-for-wildfly/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app-for-wildfly - 5.0.0.Beta1 + 5.0.0.Final war Simple test application for the Resteasy Spring Boot starter to deploy to Wildfly @@ -15,8 +15,8 @@ 1.8 1.8 1.8 - 5.0.0.Beta3 - 2.5.6 + 5.0.0.Final + 2.5.7 diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index 4ae78886..ac92b12c 100644 --- a/sample-app-no-jaxrs-application/pom.xml +++ b/sample-app-no-jaxrs-application/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy spring-boot-sample-app-no-jaxrs-application - 5.0.0.Beta1 + 5.0.0.Final jar Simple test application for the Resteasy Spring Boot starter that contains no JAX-RS application class @@ -16,8 +16,8 @@ 1.8 1.8 1.8 - 5.0.0.Beta3 - 2.5.6 + 5.0.0.Final + 2.5.7 diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 8a8bd541..6590d4cc 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 5.0.0.Beta1 + 5.0.0.Final jar Simple test application for the Resteasy Spring Boot starter @@ -15,8 +15,8 @@ 1.8 1.8 1.8 - 5.0.0.Beta3 - 2.5.6 + 5.0.0.Final + 2.5.7