diff --git a/README.md b/README.md index 73075a3..9c55eba 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-servlet-spring-boot-starter - 6.2.0.Final + 6.2.1-SNAPSHOT runtime ``` @@ -41,7 +41,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 6.2.0.Final + 6.2.1-SNAPSHOT runtime ``` diff --git a/common/pom.xml b/common/pom.xml index 348573d..c546644 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/common/resteasy-spring-boot-starter-common/pom.xml b/common/resteasy-spring-boot-starter-common/pom.xml index 53c592f..f606b2c 100644 --- a/common/resteasy-spring-boot-starter-common/pom.xml +++ b/common/resteasy-spring-boot-starter-common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-common-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/common/resteasy-spring-boot-starter-sample-app-common/pom.xml b/common/resteasy-spring-boot-starter-sample-app-common/pom.xml index 845c23c..960cbbc 100644 --- a/common/resteasy-spring-boot-starter-sample-app-common/pom.xml +++ b/common/resteasy-spring-boot-starter-sample-app-common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-common-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/mds/USAGE.md b/mds/USAGE.md index 823104f..be792f5 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -10,7 +10,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-servlet-spring-boot-starter - 6.2.0.Final + 6.2.1-SNAPSHOT runtime ``` @@ -21,7 +21,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 6.2.0.Final + 6.2.1-SNAPSHOT runtime ``` diff --git a/pom.xml b/pom.xml index ba8eefb..44b0fd9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT pom diff --git a/reactor-netty/pom.xml b/reactor-netty/pom.xml index 8802e83..817bcfe 100644 --- a/reactor-netty/pom.xml +++ b/reactor-netty/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml index 59f3772..172e857 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app-no-jaxrs/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml index 4940e9f..71161a7 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml index 4dec3bb..4a5e282 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml b/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml index 127ded2..51e2ffc 100644 --- a/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml +++ b/reactor-netty/resteasy-reactor-netty-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/resteasy-spring-boot-bom/pom.xml b/resteasy-spring-boot-bom/pom.xml index 4c24f61..7efd997 100644 --- a/resteasy-spring-boot-bom/pom.xml +++ b/resteasy-spring-boot-bom/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/servlet/pom.xml b/servlet/pom.xml index 34ad935..2e63071 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml b/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml index 0dd0ba2..565b057 100644 --- a/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-sample-app-no-jaxrs/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml b/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml index 3acc9b8..72d7a99 100644 --- a/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml b/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml index ae7090b..35a426f 100644 --- a/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-starter-test/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-starter/pom.xml b/servlet/resteasy-servlet-spring-boot-starter/pom.xml index 9cdf546..26c2bd8 100644 --- a/servlet/resteasy-servlet-spring-boot-starter/pom.xml +++ b/servlet/resteasy-servlet-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml diff --git a/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml b/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml index d503d59..a07de34 100644 --- a/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml +++ b/servlet/resteasy-wildfly-spring-boot-sample-app/pom.xml @@ -6,7 +6,7 @@ org.jboss.resteasy resteasy-servlet-spring-boot-starter-parent - 6.2.0.Final + 6.2.1-SNAPSHOT ../pom.xml