From 686566d69cdcd9257326d10cce81979fc488b416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Fri, 18 Sep 2020 15:01:02 +0800 Subject: [PATCH] Resteasy 2696 (#87) * RESTEASY-2696 - Upgrade resteasy dep to 3.13.1.Final * 3.6.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 | 4 ++-- sample-app-no-jaxrs-application/pom.xml | 4 ++-- sample-app/pom.xml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 074718bf..631143da 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-spring-boot-starter - 3.6.2.Final-SNAPSHOT + 3.6.2.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index c7167fcd..9f810e4f 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -7,7 +7,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 3.6.2.Final-SNAPSHOT + 3.6.2.Final runtime ``` diff --git a/pom.xml b/pom.xml index a7530f6b..a8950e93 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 3.6.2.Final-SNAPSHOT + 3.6.2.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index fa9349ac..fe56920c 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 - 3.6.2.Final-SNAPSHOT + 3.6.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 2d9d1550..aacc07de 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 - 3.6.2.Final-SNAPSHOT + 3.6.2.Final ${project.artifactId} A Spring Boot starter for RESTEasy @@ -59,7 +59,7 @@ UTF-8 UTF-8 2.3.2.RELEASE - 3.13.0.Final + 3.13.1.Final 2.10.3 3.4.0.Final diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index b618caed..205fbc13 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 - 3.6.2.Final-SNAPSHOT + 3.6.2.Final jar Simple test application for the Resteasy Spring Boot starter that contains no JAX-RS application class @@ -16,7 +16,7 @@ 1.8 1.8 1.8 - 3.13.0.Final + 3.13.1.Final 2.3.2.RELEASE diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 114f57b2..952f446e 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 3.6.2.Final-SNAPSHOT + 3.6.2.Final jar Simple test application for the Resteasy Spring Boot starter @@ -15,7 +15,7 @@ 1.8 1.8 1.8 - 3.13.0.Final + 3.13.1.Final 2.3.2.RELEASE