From ef57fe2ec17ff4a7fc5598bd54a8a0f1afd53308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 8 Jul 2021 22:07:33 +0800 Subject: [PATCH] 4.8.2.Final --- README.md | 2 +- mds/USAGE.md | 2 +- pom.xml | 2 +- resteasy-spring-boot-starter-test/pom.xml | 2 +- resteasy-spring-boot-starter/pom.xml | 2 +- sample-app-for-wildfly/pom.xml | 2 +- sample-app-no-jaxrs-application/pom.xml | 2 +- sample-app/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 68d4838..ba7e779 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 4.8.1.Final + 4.8.2.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index 925abda..3602564 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 - 4.8.1.Final + 4.8.2.Final runtime ``` diff --git a/pom.xml b/pom.xml index 055d292..d13a187 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 4.8.1.Final + 4.8.2.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 669e615..0ef9846 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 - 4.8.1.Final + 4.8.2.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 41247e5..428438a 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 - 4.8.1.Final + 4.8.2.Final ${project.artifactId} A Spring Boot starter for RESTEasy diff --git a/sample-app-for-wildfly/pom.xml b/sample-app-for-wildfly/pom.xml index 94b4068..2cf3b9f 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 - 4.8.1.Final + 4.8.2.Final war Simple test application for the Resteasy Spring Boot starter to deploy to Wildfly diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index f7e95cd..5f21137 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 - 4.8.1.Final + 4.8.2.Final jar Simple test application for the Resteasy Spring Boot starter that contains no JAX-RS application class diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 249ab72..53e69c9 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 4.8.1.Final + 4.8.2.Final jar Simple test application for the Resteasy Spring Boot starter