From 2e1f6e580a7ea4654df7637684fd990947c59a8f Mon Sep 17 00:00:00 2001 From: Weinan Li Date: Mon, 7 Sep 2020 14:04:04 +0800 Subject: [PATCH 1/2] RESTEASY-2680 - Upgrade resteasy-spring-boot to 2.3.2.RELEASE --- resteasy-spring-boot-starter/pom.xml | 2 +- sample-app-no-jaxrs-application/pom.xml | 2 +- sample-app/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index 7bdf65df..3a4e5649 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -58,7 +58,7 @@ UTF-8 UTF-8 - 2.3.1.RELEASE + 2.3.2.RELEASE 3.13.0.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 83be2b47..9e809bee 100644 --- a/sample-app-no-jaxrs-application/pom.xml +++ b/sample-app-no-jaxrs-application/pom.xml @@ -17,7 +17,7 @@ 1.8 1.8 3.13.0.Final - 2.3.1.RELEASE + 2.3.2.RELEASE diff --git a/sample-app/pom.xml b/sample-app/pom.xml index a148e91e..ad8464ba 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 3.13.0.Final - 2.3.1.RELEASE + 2.3.2.RELEASE From dc412a98dbcf63b316125649c3e0454b7e46cb53 Mon Sep 17 00:00:00 2001 From: Weinan Li Date: Mon, 7 Sep 2020 14:09:22 +0800 Subject: [PATCH 2/2] 3.6.1.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-no-jaxrs-application/pom.xml | 2 +- sample-app/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b09896b6..3e020551 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.1.Final-SNAPSHOT + 3.6.1.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index 6e709797..2376c722 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.1.Final-SNAPSHOT + 3.6.1.Final runtime ``` diff --git a/pom.xml b/pom.xml index 477788f3..c29540e0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 3.6.1.Final-SNAPSHOT + 3.6.1.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index a3763276..d9297931 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.1.Final-SNAPSHOT + 3.6.1.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 3a4e5649..d673b8f7 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.1.Final-SNAPSHOT + 3.6.1.Final ${project.artifactId} A Spring Boot starter for RESTEasy diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index 9e809bee..0bbf77ee 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.1.Final-SNAPSHOT + 3.6.1.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 ad8464ba..105ad3d2 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 3.6.1.Final-SNAPSHOT + 3.6.1.Final jar Simple test application for the Resteasy Spring Boot starter