diff --git a/complete/build.gradle b/complete/build.gradle index 9bc179cb80..b85336d333 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.M6") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1") } } @@ -24,7 +24,7 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6") + compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1") compile("org.hsqldb:hsqldb") testCompile("junit:junit:4.11") } diff --git a/complete/pom.xml b/complete/pom.xml index 62579422af..64c097cc27 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M6 + 1.0.0.RC1 diff --git a/initial/build.gradle b/initial/build.gradle index 66d3e6631d..71a636f007 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.M6") + compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1") compile("org.hsqldb:hsqldb") testCompile("junit:junit:4.11") } diff --git a/initial/pom.xml b/initial/pom.xml index 688ffdef9f..707bc543dc 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 0.5.0.M6 + 1.0.0.RC1