From bcb024c7e636028dd0e63ba43c39e23373b9de71 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Tue, 10 Jun 2014 12:40:27 -0700 Subject: [PATCH] Release version 1.1.0 --- pom.xml | 35 ++++---- spring-boot-actuator/pom.xml | 2 +- spring-boot-autoconfigure/pom.xml | 5 +- spring-boot-cli/pom.xml | 2 +- spring-boot-dependencies/pom.xml | 84 +++++++++---------- 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/build.gradle | 2 +- .../spring-boot-sample-actuator/build.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 +- .../pom.xml | 5 +- .../spring-boot-sample-data-gemfire/pom.xml | 5 +- .../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-data-solr/pom.xml | 3 +- .../spring-boot-sample-flyway/pom.xml | 5 +- .../spring-boot-sample-hornetq/pom.xml | 2 +- .../spring-boot-sample-integration/pom.xml | 2 +- .../spring-boot-sample-jetty/pom.xml | 2 +- .../spring-boot-sample-liquibase/pom.xml | 2 +- .../spring-boot-sample-parent-context/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/build.gradle | 2 +- .../spring-boot-sample-simple/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-boot-sample-tomcat/pom.xml | 2 +- .../spring-boot-sample-tomcat8-jsp/pom.xml | 2 +- .../spring-boot-sample-traditional/pom.xml | 2 +- .../spring-boot-sample-web-freemarker/pom.xml | 2 +- .../pom.xml | 5 +- .../spring-boot-sample-web-jsp/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-boot-sample-web-secure/pom.xml | 2 +- .../build.gradle | 2 +- .../spring-boot-sample-web-static/pom.xml | 2 +- .../spring-boot-sample-web-ui/build.gradle | 2 +- .../spring-boot-sample-web-ui/pom.xml | 2 +- .../spring-boot-sample-web-velocity/pom.xml | 2 +- .../spring-boot-sample-websocket/pom.xml | 2 +- .../spring-boot-sample-ws/pom.xml | 4 +- .../spring-boot-sample-xml/pom.xml | 2 +- spring-boot-starters/pom.xml | 4 +- .../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 +- .../pom.xml | 5 +- .../spring-boot-starter-data-gemfire/pom.xml | 5 +- .../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-data-solr/pom.xml | 2 +- .../spring-boot-starter-freemarker/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-boot-starter-hornetq/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 | 2 +- .../spring-boot-starter-redis/pom.xml | 2 +- .../spring-boot-starter-remote-shell/pom.xml | 2 +- .../spring-boot-starter-security/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../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-velocity/pom.xml | 2 +- .../spring-boot-starter-web/pom.xml | 2 +- .../spring-boot-starter-websocket/pom.xml | 2 +- .../spring-boot-starter-ws/pom.xml | 8 +- .../spring-boot-starter/pom.xml | 2 +- spring-boot-tools/pom.xml | 2 +- .../spring-boot-dependency-tools/pom.xml | 5 +- .../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-versions/pom.xml | 8 +- spring-boot/pom.xml | 2 +- 97 files changed, 169 insertions(+), 181 deletions(-) diff --git a/pom.xml b/pom.xml index 4b39200bba5..d18d5a4e215 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.springframework.boot spring-boot-build - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE pom Spring Boot Build Spring Boot Build @@ -153,20 +152,20 @@ false - - - - - - - + + + + + + + - + - + - + @@ -181,7 +180,7 @@ false - + - - - + + + @@ -248,7 +247,7 @@ ${basedir}/spring-boot-samples/**/build.xml spring-boot\.version\"\s.*+ - spring-boot.version" value="${project.version}" /> + spring-boot.version" value="${project.version}" /> diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index bf50ed1eee7..697f9fbd0d6 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index fa51c3640ab..199a3e6e10e 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 714e24ba0e9..db354545c60 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index cfe1dc1d3ca..db93b823622 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.springframework.boot spring-boot-dependencies - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE pom Spring Boot Dependencies Spring Boot Dependencies @@ -44,7 +44,7 @@ - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE 5.9.1 1.8.0 @@ -128,43 +128,43 @@ org.springframework.boot spring-boot - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot test-jar - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-actuator - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-autoconfigure - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-dependency-tools - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-loader - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-loader-tools - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE commons-logging @@ -175,132 +175,132 @@ org.springframework.boot spring-boot-starter-actuator - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-amqp - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-aop - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-batch - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-elasticsearch - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-gemfire - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-jpa - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-mongodb - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-rest - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-data-solr - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-freemarker - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-groovy-templates - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-hornetq - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-integration - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-jdbc - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-jetty - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-log4j - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-logging - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-mobile - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-redis - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-remote-shell - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-security - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-social-facebook - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-social-linkedin - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-social-twitter - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-test - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE commons-logging @@ -311,32 +311,32 @@ org.springframework.boot spring-boot-starter-thymeleaf - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-tomcat - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-velocity - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-web - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-websocket - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE org.springframework.boot spring-boot-starter-ws - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 916a8d4ec40..8088d633608 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-docs diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 9c5a8fa4b58..74bbacd645d 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE pom Spring Boot Full Build Spring Boot Full Build diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 83743653f7d..32fb797bb2f 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-integration-tests diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index b2a8cdb0967..ff7c23d2df9 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-dependencies - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index b2d97544d35..34a36dc5db0 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../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 4ebcb1bc9db..302810cc223 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-actuator-log4j Spring Boot Actuator Log4J Sample 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 ca26f3d6a3f..a7c26d07e05 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-actuator-noweb Spring Boot Actuator Non-Web Sample 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 8bbf0b278f1..74e0e68a752 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-actuator-ui Spring Boot Actuator UI Sample diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.gradle b/spring-boot-samples/spring-boot-sample-actuator/build.gradle index f50fb3f0154..5b206800a8c 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/build.gradle +++ b/spring-boot-samples/spring-boot-sample-actuator/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.1.0.BUILD-SNAPSHOT' + springBootVersion = '1.1.0.RELEASE' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.xml b/spring-boot-samples/spring-boot-sample-actuator/build.xml index 37dd722ccd6..67e2ae739a5 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/build.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/build.xml @@ -5,7 +5,7 @@ '$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'. - + diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index f361688cd7f..6c19759e4c6 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-actuator Spring Boot Actuator Sample diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-samples/spring-boot-sample-amqp/pom.xml index f44ef5257fb..d9e79de4ea1 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-amqp Spring Boot AMQP Sample diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-samples/spring-boot-sample-aop/pom.xml index be603414e82..7b1ebf1419d 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-aop Spring Boot AOP Sample diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index a7bb7c79240..8120a3670ca 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-batch Spring Boot Batch Sample diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml b/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml index 1b1419cf5f4..09c140396cf 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-elasticsearch Spring Boot Data Elasticsearch Sample diff --git a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml index f0d0e3f8aed..5ea68891518 100644 --- a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-gemfire Spring Boot Data Gemfire Sample 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 deac9faa789..8afc8f932ec 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-jpa Spring Boot Data JPA Sample 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 00edae76f88..6957cc29dac 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-mongodb Spring Boot Data MongoDB Sample 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 b31878f4cf5..e8bfbf0a94e 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-redis Spring Boot Data Redis Sample 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 1862f147a9d..2cb22a30104 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-rest Spring Boot Data REST Sample diff --git a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml b/spring-boot-samples/spring-boot-sample-data-solr/pom.xml index 97be771959e..1cdb777761b 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-solr/pom.xml @@ -1,10 +1,11 @@ + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-data-solr Spring Boot Data Solr Sample diff --git a/spring-boot-samples/spring-boot-sample-flyway/pom.xml b/spring-boot-samples/spring-boot-sample-flyway/pom.xml index 4400734482a..3a496658814 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/pom.xml +++ b/spring-boot-samples/spring-boot-sample-flyway/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-flyway Spring Boot Flyway Sample diff --git a/spring-boot-samples/spring-boot-sample-hornetq/pom.xml b/spring-boot-samples/spring-boot-sample-hornetq/pom.xml index fbe5f44e54f..e89b7523171 100644 --- a/spring-boot-samples/spring-boot-sample-hornetq/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hornetq/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-hornetq Spring Boot HornetQ Sample diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-samples/spring-boot-sample-integration/pom.xml index dda12833355..48382ac44aa 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-integration Spring Boot Integration Sample diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index 67a5ab5c551..b698e4b7391 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-jetty Spring Boot Jetty Sample diff --git a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml b/spring-boot-samples/spring-boot-sample-liquibase/pom.xml index 9fb58e3f18a..d8bc8dcfef1 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml +++ b/spring-boot-samples/spring-boot-sample-liquibase/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-liquibase Spring Boot Liquibase Sample diff --git a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml b/spring-boot-samples/spring-boot-sample-parent-context/pom.xml index 6d7709f49a9..5584ce97539 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml +++ b/spring-boot-samples/spring-boot-sample-parent-context/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.1.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-parent-context spring-boot-sample-parent-context diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index 36c0a9f8c4c..8e3e231abb1 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-profile Spring Boot Profile Sample diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-samples/spring-boot-sample-secure/pom.xml index 93f224b80f4..2048a27e902 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-secure Spring Boot Security Sample diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index af2bceed02b..8b621dbe8f3 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-servlet war diff --git a/spring-boot-samples/spring-boot-sample-simple/build.gradle b/spring-boot-samples/spring-boot-sample-simple/build.gradle index add44db3dc7..9d63c96e5f8 100644 --- a/spring-boot-samples/spring-boot-sample-simple/build.gradle +++ b/spring-boot-samples/spring-boot-sample-simple/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.1.0.BUILD-SNAPSHOT' + springBootVersion = '1.1.0.RELEASE' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index 1b10901ca70..6066f4cc4e4 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-simple Spring Boot Simple Sample 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 8c031c233b8..2d9d0b64a6d 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 @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-tomcat-multi-connectors Spring Boot Multi-Connector Tomcat Sample diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 34aebb4d694..650449f4f52 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-tomcat Spring Boot Tomcat Sample diff --git a/spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml index 742e5200226..ae6c4904da5 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat8-jsp/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-tomcat8-jsp war diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index abe384997a7..9726786d634 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-traditional war diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml b/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml index 94103e744ae..be8cf2b3383 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-freemarker Spring Boot Web FreeMarker Sample diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml index d9cc776d7d6..37cd4c19f33 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-groovy-templates spring-boot-sample-web-groovy-templates 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 e72fc086ea5..2665d80a114 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE 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 6cfdc6a1c25..b0358744f65 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-method-security Spring Boot Web Method Security Sample 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 30e206df75a..89fef050b14 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-secure Spring Boot Web Secure Sample diff --git a/spring-boot-samples/spring-boot-sample-web-static/build.gradle b/spring-boot-samples/spring-boot-sample-web-static/build.gradle index 26c370b2030..4d210d5dcb0 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/build.gradle +++ b/spring-boot-samples/spring-boot-sample-web-static/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.1.0.BUILD-SNAPSHOT' + springBootVersion = '1.1.0.RELEASE' } repositories { // NOTE: You should declare only repositories that you need here 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 1ba22bdf1cd..edebc721b1f 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-static war diff --git a/spring-boot-samples/spring-boot-sample-web-ui/build.gradle b/spring-boot-samples/spring-boot-sample-web-ui/build.gradle index 560a2eb4738..70eaabd4803 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/build.gradle +++ b/spring-boot-samples/spring-boot-sample-web-ui/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.1.0.BUILD-SNAPSHOT' + springBootVersion = '1.1.0.RELEASE' springLoadedVersion = '1.2.0.RELEASE' } repositories { 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 1fc08863c26..80db1ed20c0 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-ui Spring Boot Web UI Sample diff --git a/spring-boot-samples/spring-boot-sample-web-velocity/pom.xml b/spring-boot-samples/spring-boot-sample-web-velocity/pom.xml index b99c7392b2e..cb8b98aa13a 100644 --- a/spring-boot-samples/spring-boot-sample-web-velocity/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-velocity/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-web-velocity Spring Boot Web Velocity Sample diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index 4dd2cca382e..af24975ab73 100755 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE Spring Boot WebSocket Sample Spring Boot WebSocket Sample diff --git a/spring-boot-samples/spring-boot-sample-ws/pom.xml b/spring-boot-samples/spring-boot-sample-ws/pom.xml index 61706f1fc31..d35fea94af8 100644 --- a/spring-boot-samples/spring-boot-sample-ws/pom.xml +++ b/spring-boot-samples/spring-boot-sample-ws/pom.xml @@ -5,7 +5,7 @@ spring-boot-samples org.springframework.boot - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-ws Spring Boot Web Services Sample @@ -49,4 +49,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 4ffd30a4e41..13c0d524101 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-sample-xml Spring Boot XML Sample diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 7361838bec0..25340b977d9 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot-starters @@ -75,7 +75,7 @@ true - + true diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index 4e4efd493b6..86bbaa1f687 100644 --- a/spring-boot-starters/spring-boot-starter-actuator/pom.xml +++ b/spring-boot-starters/spring-boot-starter-actuator/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-actuator Spring Boot Actuator Starter diff --git a/spring-boot-starters/spring-boot-starter-amqp/pom.xml b/spring-boot-starters/spring-boot-starter-amqp/pom.xml index 2a8f0dede46..948f6115311 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-amqp Spring Boot AMPQ Starter diff --git a/spring-boot-starters/spring-boot-starter-aop/pom.xml b/spring-boot-starters/spring-boot-starter-aop/pom.xml index 255c76eff9f..616e0061e54 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-aop Spring Boot AOP Starter diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index 87189e62e94..0e19c62e0dd 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-batch Spring Boot Batch Starter diff --git a/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml b/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml index 19860a6d2bd..1c09e3da6b0 100644 --- a/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-elasticsearch Spring Boot Data Elasticsearch Starter diff --git a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml index 7baaa848ddd..57200db59f5 100644 --- a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-gemfire Spring Boot Data GemFire Starter 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 87241726958..c8b6bbab8e3 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-jpa Spring Boot Data JPA Starter 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 f4276c2e679..a360492fb46 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-mongodb Spring Boot Data MongoDB Starter 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 a9d2f695ba3..616887faf01 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-rest Spring Boot Data REST Starter diff --git a/spring-boot-starters/spring-boot-starter-data-solr/pom.xml b/spring-boot-starters/spring-boot-starter-data-solr/pom.xml index 7070dc7b314..3c3365006b8 100644 --- a/spring-boot-starters/spring-boot-starter-data-solr/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-solr/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-data-solr Spring Boot Data Solr Starter diff --git a/spring-boot-starters/spring-boot-starter-freemarker/pom.xml b/spring-boot-starters/spring-boot-starter-freemarker/pom.xml index 4f3cdb02d37..c110d2e60d7 100644 --- a/spring-boot-starters/spring-boot-starter-freemarker/pom.xml +++ b/spring-boot-starters/spring-boot-starter-freemarker/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-freemarker Spring Boot FreeMarker Starter diff --git a/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml b/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml index d1f31df30eb..011af31d137 100644 --- a/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml +++ b/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-groovy-templates Spring Boot Groovy Templates Starter diff --git a/spring-boot-starters/spring-boot-starter-hornetq/pom.xml b/spring-boot-starters/spring-boot-starter-hornetq/pom.xml index cb48ad96084..ca48600ad4e 100644 --- a/spring-boot-starters/spring-boot-starter-hornetq/pom.xml +++ b/spring-boot-starters/spring-boot-starter-hornetq/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-hornetq Spring Boot HornetQ Starter diff --git a/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-starters/spring-boot-starter-integration/pom.xml index b94000c6cdc..6c1eb2ef90e 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-integration Spring Boot Integration Starter diff --git a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index bade0dd6b7b..2387a637dcd 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-jdbc Spring Boot JDBC Starter diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 96a315dceeb..ca42bee09ef 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-jetty Spring Boot Jetty Starter diff --git a/spring-boot-starters/spring-boot-starter-log4j/pom.xml b/spring-boot-starters/spring-boot-starter-log4j/pom.xml index 028a00912b1..2421fffd4f6 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-log4j Spring Boot Log4J Starter diff --git a/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-starters/spring-boot-starter-logging/pom.xml index a6118930e98..2575ee0a9dd 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-logging Spring Boot Logger Starter diff --git a/spring-boot-starters/spring-boot-starter-mobile/pom.xml b/spring-boot-starters/spring-boot-starter-mobile/pom.xml index e94466fc0aa..f60b1949a96 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-mobile Spring Boot Mobile Starter diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index e3726ac5a60..d50907487dc 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../../spring-boot-dependencies spring-boot-starter-parent diff --git a/spring-boot-starters/spring-boot-starter-redis/pom.xml b/spring-boot-starters/spring-boot-starter-redis/pom.xml index 85a92a9b917..532cda0a990 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-redis Spring Boot Redis Starter 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 b825a712c91..4d39f1ca6ee 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-remote-shell Spring Boot Remote Shell Starter diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index fb9ad3c9445..e4a4198e829 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-security Spring Boot Security Starter diff --git a/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml b/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml index 34c72e7e505..507b077da01 100644 --- a/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-social-facebook Spring Boot Social Facebook Starter diff --git a/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml b/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml index 303c7afd1fb..f8a6fe2af66 100644 --- a/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-social-linkedin Spring Boot Social LinkedIn Starter diff --git a/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml b/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml index 8abc8a30bb2..b2dcac5c99f 100644 --- a/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-social-twitter Spring Boot Social Twitter Starter diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index 7cc801e9f01..ca0eef7a350 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-test Spring Boot Test Starter diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml index 563fb5e9fba..5ae0e5b82d1 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-thymeleaf Spring Boot Thymeleaf Starter diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 2895e024bcc..60bddc04db5 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-tomcat Spring Boot Tomcat Starter diff --git a/spring-boot-starters/spring-boot-starter-velocity/pom.xml b/spring-boot-starters/spring-boot-starter-velocity/pom.xml index c3f606589da..09351c71702 100644 --- a/spring-boot-starters/spring-boot-starter-velocity/pom.xml +++ b/spring-boot-starters/spring-boot-starter-velocity/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-velocity Spring Boot Velocity Starter diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml index aa3d9d3eb64..d3939f9f8ed 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-web Spring Boot Web Starter diff --git a/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-starters/spring-boot-starter-websocket/pom.xml index a176e0ffeef..413eaf2f775 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-websocket Spring Boot WebSocket Starter diff --git a/spring-boot-starters/spring-boot-starter-ws/pom.xml b/spring-boot-starters/spring-boot-starter-ws/pom.xml index c52b2f6c490..7fb97f347a9 100644 --- a/spring-boot-starters/spring-boot-starter-ws/pom.xml +++ b/spring-boot-starters/spring-boot-starter-ws/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-starters - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter-ws Spring Boot Web Services Starter @@ -47,4 +45,4 @@ spring-ws-support - \ No newline at end of file + diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index 4917bdf3cec..bf60cad79c0 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-starter Spring Boot Starter diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index c09bfc03180..2cedc1657ff 100644 --- a/spring-boot-tools/pom.xml +++ b/spring-boot-tools/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../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 57169bfe5b9..15954c365a4 100644 --- a/spring-boot-tools/spring-boot-dependency-tools/pom.xml +++ b/spring-boot-tools/spring-boot-dependency-tools/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-tools - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-dependency-tools Spring Boot Dependency Tools diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 57dc5f0653a..2478360f2eb 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-gradle-plugin 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 c4fd12e3433..46a459d1590 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-loader-tools Spring Boot Loader Tools diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 64886170fd1..e586850e4cc 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-loader Spring Boot Loader diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 47cb11090e9..06be7a99d3a 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.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE spring-boot-maven-plugin maven-plugin diff --git a/spring-boot-versions/pom.xml b/spring-boot-versions/pom.xml index 8e67d18599f..099e7045285 100644 --- a/spring-boot-versions/pom.xml +++ b/spring-boot-versions/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.boot spring-boot-dependencies - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-dependencies spring-boot-versions @@ -103,8 +102,7 @@ ${project.build.directory}/effective-pom src/main/xslt/dependency-management-to-versions.xsl - + .properties diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 47d1717e774..df87e8f48f1 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../spring-boot-parent spring-boot