From ac4cdd33c35d51b5a2d1d23c90f53a45106d17b6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 31 Mar 2014 17:14:30 -0700 Subject: [PATCH] Revert "Next development version" This reverts commit 1d0eea12eb4cc020be6e6db5774210f80e95781a. Returning to 1.0.0.BUILD-SNAPSHOT for an updated release. --- 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 | 5 +- spring-boot-docs/pom.xml | 33 ++++++++---- spring-boot-full-build/pom.xml | 2 +- spring-boot-integration-tests/pom.xml | 2 +- spring-boot-parent/pom.xml | 2 +- spring-boot-samples/pom.xml | 2 +- .../spring-boot-sample-actuator-log4j/pom.xml | 2 +- .../spring-boot-sample-actuator-noweb/pom.xml | 2 +- .../spring-boot-sample-actuator-ui/pom.xml | 2 +- .../spring-boot-sample-actuator/pom.xml | 2 +- .../spring-boot-sample-amqp/pom.xml | 2 +- .../spring-boot-sample-aop/pom.xml | 2 +- .../spring-boot-sample-batch/pom.xml | 2 +- .../spring-boot-sample-data-jpa/pom.xml | 2 +- .../spring-boot-sample-data-mongodb/pom.xml | 2 +- .../spring-boot-sample-data-redis/pom.xml | 2 +- .../spring-boot-sample-data-rest/pom.xml | 2 +- .../spring-boot-sample-integration/pom.xml | 2 +- .../spring-boot-sample-jetty/pom.xml | 2 +- .../spring-boot-sample-profile/pom.xml | 2 +- .../spring-boot-sample-secure/pom.xml | 2 +- .../spring-boot-sample-servlet/pom.xml | 2 +- .../spring-boot-sample-simple/pom.xml | 2 +- .../pom.xml | 5 +- .../spring-boot-sample-tomcat/pom.xml | 2 +- .../spring-boot-sample-traditional/pom.xml | 2 +- .../spring-boot-sample-web-jsp/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-boot-sample-web-secure/pom.xml | 2 +- .../spring-boot-sample-web-static/pom.xml | 2 +- .../spring-boot-sample-web-ui/pom.xml | 2 +- .../spring-boot-sample-websocket/pom.xml | 2 +- .../spring-boot-sample-xml/pom.xml | 2 +- spring-boot-starters/pom.xml | 2 +- .../spring-boot-starter-actuator/pom.xml | 5 +- .../spring-boot-starter-amqp/pom.xml | 2 +- .../spring-boot-starter-aop/pom.xml | 2 +- .../spring-boot-starter-batch/pom.xml | 2 +- .../spring-boot-starter-data-jpa/pom.xml | 2 +- .../spring-boot-starter-data-mongodb/pom.xml | 2 +- .../spring-boot-starter-data-rest/pom.xml | 2 +- .../spring-boot-starter-integration/pom.xml | 2 +- .../spring-boot-starter-jdbc/pom.xml | 2 +- .../spring-boot-starter-jetty/pom.xml | 2 +- .../spring-boot-starter-log4j/pom.xml | 2 +- .../spring-boot-starter-logging/pom.xml | 2 +- .../spring-boot-starter-mobile/pom.xml | 2 +- .../spring-boot-starter-parent/pom.xml | 50 +++++++++---------- .../spring-boot-starter-redis/pom.xml | 2 +- .../spring-boot-starter-remote-shell/pom.xml | 2 +- .../spring-boot-starter-security/pom.xml | 2 +- .../spring-boot-starter-test/pom.xml | 2 +- .../spring-boot-starter-thymeleaf/pom.xml | 2 +- .../spring-boot-starter-tomcat/pom.xml | 2 +- .../spring-boot-starter-web/pom.xml | 2 +- .../spring-boot-starter-websocket/pom.xml | 2 +- .../spring-boot-starter/pom.xml | 2 +- spring-boot-tools/pom.xml | 2 +- .../spring-boot-dependency-tools/pom.xml | 2 +- .../spring-boot-gradle-plugin/pom.xml | 2 +- .../spring-boot-loader-tools/pom.xml | 2 +- spring-boot-tools/spring-boot-loader/pom.xml | 2 +- .../spring-boot-maven-plugin/pom.xml | 2 +- spring-boot/pom.xml | 2 +- 68 files changed, 119 insertions(+), 105 deletions(-) diff --git a/pom.xml b/pom.xml index a9754e66e12..94000d372c5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.boot spring-boot-build - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 6ef3de3b90d..c662cd1c9ff 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 4d8d1a056fd..c13eaf1dcf2 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index bf67c4210ad..0aa1b0bac80 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5d1d3a8d23b..29200126660 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,9 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-dependencies - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT pom 5.7.0 diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 9a6607d537f..074e7cdef87 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-docs @@ -191,7 +192,8 @@ - + @@ -210,7 +212,8 @@ - + @@ -251,8 +254,11 @@ - - + + @@ -270,15 +276,20 @@ - - - - + + + + - + diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 386d1ad8665..cba6bb63e7b 100644 --- a/spring-boot-full-build/pom.xml +++ b/spring-boot-full-build/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.boot spring-boot-full-build - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT pom ../ diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 03b88675e10..278773bc5ef 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.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 c064c0c9762..afbb5bf3cc7 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-dependencies - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 8c402535dda..1aa4beb05e5 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-starters/spring-boot-starter-parent spring-boot-samples diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml index adcf0be17c2..dac88e3771d 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-actuator-log4j jar diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml index 2960c881875..733c4c479bc 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-actuator-noweb jar 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 6a80e900f8e..68aa6c2a667 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 08154f3c96b..9f4a7c2d4d6 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-actuator jar diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-samples/spring-boot-sample-amqp/pom.xml index 36c60fcee72..59393b11b80 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-amqp/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-amqp jar diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-samples/spring-boot-sample-aop/pom.xml index 4e86ff8be86..92494658465 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-samples/spring-boot-sample-aop/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-aop jar diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 2fcf8237766..27d99e4901e 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 937e9575c8b..c6ba2e5b393 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-data-jpa jar diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml index c21e0b7e591..dd82c22b590 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-data-mongodb jar diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml index d4b622dce8b..d6923f4810b 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-data-redis jar diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml index 671906fb388..72df214369f 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-data-rest jar diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index 4100e8b2c40..78c5ebc4ae8 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 db6c5b8c768..f368b2e914a 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 55ab598d7fe..dabf822752c 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-profile jar diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-samples/spring-boot-sample-secure/pom.xml index 5c2e79a1f58..5653cc4a4bc 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-secure jar diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index daa0a05002a..2938e1a9779 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-servlet war diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index d7ccf924d2a..d39804ebd2a 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-simple jar diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml index 39cb6e35348..9341cf5bd79 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-tomcat-multi-connectors jar diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 02568571de0..3e043697f4b 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 f233796c730..c383c5200eb 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-traditional war 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 a19cd195029..df8ecca7416 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-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-web-jsp war diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml index eeaf576874d..954b585fed4 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-web-method-security jar diff --git a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml index 536a6e91248..3702796fb23 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-web-secure jar 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 cdfeb6efe52..1d95ec09f6f 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.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 16d6808a7dc..fd326b0cf4a 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-web-ui jar diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index e50bf7938cc..f531f18bda9 100755 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-samples - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 91f47c70ca2..000187d4852 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 - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-xml jar diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 90aa2e6422b..093d5b835e5 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.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 397d557e893..149cec6bd23 100644 --- a/spring-boot-starters/spring-boot-starter-actuator/pom.xml +++ b/spring-boot-starters/spring-boot-starter-actuator/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-actuator jar diff --git a/spring-boot-starters/spring-boot-starter-amqp/pom.xml b/spring-boot-starters/spring-boot-starter-amqp/pom.xml index 8376a9f4d98..0247b28c4c5 100644 --- a/spring-boot-starters/spring-boot-starter-amqp/pom.xml +++ b/spring-boot-starters/spring-boot-starter-amqp/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-amqp jar diff --git a/spring-boot-starters/spring-boot-starter-aop/pom.xml b/spring-boot-starters/spring-boot-starter-aop/pom.xml index 3efcb8478b2..ef5e9d8dec1 100644 --- a/spring-boot-starters/spring-boot-starter-aop/pom.xml +++ b/spring-boot-starters/spring-boot-starter-aop/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-aop jar diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index bb23732f54a..794bd09b8cf 100644 --- a/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.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 94bae58ab00..d2fab855dc8 100644 --- a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-data-jpa jar diff --git a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml index fa1259a3eeb..2249bbe6dd2 100644 --- a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-data-mongodb jar diff --git a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index 14c042e9536..ad2b576207a 100644 --- a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-data-rest jar diff --git a/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-starters/spring-boot-starter-integration/pom.xml index c247ad18129..5668e0222a4 100644 --- a/spring-boot-starters/spring-boot-starter-integration/pom.xml +++ b/spring-boot-starters/spring-boot-starter-integration/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-integration jar diff --git a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index 3cb95974620..739537f85bf 100644 --- a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-jdbc jar diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 34af661e0f4..23ef17a87dc 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-jetty jar diff --git a/spring-boot-starters/spring-boot-starter-log4j/pom.xml b/spring-boot-starters/spring-boot-starter-log4j/pom.xml index 48a44dba181..e97df79e551 100644 --- a/spring-boot-starters/spring-boot-starter-log4j/pom.xml +++ b/spring-boot-starters/spring-boot-starter-log4j/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-log4j jar diff --git a/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-starters/spring-boot-starter-logging/pom.xml index 005b60f5f1b..5c33fe653bb 100644 --- a/spring-boot-starters/spring-boot-starter-logging/pom.xml +++ b/spring-boot-starters/spring-boot-starter-logging/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-logging jar diff --git a/spring-boot-starters/spring-boot-starter-mobile/pom.xml b/spring-boot-starters/spring-boot-starter-mobile/pom.xml index 0d32878e023..e7c2432fe5b 100644 --- a/spring-boot-starters/spring-boot-starter-mobile/pom.xml +++ b/spring-boot-starters/spring-boot-starter-mobile/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-mobile jar diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index b131ca6ce6e..b1fd078c7d5 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-dependencies - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../../spring-boot-dependencies spring-boot-starter-parent @@ -32,122 +32,122 @@ org.springframework.boot spring-boot - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-actuator - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-amqp - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-aop - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-actuator - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-batch - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-jpa - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-mongodb - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-rest - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-integration - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-jdbc - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-jetty - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-logging - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-log4j - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-mobile - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-redis - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-security - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-remote-shell - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-test - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-thymeleaf - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-tomcat - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-web - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-websocket - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT diff --git a/spring-boot-starters/spring-boot-starter-redis/pom.xml b/spring-boot-starters/spring-boot-starter-redis/pom.xml index 9bca62e37c6..2120caaffe2 100644 --- a/spring-boot-starters/spring-boot-starter-redis/pom.xml +++ b/spring-boot-starters/spring-boot-starter-redis/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-redis jar diff --git a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml index efa5d01c625..f474d58579f 100644 --- a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml +++ b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-remote-shell jar diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index aa1b333f60b..37fec741ca3 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-security jar diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index 37ee278c32b..005f171b881 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-test jar diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml index 3963353f7e1..f16c5f47203 100644 --- a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml +++ b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-thymeleaf jar diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 870d5f898f3..bf1a5540223 100644 --- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml +++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.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 2e0b586a54c..b7f3e690546 100644 --- a/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.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 a98c0a34787..34c9b650ce3 100644 --- a/spring-boot-starters/spring-boot-starter-websocket/pom.xml +++ b/spring-boot-starters/spring-boot-starter-websocket/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.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 1f671547f8e..dd439ccb8a4 100644 --- a/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-starters/spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter jar diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index 837a5340b6d..a59111fcfcb 100644 --- a/spring-boot-tools/pom.xml +++ b/spring-boot-tools/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-tools diff --git a/spring-boot-tools/spring-boot-dependency-tools/pom.xml b/spring-boot-tools/spring-boot-dependency-tools/pom.xml index f2528f44e63..02a32b0f382 100644 --- a/spring-boot-tools/spring-boot-dependency-tools/pom.xml +++ b/spring-boot-tools/spring-boot-dependency-tools/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-tools - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-dependency-tools jar diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 8db7bc7d29a..c7e7910da24 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-tools - 1.0.1.BUILD-SNAPSHOT + 1.0.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 643aa827dc0..2045dfbc2d2 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-tools - 1.0.1.BUILD-SNAPSHOT + 1.0.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 b5e013e0900..e0c2804e634 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-tools - 1.0.1.BUILD-SNAPSHOT + 1.0.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 8caccd02c0d..a8ec9898268 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-tools - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-maven-plugin maven-plugin diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 55fb25a6e28..14c69d57843 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot