diff --git a/README.adoc b/README.adoc index 0526003b829ce7f5af522e692caede03f637363b..de39e983bc44a0d5e81171c144c70659882d39df 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ tags: [spring-boot, groovy] projects: [spring-boot] --- -:spring_boot_version: 1.0.0.RC4 +:spring_boot_version: 1.0.0.RC5 :spring-boot: https://github.com/spring-projects/spring-boot :toc: :icons: font diff --git a/complete/build.gradle b/complete/build.gradle index 8e674abe868db5c025df87c525e0e6ec3f52474b..824340809e910085d0a76195949f2d7f46ea598a 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC5") } } diff --git a/complete/pom.xml b/complete/pom.xml index fee39418756b0db8694a7f58a6d7a18f1c714127..b76a3860e31b9235106ae3b9c3b8b23f158f18b4 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC4 + 1.0.0.RC5 diff --git a/initial/build.gradle b/initial/build.gradle index d481ee931b4e7b90beb34104d1b60bb3f87e4a50..ded5ced81a52623a1bf33476cdad251a67c5586d 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC4") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC5") } } diff --git a/initial/pom.xml b/initial/pom.xml index c2e221cbeb42e1029fa60cf9a5f1286aa8c0d3a6..2a5a8e1ec3045be9516b8b2b2ed00410dc759dd2 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC4 + 1.0.0.RC5