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 5954a11f5fbe..c0a388d330b0 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 e300b67eaf35..20b92b57f830 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 9c5ed8fd1e6c..b886e39d71f5 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 9e0b22765d8d..f4e3fc4631c9 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 929caa15b1a7..1a0f99dbbd69 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 52bdd2a92487..db88b2e10b61 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 8f936119e9b3..c0cf70c77c87 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 fb8adabcd1cc..5458f5e8a2d5 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 d1e7d70bd450..b21ebc6c57c2 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 64508979db45..5f63d7b9d572 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 8359055bcf77..334fc3487af6 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 0626a704f2a9..5c3530ffb06e 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 0dd66a50e213..b6ed64e36479 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 3346d385dc35..14aed183efdb 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 e78e34267a08..0032d5228cf5 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 c08c7ff05b8f..b3a1027b1116 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 5e176cf9645c..e9d0cd89f307 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 f31dc5b70d41..40fdf131b451 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 54b0f2fa15ce..c40e0c67857e 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 eb4c079f9080..d53b42d00905 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 9c185a4b99ad..7e8be3e5dd5e 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 8979e4150226..31423e5147e5 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 f662c6554ce9..eac5cc7fe4a6 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 d023b4569ed5..618b3bfacd32 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 8abb66ec8749..4496c87848e9 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 e6ce80ed658d..609aa23813a9 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 6966484b4f0b..b035d3054bfd 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 e6211d43e46a..2d154930aead 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 a979ed614053..7182b9cfd5d1 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 b643ba58aca2..606ebbdb056d 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 de5781e6f1de..2c897d257f7e 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 7d30b207256d..151dbe0bfd02 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 7609a802d347..201bf3b3e7ca 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 4e99725a276e..6113c3069956 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 5073d571c3d7..c1dd6be9de3d 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 fdf65e0d859f..e02648c5c6f3 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 fd83ed8a8bf4..28491768d9dc 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 4d305e424a5b..ff57ff49f3e6 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 dfdb8dd94857..000ee6241458 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 02c678ab459c..4b0aa9f4b522 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 8d4b9a8e5472..ba5a42a410c8 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 7377ed15994e..7fee13139c33 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 e1bdaaba568d..2a0b340c977c 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