diff --git a/README.md b/README.md index 9b528e6..8948d88 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 4.8.2.Final + 4.9.0.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index 9fa127f..5d91f63 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 - 4.8.2.Final + 4.9.0.Final runtime ``` diff --git a/pom.xml b/pom.xml index d13a187..be8f39d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 4.8.2.Final + 4.9.0.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 0ef9846..9e806c2 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 - 4.8.2.Final + 4.9.0.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 5ec1b69..e7f7ffe 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 - 4.8.2.Final + 4.9.0.Final ${project.artifactId} A Spring Boot starter for RESTEasy diff --git a/sample-app-for-wildfly/pom.xml b/sample-app-for-wildfly/pom.xml index 15b5e01..74039e0 100644 --- a/sample-app-for-wildfly/pom.xml +++ b/sample-app-for-wildfly/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app-for-wildfly - 4.8.2.Final + 4.9.0.Final war Simple test application for the Resteasy Spring Boot starter to deploy to Wildfly diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index 2c945a4..3d2d3c1 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 - 4.8.2.Final + 4.9.0.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 26a221d..7bdead8 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 4.8.2.Final + 4.9.0.Final jar Simple test application for the Resteasy Spring Boot starter