From 38e565e920d4935ec882c3b2cdb504782667416f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 30 Aug 2013 10:43:00 +0100 Subject: [PATCH] Back to SNAPSHOT for dev --- buildhelper/all/pom.xml | 2 +- pom.xml | 2 +- spring-boot-actuator/pom.xml | 2 +- spring-boot-autoconfigure/pom.xml | 2 +- spring-boot-cli/pom.xml | 2 +- spring-boot-dependencies/pom.xml | 2 +- spring-boot-integration-tests/pom.xml | 2 +- spring-boot-parent/pom.xml | 2 +- spring-boot-samples/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-actuator/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-batch/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-data-jpa/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-integration/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-jetty/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-profile/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-simple/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-tomcat/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-traditional/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-web-jsp/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-web-static/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-web-ui/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-websocket/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-xml/pom.xml | 2 +- spring-boot-starters/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-actuator/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-batch/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-data-jpa/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-integration/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-jetty/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-logging/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-parent/pom.xml | 4 ++-- spring-boot-starters/spring-boot-starter-security/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-tomcat/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-web/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-websocket/pom.xml | 2 +- spring-boot-starters/spring-boot-starter/pom.xml | 2 +- spring-boot-tools/pom.xml | 2 +- spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 2 +- spring-boot-tools/spring-boot-loader-tools/pom.xml | 2 +- spring-boot-tools/spring-boot-loader/pom.xml | 2 +- spring-boot-tools/spring-boot-maven-plugin/pom.xml | 2 +- spring-boot/pom.xml | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/buildhelper/all/pom.xml b/buildhelper/all/pom.xml index 5954a11f5fb..c0a388d330b 100644 --- a/buildhelper/all/pom.xml +++ b/buildhelper/all/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.boot spring-boot-build-all - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/pom.xml b/pom.xml index e300b67eaf3..20b92b57f83 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot spring-boot-build - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 9c5ed8fd1e6..b886e39d71f 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 9e0b22765d8..f4e3fc4631c 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 929caa15b1a..1a0f99dbbd6 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 52bdd2a9248..db88b2e10b6 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot spring-boot-dependencies - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT pom 1.7.3 diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 8f936119e9b..c0cf70c77c8 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-integration-tests diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index fb8adabcd1c..5458f5e8a2d 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-dependencies - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index d1e7d70bd45..b21ebc6c57c 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-samples diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml index 64508979db4..5f63d7b9d57 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-actuator-ui diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 8359055bcf7..334fc3487af 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-actuator diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 0626a704f2a..5c3530ffb06 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-batch diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 0dd66a50e21..b6ed64e3647 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-data-jpa diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index 3346d385dc3..14aed183efd 100644 --- a/spring-boot-samples/spring-boot-sample-integration/pom.xml +++ b/spring-boot-samples/spring-boot-sample-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-integration diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index e78e34267a0..0032d5228cf 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-jetty diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index c08c7ff05b8..b3a1027b111 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-profile diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index 5e176cf9645..e9d0cd89f30 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-simple diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index f31dc5b70d4..40fdf131b45 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-tomcat diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index 54b0f2fa15c..c40e0c67857 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-traditional diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index eb4c079f908..d53b42d0090 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-web-jsp diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-samples/spring-boot-sample-web-static/pom.xml index 9c185a4b99a..7e8be3e5dd5 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-web-static diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index 8979e415022..31423e5147e 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-web-ui diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index f662c6554ce..eac5cc7fe4a 100644 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index d023b4569ed..618b3bfacd3 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-starters/spring-boot-starter-parent spring-boot-sample-xml diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 8abb66ec874..4496c87848e 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-starters diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index e6ce80ed658..609aa23813a 100644 --- a/spring-boot-starters/spring-boot-starter-actuator/pom.xml +++ b/spring-boot-starters/spring-boot-starter-actuator/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-actuator jar diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index 6966484b4f0..b035d3054bf 100644 --- a/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-batch jar diff --git a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index e6211d43e46..2d154930aea 100644 --- a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-data-jpa jar diff --git a/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-starters/spring-boot-starter-integration/pom.xml index a979ed61405..7182b9cfd5d 100644 --- a/spring-boot-starters/spring-boot-starter-integration/pom.xml +++ b/spring-boot-starters/spring-boot-starter-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-integration jar diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index b643ba58aca..606ebbdb056 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-jetty jar diff --git a/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-starters/spring-boot-starter-logging/pom.xml index de5781e6f1d..2c897d257f7 100644 --- a/spring-boot-starters/spring-boot-starter-logging/pom.xml +++ b/spring-boot-starters/spring-boot-starter-logging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-logging jar diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 7d30b207256..151dbe0bfd0 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -10,13 +10,13 @@ org.springframework.boot spring-boot-dependencies - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../../spring-boot-dependencies spring-boot-starter-parent pom - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT 1.6 diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index 7609a802d34..201bf3b3e7c 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-security jar diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 4e99725a276..6113c306995 100644 --- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml +++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-tomcat jar diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml index 5073d571c3d..c1dd6be9de3 100644 --- a/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-web jar diff --git a/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-starters/spring-boot-starter-websocket/pom.xml index fdf65e0d859..e02648c5c6f 100644 --- a/spring-boot-starters/spring-boot-starter-websocket/pom.xml +++ b/spring-boot-starters/spring-boot-starter-websocket/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-websocket jar diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index fd83ed8a8bf..28491768d9d 100644 --- a/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-starters/spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter jar diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index 4d305e424a5..ff57ff49f3e 100644 --- a/spring-boot-tools/pom.xml +++ b/spring-boot-tools/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-tools diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index dfdb8dd9485..000ee624145 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-tools - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-gradle-plugin diff --git a/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-tools/spring-boot-loader-tools/pom.xml index 02c678ab459..4b0aa9f4b52 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-tools - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-loader-tools jar diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 8d4b9a8e547..ba5a42a410c 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-tools - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-loader jar diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 7377ed15994..7fee13139c3 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-tools - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT spring-boot-maven-plugin maven-plugin diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index e1bdaaba568..2a0b340c977 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M2 + 0.5.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot