From 85422a323cbdf8f75a67c16b2e0088af1119430f Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Tue, 24 Jun 2014 13:53:46 -0700 Subject: [PATCH] Release version 1.1.2 --- 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 | 89 +++++++++---------- 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 | 2 +- .../spring-boot-sample-data-gemfire/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-data-solr/pom.xml | 2 +- .../spring-boot-sample-flyway/pom.xml | 2 +- .../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/build.gradle | 2 +- .../spring-boot-sample-profile/pom.xml | 5 +- .../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 | 2 +- .../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 | 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 +- .../pom.xml | 2 +- .../spring-boot-starter-data-gemfire/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-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 | 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-versions/pom.xml | 2 +- spring-boot/pom.xml | 2 +- 98 files changed, 142 insertions(+), 144 deletions(-) diff --git a/pom.xml b/pom.xml index bd627e520218..fe346f3c01df 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.boot spring-boot-build - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE pom Spring Boot Build Spring Boot Build diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 001921715118..8d79c3c338ea 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 34e6bdd71b48..4c229cc8e652 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index fc5686e1597a..dfd4dc51e810 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index f328656dacb8..cc22deb262b4 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,9 +1,8 @@ - - + 4.0.0 org.springframework.boot spring-boot-dependencies - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE pom Spring Boot Dependencies Spring Boot Dependencies @@ -45,7 +44,7 @@ - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE 5.9.1 1.8.0 @@ -129,43 +128,43 @@ org.springframework.boot spring-boot - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot test-jar - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-actuator - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-autoconfigure - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-dependency-tools - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-loader - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-loader-tools - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE commons-logging @@ -176,132 +175,132 @@ org.springframework.boot spring-boot-starter-actuator - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-amqp - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-aop - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-batch - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-elasticsearch - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-gemfire - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-jpa - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-mongodb - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-rest - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-data-solr - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-freemarker - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-groovy-templates - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-hornetq - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-integration - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-jdbc - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-jetty - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-log4j - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-logging - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-mobile - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-redis - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-remote-shell - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-security - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-social-facebook - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-social-linkedin - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-social-twitter - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-test - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE commons-logging @@ -312,32 +311,32 @@ org.springframework.boot spring-boot-starter-thymeleaf - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-tomcat - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-velocity - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-web - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-websocket - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE org.springframework.boot spring-boot-starter-ws - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE @@ -1284,4 +1283,4 @@ - + \ No newline at end of file diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 5aced3856ed3..db70bad3e6cb 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot-docs diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index f4bc068810bc..fb1de2b0b6ea 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.2.BUILD-SNAPSHOT + 1.1.2.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 7bc9d5be5721..70e1a3948396 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot-integration-tests diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 086836802571..de3e5bd085cc 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 8001da5a39fd..ab527b6e8999 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.2.BUILD-SNAPSHOT + 1.1.2.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 076c0ed7b842..854bffc3e972 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.2.BUILD-SNAPSHOT + 1.1.2.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 5849a458cb0e..621a409c0eec 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.2.BUILD-SNAPSHOT + 1.1.2.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 ed1e3403bca4..c205abb69dc1 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.2.BUILD-SNAPSHOT + 1.1.2.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 18ebbab4001b..6fd86bf09833 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.2.BUILD-SNAPSHOT' + springBootVersion = '1.1.2.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 6ea065692684..7c8b2c44a717 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 1b20fa13045b..d4fc0af721ff 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.2.BUILD-SNAPSHOT + 1.1.2.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 9b48425de59f..8480b383612d 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.2.BUILD-SNAPSHOT + 1.1.2.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 2bc971c166e7..ee6be6b61374 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.2.BUILD-SNAPSHOT + 1.1.2.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 e14398b70193..f138e1ce8298 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.2.BUILD-SNAPSHOT + 1.1.2.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 8608263f6dc3..f6f0305cc356 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 7febeab638b7..a5cc140f9d11 100644 --- a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 3a333453b08b..8c2e2b672ce1 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.2.BUILD-SNAPSHOT + 1.1.2.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 92d94ec43ac6..ce3b4116634e 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.2.BUILD-SNAPSHOT + 1.1.2.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 e4b742fac622..3db9407dc7b8 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.2.BUILD-SNAPSHOT + 1.1.2.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 41581d921528..4678808aa5b3 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.2.BUILD-SNAPSHOT + 1.1.2.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 dd4be774b074..274f3dbecbe0 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-solr/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 71908a1e6912..18813137c2a0 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/pom.xml +++ b/spring-boot-samples/spring-boot-sample-flyway/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 87d9549ea4d3..c5eb46a6222a 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.2.BUILD-SNAPSHOT + 1.1.2.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 c33dafd830bb..520f00ac1e56 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.2.BUILD-SNAPSHOT + 1.1.2.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 041716363eab..20e4a965c5cb 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.2.BUILD-SNAPSHOT + 1.1.2.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 fc4f7bdf1f59..2bd1055ec9e9 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.2.BUILD-SNAPSHOT + 1.1.2.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 97da64553251..ae367d84a558 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-sample-parent-context spring-boot-sample-parent-context diff --git a/spring-boot-samples/spring-boot-sample-profile/build.gradle b/spring-boot-samples/spring-boot-sample-profile/build.gradle index 824c59f92967..0dd779b5a734 100644 --- a/spring-boot-samples/spring-boot-sample-profile/build.gradle +++ b/spring-boot-samples/spring-boot-sample-profile/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.1.2.BUILD-SNAPSHOT' + springBootVersion = '1.1.2.RELEASE' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index f1517faaff6c..fd35cb3be4dc 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 25493d2d8a45..bb4045893bcf 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.2.BUILD-SNAPSHOT + 1.1.2.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 7a1af62a07b0..a01812cfc472 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.2.BUILD-SNAPSHOT + 1.1.2.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 a20fdc6de3c0..5eabd7b81615 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.2.BUILD-SNAPSHOT' + springBootVersion = '1.1.2.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 b18f9d8e6397..928ff5d1991a 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.2.BUILD-SNAPSHOT + 1.1.2.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 fbe68717fb33..48002fe8b2cb 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.2.BUILD-SNAPSHOT + 1.1.2.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 b331650fba29..ecf261b3893b 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.2.BUILD-SNAPSHOT + 1.1.2.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 4f9a1d89e4e0..933b0288e26b 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.2.BUILD-SNAPSHOT + 1.1.2.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 a28909bd1ca0..e16bc9922a68 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.2.BUILD-SNAPSHOT + 1.1.2.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 c12be68bdac8..9c0f136824de 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.2.BUILD-SNAPSHOT + 1.1.2.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 7e6a35be3117..4cee7087bcb5 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 @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 c33ab76aada8..474aa12d3fb7 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.2.BUILD-SNAPSHOT + 1.1.2.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 d7dbe3e01000..5ac48ca45963 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.2.BUILD-SNAPSHOT + 1.1.2.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 61848bad487c..e0d006886184 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.2.BUILD-SNAPSHOT + 1.1.2.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 a5a70dcd5ef3..0c3b86100bd6 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.2.BUILD-SNAPSHOT' + springBootVersion = '1.1.2.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 d81fb8502adf..696000255fb3 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.2.BUILD-SNAPSHOT + 1.1.2.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 18bda1e79faf..0ad79660d6b8 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.2.BUILD-SNAPSHOT' + springBootVersion = '1.1.2.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 d65edf6b5e60..493d1d6cc706 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.2.BUILD-SNAPSHOT + 1.1.2.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 ed58d9907098..84dcb7cf80c9 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.2.BUILD-SNAPSHOT + 1.1.2.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 55282c917c79..b4cc1d07eb2b 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.2.BUILD-SNAPSHOT + 1.1.2.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 201379b74b59..7dde5c7e4d33 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-sample-ws Spring Boot Web Services Sample diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index 2612ebdd9e63..f2b8bb50856e 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-sample-xml Spring Boot XML Sample diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 2bcd2c57772a..2462bf01ccd9 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../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 030016d61945..c106b351e085 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.2.BUILD-SNAPSHOT + 1.1.2.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 9c705641f99b..c767df16e4d4 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.2.BUILD-SNAPSHOT + 1.1.2.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 89628a3076bc..6b22220f8d6e 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.2.BUILD-SNAPSHOT + 1.1.2.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 479a3c931a5d..2fb0914cf1be 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.2.BUILD-SNAPSHOT + 1.1.2.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 ffe33bd20cdf..a98a26b44a2e 100644 --- a/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 5ac49980e9b2..578b13244783 100644 --- a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.2.BUILD-SNAPSHOT + 1.1.2.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 98ee1bb063ba..54a69bbafb7c 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.2.BUILD-SNAPSHOT + 1.1.2.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 7fb2eac50779..b8bace0936c5 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.2.BUILD-SNAPSHOT + 1.1.2.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 f8d73b95e92e..de77c6a50e07 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.2.BUILD-SNAPSHOT + 1.1.2.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 b4dec91187d3..492401a70f44 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.2.BUILD-SNAPSHOT + 1.1.2.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 4f58d446e90e..660f3d219270 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.2.BUILD-SNAPSHOT + 1.1.2.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 15f31a074d49..fb9a58ac5016 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.2.BUILD-SNAPSHOT + 1.1.2.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 33e1c85d4dd9..7964b9ac5ad0 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.2.BUILD-SNAPSHOT + 1.1.2.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 09ffcd47d965..433ab3f6c60c 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.2.BUILD-SNAPSHOT + 1.1.2.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 4d40bc226431..ffc5e9f3b505 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.2.BUILD-SNAPSHOT + 1.1.2.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 0db6495879f7..ffa3482af437 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.2.BUILD-SNAPSHOT + 1.1.2.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 d6206441671f..ec2cb57e3bf6 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.2.BUILD-SNAPSHOT + 1.1.2.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 b213fdf32acc..64cdfc8c15ba 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.2.BUILD-SNAPSHOT + 1.1.2.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 e7ec93fc8f1b..4579fb704d30 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.2.BUILD-SNAPSHOT + 1.1.2.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 3d2bfc49d38d..eae30a488f80 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.2.BUILD-SNAPSHOT + 1.1.2.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 9e23f80a6ed8..970276215928 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.2.BUILD-SNAPSHOT + 1.1.2.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 c9ffd1d2b01c..7462fd3e9c0b 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.2.BUILD-SNAPSHOT + 1.1.2.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 e317b09e4c73..f14f38ef6248 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.2.BUILD-SNAPSHOT + 1.1.2.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 57eb5f5c1b64..1080e970fce4 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.2.BUILD-SNAPSHOT + 1.1.2.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 770e215052bf..7bf1d54b03c7 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.2.BUILD-SNAPSHOT + 1.1.2.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 78c8dc591cb1..1ec5f10e8ef9 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.2.BUILD-SNAPSHOT + 1.1.2.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 34e213b498ca..c2f6080cd3d2 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.2.BUILD-SNAPSHOT + 1.1.2.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 cff02dd7b2a2..9cfac6515d6d 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.2.BUILD-SNAPSHOT + 1.1.2.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 285b3f220aca..c48975c60e33 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.2.BUILD-SNAPSHOT + 1.1.2.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 e3c4d8f780cf..280984ed1bb1 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.2.BUILD-SNAPSHOT + 1.1.2.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 d5639169ba00..e8a3170dcbf6 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.2.BUILD-SNAPSHOT + 1.1.2.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 f964513b724f..7e58329eb940 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.2.BUILD-SNAPSHOT + 1.1.2.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 630c7e7153a2..1c46f45ced96 100644 --- a/spring-boot-starters/spring-boot-starter-ws/pom.xml +++ b/spring-boot-starters/spring-boot-starter-ws/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starters - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-starter-ws Spring Boot Web Services Starter diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index a9c11e606c97..c3bc4aecf199 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-starter Spring Boot Starter diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index 848b95c679c3..0110bccb5453 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.2.BUILD-SNAPSHOT + 1.1.2.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 72f7b6d9c654..2dd4d0de59e0 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.1.2.BUILD-SNAPSHOT + 1.1.2.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 77a5b64ba9e4..3049a9018403 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.2.BUILD-SNAPSHOT + 1.1.2.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 4034ca671d84..0c0d1bbd1e06 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.2.BUILD-SNAPSHOT + 1.1.2.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 daa1d8f582cb..4842f1825c82 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.2.BUILD-SNAPSHOT + 1.1.2.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 56e74c041abd..f123519ebb47 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.2.BUILD-SNAPSHOT + 1.1.2.RELEASE spring-boot-maven-plugin maven-plugin diff --git a/spring-boot-versions/pom.xml b/spring-boot-versions/pom.xml index 9ff0f8edadfe..941f2fbdcb4d 100644 --- a/spring-boot-versions/pom.xml +++ b/spring-boot-versions/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-dependencies - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-dependencies spring-boot-versions diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index c7aecc2d54a3..ecd98fb6298c 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.2.BUILD-SNAPSHOT + 1.1.2.RELEASE ../spring-boot-parent spring-boot