diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 0c61376e2b6..dcc10bea222 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,5 +1,4 @@ - - + 4.0.0 org.springframework.boot spring-boot-dependencies @@ -2415,7 +2414,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.2.BUILD-SNAPSHOT + 1.5.3.BUILD-SNAPSHOT org.apache.maven.plugins @@ -2636,4 +2635,4 @@ integration-test - + \ No newline at end of file diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.gradle b/spring-boot-samples/spring-boot-sample-actuator/build.gradle index 3289a2dbe1b..2eeaee8377c 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.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-ant/build.xml b/spring-boot-samples/spring-boot-sample-ant/build.xml index c8351140e04..e14ef991034 100644 --- a/spring-boot-samples/spring-boot-sample-ant/build.xml +++ b/spring-boot-samples/spring-boot-sample-ant/build.xml @@ -11,7 +11,7 @@ actual jars). Run with '$ java -jar target/*.jar'. - + diff --git a/spring-boot-samples/spring-boot-sample-ant/pom.xml b/spring-boot-samples/spring-boot-sample-ant/pom.xml index 8677e578838..1a968d567b1 100644 --- a/spring-boot-samples/spring-boot-sample-ant/pom.xml +++ b/spring-boot-samples/spring-boot-sample-ant/pom.xml @@ -1,5 +1,4 @@ - - + 4.0.0 @@ -62,8 +61,8 @@ package - - + + @@ -85,7 +84,7 @@ org.springframework.boot spring-boot-antlib - 1.5.2.BUILD-SNAPSHOT + 1.5.3.BUILD-SNAPSHOT @@ -103,4 +102,4 @@ - + \ No newline at end of file diff --git a/spring-boot-samples/spring-boot-sample-logback/build.gradle b/spring-boot-samples/spring-boot-sample-logback/build.gradle index 97a2d505d2c..0d6e903f942 100644 --- a/spring-boot-samples/spring-boot-sample-logback/build.gradle +++ b/spring-boot-samples/spring-boot-sample-logback/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-profile/build.gradle b/spring-boot-samples/spring-boot-sample-profile/build.gradle index 4ed1c8848f6..0bea8aef907 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.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' } repositories { // NOTE: You should declare only repositories that you need here diff --git a/spring-boot-samples/spring-boot-sample-simple/build.gradle b/spring-boot-samples/spring-boot-sample-simple/build.gradle index 97a2d505d2c..0d6e903f942 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.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' } repositories { // NOTE: You should declare only repositories that you need here 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 6e8e9eac9cc..fffb10fab64 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.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' } repositories { // NOTE: You should declare only repositories that you need here 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 76c71f9f694..7509dedfdff 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.5.2.BUILD-SNAPSHOT' + springBootVersion = '1.5.3.BUILD-SNAPSHOT' springLoadedVersion = '1.2.4.RELEASE' } repositories { diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index edba89c2998..8f0dd44c0cb 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -1,5 +1,4 @@ - - + 4.0.0 org.springframework.boot @@ -172,7 +171,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.2.BUILD-SNAPSHOT + 1.5.3.BUILD-SNAPSHOT @@ -206,7 +205,7 @@ META-INF/spring.schemas - + ${start-class} @@ -218,4 +217,4 @@ - + \ No newline at end of file