From d31af9a77517bb8e39ad60d76a8adaa7e7d22f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Tue, 19 Nov 2019 16:44:25 +0800 Subject: [PATCH] 3.3.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 1319d1d..9db2646 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.3.1.Final-SNAPSHOT + 3.3.1.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index f8ecb51..ae51516 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.3.1.Final-SNAPSHOT + 3.3.1.Final runtime ``` diff --git a/pom.xml b/pom.xml index e6b207e..db1e076 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 3.3.1.Final-SNAPSHOT + 3.3.1.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 9ba77ef..3d63fb7 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.3.1.Final-SNAPSHOT + 3.3.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 fccb542..cab63f6 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.3.1.Final-SNAPSHOT + 3.3.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 b7ff49c..35ced1e 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.3.1.Final-SNAPSHOT + 3.3.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 ba8aeac..d91bf8c 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 3.3.1.Final-SNAPSHOT + 3.3.1.Final jar Simple test application for the Resteasy Spring Boot starter