From 4bb5de02e7bd37b665521a6a5b4adea3a1e87b0c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 2 Aug 2013 11:58:53 +0100 Subject: [PATCH] Switch back to SNAPSHOT for dev --- README.md | 2 +- pom.xml | 2 +- spring-boot-actuator/pom.xml | 2 +- spring-boot-autoconfigure/pom.xml | 2 +- spring-boot-cli/pom.xml | 2 +- spring-boot-integration-tests/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-static/pom.xml | 2 +- spring-boot-samples/spring-boot-sample-web-ui/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/pom.xml | 2 +- spring-boot-starters/src/main/parent/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-sample-tomcat/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 +- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index c7720222bc7..8ea19130dd1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Our primary goals are: * Absolutely no code generation and no requirement for XML configuration ## Quick Start Script Example -The Spring Zero command line tool uses [Groovy](http://groovy.codehaus.org/) underneath +The Spring Boot command line tool uses [Groovy](http://groovy.codehaus.org/) underneath so that we can present simple Spring snippets that can 'just run', for example: ```groovy diff --git a/pom.xml b/pom.xml index 01fef1bad8c..8ba76f40300 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot spring-boot-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 0bc078b8321..7c983e8d623 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-actuator jar diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index ffcd651360a..679e9b4b2f5 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-autoconfigure jar diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 7639fb67e1e..5df942c36a9 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-cli jar diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 52ed830dd81..fd1377658e9 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-integration-tests pom diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 066d2325a90..57f4bb9a6c7 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-samples pom 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 08c1b2c93e0..1c07bc7eedf 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-actuator-ui jar diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 8c4c554d9b5..27d22f94999 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-actuator jar diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index c54506d9007..c5db2cfd9aa 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-batch jar 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 00d91a4471f..43c19d1f012 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-data-jpa jar diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index 3ae337f2045..c10e50f5275 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-integration jar diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index 66ed8d93214..22a74ceb282 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-jetty jar diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index 64348db51aa..e1cf213435e 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-profile jar diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index d6516ca2f3b..65179e1c6dd 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-simple jar diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 48eafd02919..b3cb2d180d8 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-tomcat jar diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index 0abd8223cef..7916f24370e 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-traditional war 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 cd9946d934c..5402a3eb8cb 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-web-static war 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 1c61b25c364..9d1394a3664 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-web-ui jar diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 86808730f88..d0deb823778 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-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-xml jar diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 48c8ccef651..3d8e0cab874 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-starters pom diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index 857d25b8109..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.M1 + 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 d7e6517c16b..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.M1 + 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 ee6047f45a3..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.M1 + 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 fc0e5a3d1fe..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.M1 + 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 3bfc6225980..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.M1 + 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 aac68f25f7b..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.M1 + 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 9d63723d74c..0a2d7356fff 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -19,7 +19,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify org.springframework.boot spring-boot-starter-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT pom @@ -37,7 +37,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify 8.1.9.v20130131 1.7.3 1.0.0.M1 - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index 60d5d3cc3b6..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.M1 + 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 f4dbd53bcf6..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.M1 + 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 8b795e49a15..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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter-web jar diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index 7d310df312d..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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-starter jar diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml index 0e8061f0df7..4f48dd10e20 100644 --- a/spring-boot-starters/src/main/parent/pom.xml +++ b/spring-boot-starters/src/main/parent/pom.xml @@ -19,7 +19,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify org.springframework.boot spring-boot-starter-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT pom diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index 92e17909f7c..0ea74861895 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.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-tools pom diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 3c60127dc9b..f3275149954 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-parent - 0.5.0.M1 + 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 3e667021d01..e4e0ca46512 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-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-loader-tools jar diff --git a/spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml b/spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml index 48eafd02919..b3cb2d180d8 100644 --- a/spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-sample-tomcat jar diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 4f506fa54f0..63b233fc103 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-parent - 0.5.0.M1 + 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 7689ba5c2c7..c8d5a0a76ea 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-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot-maven-plugin maven-plugin diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 43cae6ee90f..05e4b95ef25 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.M1 + 0.5.0.BUILD-SNAPSHOT spring-boot jar