From 68293f34af439aa96811fb6218d53b2e69231d74 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Jan 2014 00:02:09 -0800 Subject: [PATCH] Upgrade version to 1.0.0.BUILD-SNAPSHOT Fixes fg-243 --- pom.xml | 2 +- spring-boot-actuator/pom.xml | 2 +- spring-boot-autoconfigure/pom.xml | 2 +- spring-boot-cli/pom.xml | 4 +- spring-boot-dependencies/pom.xml | 2 +- spring-boot-docs/pom.xml | 2 +- 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-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 +- .../spring-boot-sample-tomcat/pom.xml | 2 +- .../spring-boot-sample-traditional/pom.xml | 2 +- .../spring-boot-sample-web-jsp/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 | 2 +- .../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-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 | 46 +++++++++---------- .../spring-boot-starter-redis/pom.xml | 2 +- .../spring-boot-starter-security/pom.xml | 2 +- .../spring-boot-starter-shell-remote/pom.xml | 2 +- .../spring-boot-starter-test/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-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 +- 61 files changed, 84 insertions(+), 84 deletions(-) diff --git a/pom.xml b/pom.xml index a5fc6365fc..d95bc45fcc 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 + 1.0.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 761a8b7c2b..912217d2a0 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 + 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 f128f1b052..5045e4d6af 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 + 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 fbd691e6f5..0e6d5ccd5d 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 + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-cli @@ -31,7 +31,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.BUILD-SNAPSHOT + ${project.version} pom import diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index f1c9c1414f..3cccffaa40 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 + 1.0.0.BUILD-SNAPSHOT pom 5.7.0 diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 553cf78395..9ea82ce969 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-parent - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-docs diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 4e3f40b8ae..69d5fc58a9 100644 --- a/spring-boot-full-build/pom.xml +++ b/spring-boot-full-build/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot spring-boot-full-build - 0.5.0.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 92f1eb918f..4b68825703 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 + 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 90a49575f4..fc51e98991 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 + 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 9740bd9126..3310635e26 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.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 47f54ff85d..d8baf296a0 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 6a8dda73bf..e2c4480294 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 f6ac82cc1d..17e99e5c85 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 7dbe586a43..df7914a465 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 2fa9d7a774..d4f96499c8 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-amqp/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 bea39ecb92..044b54e1b2 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-samples/spring-boot-sample-aop/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 87d4c0a23e..c90c4f88c9 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 3b0918f021..e8fafd514b 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 205efa9f07..7e541ea04a 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 77cf2a96d3..7cb3261a55 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-data-redis jar diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index 52ce982e3c..e60fd41503 100644 --- a/spring-boot-samples/spring-boot-sample-integration/pom.xml +++ b/spring-boot-samples/spring-boot-sample-integration/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 c0ccf64c08..a90d9a4ba6 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 ec1058d23e..63dd4266ea 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 d898611fb1..a6c3dc0027 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 a41db859a0..a42452195a 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 5be02c5887..d12161e782 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.BUILD-SNAPSHOT + 1.0.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 670c7140d7..12d1badaf6 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 36393cbd23..355e2fe7fa 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 - 0.5.0.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 e52cbb36d6..af2e6d1b65 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-sample-web-jsp war 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 c1632212a6..668ea45b8b 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 78cc920fdb..4588330078 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 45842614b5..3f0aea9d98 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 5258ae5367..f384047df0 100644 --- 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 - 0.5.0.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 492cabd7b0..c00b701e63 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 0.5.0.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 d32601ba30..89b5c5c0c9 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 + 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 609aa23813..149cec6bd2 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 + 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 400355578d..bc5340bae3 100644 --- a/spring-boot-starters/spring-boot-starter-amqp/pom.xml +++ b/spring-boot-starters/spring-boot-starter-amqp/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.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 b2eed51f0f..f2138f5e6b 100644 --- a/spring-boot-starters/spring-boot-starter-aop/pom.xml +++ b/spring-boot-starters/spring-boot-starter-aop/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.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 b035d3054b..2d216b5e78 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 + 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 ce78c46d3f..5ec8e6825e 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 + 1.0.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 7182b9cfd5..5c15f7b32d 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 + 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 13b6d27325..da2923dbdc 100644 --- a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.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 606ebbdb05..b3ec068bf1 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 + 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 12d11c8fa3..1f0f1b2a2f 100644 --- a/spring-boot-starters/spring-boot-starter-log4j/pom.xml +++ b/spring-boot-starters/spring-boot-starter-log4j/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.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 712c4a74d4..f28a8ea99e 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 + 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 ccc4b2fa75..ba39ec9ec9 100644 --- a/spring-boot-starters/spring-boot-starter-mobile/pom.xml +++ b/spring-boot-starters/spring-boot-starter-mobile/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.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 250e69bb70..59f1e20ff3 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -4,14 +4,14 @@ org.springframework.boot spring-boot-dependencies - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT ../../spring-boot-dependencies spring-boot-starter-parent pom 1.6 - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT @@ -30,107 +30,107 @@ org.springframework.boot spring-boot - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-actuator - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-amqp - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-aop - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-actuator - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-batch - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-data-jpa - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-integration - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-jdbc - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-jetty - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-logging - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-log4j - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-mobile - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-redis - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-security - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-shell-remote - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-test - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-tomcat - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-web - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} org.springframework.boot spring-boot-starter-websocket - 0.5.0.BUILD-SNAPSHOT + ${spring-boot.version} diff --git a/spring-boot-starters/spring-boot-starter-redis/pom.xml b/spring-boot-starters/spring-boot-starter-redis/pom.xml index b1007ba977..731aee93dd 100644 --- a/spring-boot-starters/spring-boot-starter-redis/pom.xml +++ b/spring-boot-starters/spring-boot-starter-redis/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-redis jar diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index a03053e8e7..f2c3216ceb 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 + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-security jar diff --git a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml index 847e46e91f..914359c47c 100644 --- a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml +++ b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-shell-remote jar diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index a473f690a6..4300fca434 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starters - 0.5.0.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-boot-starter-test jar diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 91b1a1ccc6..8e244ad54a 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 + 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 605a9efb65..714fccb02b 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 + 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 ebd9f8337e..6d31336522 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 + 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 28491768d9..e00f4f8e70 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 + 1.0.0.BUILD-SNAPSHOT spring-boot-starter jar diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index ff57ff49f3..4eaa084c17 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 + 1.0.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 8cd221a46d..e35a486081 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 + 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 6f4878de27..07a8a8dfab 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 + 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 f5ae73e1e2..ffdb9187e6 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 + 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 0d27ee7c3b..19457cb490 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 + 1.0.0.BUILD-SNAPSHOT spring-boot-maven-plugin maven-plugin diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index b29bd22fd4..53ad420e59 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 + 1.0.0.BUILD-SNAPSHOT ../spring-boot-parent spring-boot