From 67189477fe9db7a1e4c5268886868221ca6d2628 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Thu, 26 Jun 2014 10:51:35 -0700 Subject: [PATCH] Next development version --- 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 | 87 ++++++++++--------- spring-boot-docs/pom.xml | 2 +- spring-boot-full-build/pom.xml | 2 +- spring-boot-integration-tests/pom.xml | 2 +- spring-boot-parent/pom.xml | 2 +- spring-boot-samples/pom.xml | 2 +- .../spring-boot-sample-actuator-log4j/pom.xml | 2 +- .../spring-boot-sample-actuator-noweb/pom.xml | 2 +- .../spring-boot-sample-actuator-ui/pom.xml | 2 +- .../spring-boot-sample-actuator/pom.xml | 2 +- .../spring-boot-sample-amqp/pom.xml | 2 +- .../spring-boot-sample-aop/pom.xml | 2 +- .../spring-boot-sample-batch/pom.xml | 2 +- .../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/pom.xml | 2 +- .../spring-boot-sample-secure/pom.xml | 2 +- .../spring-boot-sample-servlet/pom.xml | 2 +- .../spring-boot-sample-simple/pom.xml | 2 +- .../pom.xml | 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 +- .../spring-boot-sample-web-static/pom.xml | 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 +- 92 files changed, 135 insertions(+), 134 deletions(-) diff --git a/pom.xml b/pom.xml index b27d0870844..48d5548421f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.boot spring-boot-build - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT pom Spring Boot Build Spring Boot Build diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 7a62f8d8f22..69a55b6c1d9 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-actuator diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 230dcb863b9..fbbb9fd99e7 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-autoconfigure diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index edb388e4d9a..cf7c39b272d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-cli diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 8d3da6b31c6..97e917263f2 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,8 +1,9 @@ - + + 4.0.0 org.springframework.boot spring-boot-dependencies - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT pom Spring Boot Dependencies Spring Boot Dependencies @@ -128,43 +129,43 @@ org.springframework.boot spring-boot - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot test-jar - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-actuator - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-autoconfigure - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-dependency-tools - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-loader - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-loader-tools - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT commons-logging @@ -175,132 +176,132 @@ org.springframework.boot spring-boot-starter-actuator - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-amqp - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-aop - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-batch - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-elasticsearch - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-gemfire - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-jpa - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-mongodb - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-rest - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-data-solr - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-freemarker - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-groovy-templates - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-hornetq - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-integration - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-jdbc - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-jetty - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-log4j - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-logging - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-mobile - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-redis - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-remote-shell - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-security - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-social-facebook - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-social-linkedin - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-social-twitter - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-test - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT commons-logging @@ -311,32 +312,32 @@ org.springframework.boot spring-boot-starter-thymeleaf - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-tomcat - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-velocity - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-web - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-websocket - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-ws - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT @@ -1283,4 +1284,4 @@ - \ No newline at end of file + diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 719acfbe709..699424552ff 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-docs diff --git a/spring-boot-full-build/pom.xml b/spring-boot-full-build/pom.xml index 22dd391875d..2efe0e5f0f4 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 7f50bd57b47..1d16a677699 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-integration-tests diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index f3e3076d469..e60eabb98b9 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-dependencies spring-boot-parent diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index b116ca6c0bc..15ae778d123 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-starters/spring-boot-starter-parent spring-boot-samples diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml index c84ba6ee031..76971bda61c 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 8bebf5284d0..e6be2e7e6d2 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 d324a0af0c1..e8b6319b932 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-actuator-ui Spring Boot Actuator UI Sample diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index a22ca715f95..b7507aedd5f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 19b18bd275c..e2bab9b67af 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 3f069bcc94e..f0d442754bc 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 86e7c28036f..79f568913ed 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 45071301e4b..26be735f2a1 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 3113b2481e4..c392774d212 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 de639414871..8aaf6e4a040 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 f5552483bb3..8875c47b907 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 88207e34b53..52950826a89 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 1acdf7cf5bb..3296fa4a53d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 f697971056a..4177f5f9f4f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 ea984a6cb64..b65aad7adad 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 4c4f4aeb2d2..f9ace0a9355 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 70454087acc..53f1f390220 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 696ac8959c9..5191c3cf981 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 ecfb70b6e5e..39b4858d4bd 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 becf517d40c..c5a6563ec7b 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 e95a267b47b..3bff1566537 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 6cbc57ee9e5..438a0faec5e 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 37fea726c01..ed9ea2896d6 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-servlet war diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index 325801a90fd..79b8f7089ef 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 aef866bb098..bdd50f49a4d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 703316f3317..cf6edc8d08b 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 723b9c63b58..9ba71932358 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 f2aabdd2c11..efe0b117a8d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 b6f78ca5a9d..5e3b81a89b8 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 7902a88ce12..6366293a1fb 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 cdf0f9daa18..b0d601908b6 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-web-jsp war diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml index 3e59ca6751b..5e2f366be62 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 bb7872378d0..d7e818c5474 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-web-secure Spring Boot Web Secure Sample 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 c7c4216850c..545138ddf4f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-web-static war diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index 76bfe0b0aa4..428ab5d6945 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 48634b88375..9e214c5419b 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 1544b7db6e5..f1df878d426 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 a01cd7ddbb1..aec98d1de74 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 902d9bd6e6c..21dfec2fd58 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-sample-xml Spring Boot XML Sample diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 1ec256f49b5..35154e0d5a6 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-starters diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index 4f3f9b3c1be..1ba37ef8248 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 2aeb05862d0..4bda20c45bf 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 70eb3a803f3..24f8a20c96c 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 51eb578ef19..58403a07ee7 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 11bf6cb3a0d..1e24b1ec316 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 de140667983..ecef4f5187a 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 aba3c0aea7e..16d07a0a46e 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 f353024aaa8..0374aea5cc3 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 f66ff50096b..430be1d047a 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 56dd7347e2c..79cfe73720e 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 0756a17ce9d..8b9df1b9450 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 e8c78eb5575..f02da751cb4 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 385b3f0f5b0..70391ce6265 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 5896e62d210..50ff6572f92 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 86df67bc784..a6f81bc5b42 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 63f7675c2d0..bdc1551f98a 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 81ee6e7e55b..c89ef71676f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 c9beea7634c..b9cfcedd936 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 c5c519e9452..ac57997c52f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 b4694eb44e0..75f06271f9d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../../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 13a483314ec..fa3c044b6ff 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 5f36e61d22e..aaf95e49763 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 21cb0a10f50..d22e90073a5 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 ad81a58bb45..c0408ce8ac9 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 72daebf89fa..7ccc539d137 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 97fc7655242..df7910839f1 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 11d118e3912..90f4e8f2a7c 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 95ba9d2299d..1e608ae9e49 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 ce88a0e41bf..174f06b0318 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 29819b4ff29..c8bb2d5099d 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 2e80ca3f35a..ea83f79eb0f 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 cc15d519730..a7fe9cfebcb 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 783c4f3451e..45a10846c71 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 daca0c1dedb..3bf5326aee1 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-starter Spring Boot Starter diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml index 7932944e5e7..fa456b8b835 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot-tools diff --git a/spring-boot-tools/spring-boot-dependency-tools/pom.xml b/spring-boot-tools/spring-boot-dependency-tools/pom.xml index 658d58839ee..244573422eb 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 b06a8161a28..4833b9065a5 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 0c26b8dec71..80ea1c125a6 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 48a8602258d..5a1c0c9b2df 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT 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 5bcbc3f3dde..7bb04a813db 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT spring-boot-maven-plugin maven-plugin diff --git a/spring-boot-versions/pom.xml b/spring-boot-versions/pom.xml index a1cea2919de..f6dc97f430c 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.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-dependencies spring-boot-versions diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 9f1a7fb43b0..98fd8d8d172 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-parent - 1.1.3.BUILD-SNAPSHOT + 1.1.4.BUILD-SNAPSHOT ../spring-boot-parent spring-boot