From c08348f2d519bc95c47ad0a7eada322a95701ff8 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 27 Sep 2013 10:31:53 -0500 Subject: [PATCH] Upgrade to Spring Boot 0.5.0.M4 --- README.md | 4 ++-- complete/build.gradle | 4 ++-- complete/pom.xml | 2 +- initial/build.gradle | 2 +- initial/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 031b374416..2ddc199bc6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2") + compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4") compile("org.hsqldb:hsqldb") testCompile("junit:junit:4.11") } @@ -445,7 +445,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M2") + classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4") } } ``` diff --git a/complete/build.gradle b/complete/build.gradle index 7aad79583b..5f8a12844b 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M2") + classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4") } } @@ -24,7 +24,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2") + compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4") compile("org.hsqldb:hsqldb") testCompile("junit:junit:4.11") } diff --git a/complete/pom.xml b/complete/pom.xml index 85e78882e4..bac29478ca 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.M4 diff --git a/initial/build.gradle b/initial/build.gradle index ec49ce22f3..87bdc666e2 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -20,7 +20,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M2") + compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4") compile("org.hsqldb:hsqldb") testCompile("junit:junit:4.11") } diff --git a/initial/pom.xml b/initial/pom.xml index 9bba7005cc..d94e11eb5a 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M2 + 0.5.0.M4