diff --git a/README.md b/README.md index 033ae56f..f2c6783c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-servlet-spring-boot-starter - 5.1.0-SNAPSHOT + 5.1.0.Final runtime ``` @@ -42,7 +42,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 5.1.0-SNAPSHOT + 5.1.0.Final runtime ``` diff --git a/common/pom.xml b/common/pom.xml index 42ff4330..988e2b2a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 5.1.0-SNAPSHOT + 5.1.0.Final ../pom.xml diff --git a/common/resteasy-spring-boot-starter-common/pom.xml b/common/resteasy-spring-boot-starter-common/pom.xml index 8cc1db73..721671c9 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 46ce5eb3..459e472e 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../pom.xml diff --git a/mds/USAGE.md b/mds/USAGE.md index 42f3bf84..c3af79ea 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -9,7 +9,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-servlet-spring-boot-starter - 5.1.0-SNAPSHOT + 5.1.0.Final runtime ``` @@ -20,7 +20,7 @@ Add one of the following Maven dependencies to your Spring Boot application pom org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter - 5.1.0-SNAPSHOT + 5.1.0.Final runtime ``` diff --git a/pom.xml b/pom.xml index b67cc96c..c8d1e7fe 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 5.1.0-SNAPSHOT + 5.1.0.Final pom diff --git a/reactor-netty/pom.xml b/reactor-netty/pom.xml index 2e281af0..96817932 100644 --- a/reactor-netty/pom.xml +++ b/reactor-netty/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 2777ac02..a7e98626 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 14f3275a..9692e8d9 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 @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-reactor-netty-spring-boot-starter-parent - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 d42e9e09..e990301f 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 b2d6cc7e..2bb7e74d 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../pom.xml diff --git a/servlet/pom.xml b/servlet/pom.xml index 0e5918fb..10c4f94a 100644 --- a/servlet/pom.xml +++ b/servlet/pom.xml @@ -8,7 +8,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 c738a53c..3e9b1344 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 acad9143..82cd6058 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 2f187354..62837c6b 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../pom.xml diff --git a/servlet/resteasy-servlet-spring-boot-starter/pom.xml b/servlet/resteasy-servlet-spring-boot-starter/pom.xml index 432ca7a1..dac5f717 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../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 ff84caf5..b674b82a 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 - 5.1.0-SNAPSHOT + 5.1.0.Final ../pom.xml