diff --git a/buildhelper/all/pom.xml b/buildhelper/all/pom.xml index c0a388d330b..5954a11f5fb 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.BUILD-SNAPSHOT + 0.5.0.M2 pom 3.0.0 diff --git a/pom.xml b/pom.xml index 20b92b57f83..e300b67eaf3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot spring-boot-build - 0.5.0.BUILD-SNAPSHOT + 0.5.0.M2 pom 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index b886e39d71f..9c5ed8fd1e6 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.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index f4e3fc4631c..9e0b22765d8 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.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 1a0f99dbbd6..929caa15b1a 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.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 719d9d5499c..52bdd2a9248 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.BUILD-SNAPSHOT + 0.5.0.M2 pom 1.7.3 @@ -538,5 +538,15 @@ + + milestone + + + spring-repo-milestone + Spring Milestone Repository + http://repo.springsource.org/libs-milestone-local + + + diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index c0cf70c77c8..8f936119e9b 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.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-parent spring-boot-integration-tests diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 5458f5e8a2d..fb8adabcd1c 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.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index b21ebc6c57c..d1e7d70bd45 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.BUILD-SNAPSHOT + 0.5.0.M2 ../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 5f63d7b9d57..64508979db4 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 334fc3487af..8359055bcf7 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 5c3530ffb06..0626a704f2a 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 b6ed64e3647..0dd66a50e21 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 14aed183efd..3346d385dc3 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 0032d5228cf..e78e34267a0 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 b3a1027b111..c08c7ff05b8 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 e9d0cd89f30..5e176cf9645 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 40fdf131b45..f31dc5b70d4 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 c40e0c67857..54b0f2fa15c 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 d53b42d0090..eb4c079f908 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 7e8be3e5dd5..9c185a4b99a 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 31423e5147e..8979e415022 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 eac5cc7fe4a..f662c6554ce 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 618b3bfacd3..d023b4569ed 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../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 4496c87848e..8abb66ec874 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.BUILD-SNAPSHOT + 0.5.0.M2 ../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 609aa23813a..e6ce80ed658 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.BUILD-SNAPSHOT + 0.5.0.M2 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 b035d3054bf..6966484b4f0 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.BUILD-SNAPSHOT + 0.5.0.M2 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 2d154930aea..e6211d43e46 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.BUILD-SNAPSHOT + 0.5.0.M2 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 7182b9cfd5d..a979ed61405 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.BUILD-SNAPSHOT + 0.5.0.M2 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 606ebbdb056..b643ba58aca 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.BUILD-SNAPSHOT + 0.5.0.M2 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 2c897d257f7..de5781e6f1d 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.BUILD-SNAPSHOT + 0.5.0.M2 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 151dbe0bfd0..7d30b207256 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.BUILD-SNAPSHOT + 0.5.0.M2 ../../spring-boot-dependencies spring-boot-starter-parent pom - 0.5.0.BUILD-SNAPSHOT + 0.5.0.M2 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 201bf3b3e7c..7609a802d34 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.BUILD-SNAPSHOT + 0.5.0.M2 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 6113c306995..4e99725a276 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.BUILD-SNAPSHOT + 0.5.0.M2 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 c1dd6be9de3..5073d571c3d 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.BUILD-SNAPSHOT + 0.5.0.M2 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 2f4121cb362..fdf65e0d859 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.BUILD-SNAPSHOT + 0.5.0.M2 spring-boot-starter-websocket jar @@ -30,7 +30,7 @@ ${project.groupId} - spring-boot-up-web + spring-boot-starter-web ${project.version} diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index 28491768d9d..fd83ed8a8bf 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.BUILD-SNAPSHOT + 0.5.0.M2 spring-boot-starter jar diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index ff57ff49f3e..4d305e424a5 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.BUILD-SNAPSHOT + 0.5.0.M2 ../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 000ee624145..dfdb8dd9485 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.BUILD-SNAPSHOT + 0.5.0.M2 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 4b0aa9f4b52..02c678ab459 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.BUILD-SNAPSHOT + 0.5.0.M2 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 ba5a42a410c..8d4b9a8e547 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.BUILD-SNAPSHOT + 0.5.0.M2 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 7fee13139c3..7377ed15994 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.BUILD-SNAPSHOT + 0.5.0.M2 spring-boot-maven-plugin maven-plugin diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 2a0b340c977..e1bdaaba568 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.BUILD-SNAPSHOT + 0.5.0.M2 ../spring-boot-parent spring-boot