From cc1a6d110a8a1f0728fcaa5a3169bdfb15ad74bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Tue, 28 Jun 2022 22:32:59 +0800 Subject: [PATCH] 6.0.0.Alpha2 --- 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 247ab027..3b22f2f7 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 - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index ef0c2146..92151886 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 - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 runtime ``` diff --git a/pom.xml b/pom.xml index 94a982de..0020e92d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 7e8fefbf..9b4a5463 100644 --- a/resteasy-spring-boot-starter-test/pom.xml +++ b/resteasy-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 ../pom.xml diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index 49d4e6a6..1b7c341f 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 ../pom.xml diff --git a/sample-app-for-wildfly/pom.xml b/sample-app-for-wildfly/pom.xml index e7e7f3fa..b7bb9c2d 100644 --- a/sample-app-for-wildfly/pom.xml +++ b/sample-app-for-wildfly/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 ../pom.xml diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index 28156d3f..1f2f868e 100644 --- a/sample-app-no-jaxrs-application/pom.xml +++ b/sample-app-no-jaxrs-application/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 ../pom.xml diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 43f01c0b..530a1e35 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.0.1-SNAPSHOT + 6.0.0.Alpha2 ../pom.xml