diff --git a/README.md b/README.md index 3e02055..074718b 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-spring-boot-starter - 3.6.1.Final + 3.6.2.Final-SNAPSHOT runtime ``` diff --git a/mds/USAGE.md b/mds/USAGE.md index 2376c72..c7167fc 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -7,7 +7,7 @@ Add the Maven dependency below to your Spring Boot application pom file.
org.jboss.resteasy resteasy-spring-boot-starter - 3.6.1.Final + 3.6.2.Final-SNAPSHOT runtime ``` diff --git a/pom.xml b/pom.xml index c29540e..a7530f6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jboss.resteasy resteasy-spring-boot-starter-parent - 3.6.1.Final + 3.6.2.Final-SNAPSHOT pom diff --git a/resteasy-spring-boot-starter-test/pom.xml b/resteasy-spring-boot-starter-test/pom.xml index d929793..fa9349a 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 - 3.6.1.Final + 3.6.2.Final-SNAPSHOT ${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 d673b8f..2d9d155 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 - 3.6.1.Final + 3.6.2.Final-SNAPSHOT ${project.artifactId} A Spring Boot starter for RESTEasy diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index 0bbf77e..b618cae 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 - 3.6.1.Final + 3.6.2.Final-SNAPSHOT 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 105ad3d..114f57b 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -5,7 +5,7 @@ org.jboss.resteasy spring-boot-sample-app - 3.6.1.Final + 3.6.2.Final-SNAPSHOT jar Simple test application for the Resteasy Spring Boot starter