diff --git a/README.md b/README.md index 8948d88..2199a0f 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.9.0.Final + 4.9.1.Final runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index 9471b77..72f0a64 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.9.0.Final + 4.9.1.Final runtime ``` diff --git a/pom.xml b/pom.xml index be8f39d..03ee5d6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 4.9.0.Final + 4.9.1.Final pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index 9e806c2..1a21606 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.9.0.Final + 4.9.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 cd66afe..9cecd61 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.9.0.Final + 4.9.1.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 3f9c5eb..1a23d53 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.9.0.Final + 4.9.1.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 a8fe0f4..7c60415 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.9.0.Final + 4.9.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 0460512..fe70195 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 4.9.0.Final + 4.9.1.Final jar Simple test application for the Resteasy Spring Boot starter