From 6b02eb326b226326f483d3155ebd8af64f527258 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 1 Apr 2014 15:11:04 -0500 Subject: [PATCH] Upgrade to Spring Boot 1.0.0.RELEASE --- README.adoc | 2 +- complete/build.gradle | 2 +- complete/pom.xml | 2 +- initial/build.gradle | 2 +- initial/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index e8c472603e..60bef6660d 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ tags: [] projects: [spring-batch] --- :spring_version: current -:spring_boot_version: 1.0.0.RC5 +:spring_boot_version: 1.0.0.RELEASE :Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html :EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html :SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html diff --git a/complete/build.gradle b/complete/build.gradle index f670234de1..a92739c79a 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.RC5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RELEASE") } } diff --git a/complete/pom.xml b/complete/pom.xml index 65c966dc7e..67eee88a86 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC5 + 1.0.0.RELEASE diff --git a/initial/build.gradle b/initial/build.gradle index f670234de1..a92739c79a 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.RC5") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RELEASE") } } diff --git a/initial/pom.xml b/initial/pom.xml index 65c966dc7e..67eee88a86 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC5 + 1.0.0.RELEASE