diff --git a/README.md b/README.md index cf2569e072c6f6f0a744795660417fdab0c75d99..71e55a95328fd41aa413b51ae7bf8e64dfe9af13 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6") } } @@ -84,7 +84,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") + compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") testCompile("junit:junit:4.11") } diff --git a/complete/build.gradle b/complete/build.gradle index 356f3cb72cc9fdee61b62bff6d7f663a35d92833..c7df849a75df08bb5f4b70f9cebfd4915b144a46 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.M5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6") } } @@ -24,11 +24,11 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") { + compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") { exclude module: "spring-boot-starter-tomcat" } - compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5") - compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5") + compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M6") + compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M6") testCompile("junit:junit:4.11") } diff --git a/complete/pom.xml b/complete/pom.xml index 44e79559021771c80c42796977a4ba7dc8c68eaa..98c7a87952404b788bef030f97a4fcbacaf5ef08 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M5 + 0.5.0.M6 diff --git a/initial/build.gradle b/initial/build.gradle index 3d01a5487627077d6df6b44297ac7b7e28d36538..5668c51e178f728f0b164c3b651461e715e61e2d 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6") } } @@ -24,7 +24,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") + compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") testCompile("junit:junit:4.11") } diff --git a/initial/pom.xml b/initial/pom.xml index 305c3afe341b49687f11648d53805a0779a63ff2..43bc4978bde46824eae0b07f07338a2c0d130bae 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M5 + 0.5.0.M6