diff --git a/README.adoc b/README.adoc
index 899db965ab..72e9ca48fa 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,7 +3,7 @@ tags: []
projects: [spring-batch]
---
:spring_version: current
-:spring_boot_version: 1.0.2.RELEASE
+:spring_boot_version: 1.1.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 88dcc226b7..0306c6cf21 100644
--- a/complete/build.gradle
+++ b/complete/build.gradle
@@ -1,10 +1,11 @@
buildscript {
repositories {
- maven { url "http://repo.spring.io/libs-snapshot" }
+ maven { url "http://repo.spring.io/release" }
mavenLocal()
+ mavenCentral()
}
dependencies {
- classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
}
}
@@ -19,8 +20,9 @@ jar {
}
repositories {
+ mavenLocal()
mavenCentral()
- maven { url "http://repo.spring.io/libs-snapshot" }
+ maven { url "http://repo.spring.io/release" }
}
dependencies {
diff --git a/complete/pom.xml b/complete/pom.xml
index dba2b1ebd4..b46028bc22 100644
--- a/complete/pom.xml
+++ b/complete/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.0.2.RELEASE
+ 1.1.0.RELEASE
@@ -43,17 +43,15 @@
- spring-snapshots
- http://repo.spring.io/libs-snapshot
- true
+ spring-releases
+ http://repo.spring.io/release
- spring-snapshots
- http://repo.spring.io/libs-snapshot
- true
+ spring-releases
+ http://repo.spring.io/release
diff --git a/initial/build.gradle b/initial/build.gradle
index 88dcc226b7..0306c6cf21 100644
--- a/initial/build.gradle
+++ b/initial/build.gradle
@@ -1,10 +1,11 @@
buildscript {
repositories {
- maven { url "http://repo.spring.io/libs-snapshot" }
+ maven { url "http://repo.spring.io/release" }
mavenLocal()
+ mavenCentral()
}
dependencies {
- classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.2.RELEASE")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.0.RELEASE")
}
}
@@ -19,8 +20,9 @@ jar {
}
repositories {
+ mavenLocal()
mavenCentral()
- maven { url "http://repo.spring.io/libs-snapshot" }
+ maven { url "http://repo.spring.io/release" }
}
dependencies {
diff --git a/initial/pom.xml b/initial/pom.xml
index dba2b1ebd4..b46028bc22 100644
--- a/initial/pom.xml
+++ b/initial/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.0.2.RELEASE
+ 1.1.0.RELEASE
@@ -43,17 +43,15 @@
- spring-snapshots
- http://repo.spring.io/libs-snapshot
- true
+ spring-releases
+ http://repo.spring.io/release
- spring-snapshots
- http://repo.spring.io/libs-snapshot
- true
+ spring-releases
+ http://repo.spring.io/release