diff --git a/README.md b/README.md
index 86da9bab08..3ec978e16f 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ repositories {
}
dependencies {
- compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
+ compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}
diff --git a/complete/build.gradle b/complete/build.gradle
index 3cce05eb13..d3a116f0c3 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.M4")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
}
}
@@ -24,7 +24,7 @@ repositories {
}
dependencies {
- compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
+ compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}
diff --git a/complete/gradle/wrapper/gradle-wrapper.properties b/complete/gradle/wrapper/gradle-wrapper.properties
index d2d8306c1b..f80c4d409c 100644
--- a/complete/gradle/wrapper/gradle-wrapper.properties
+++ b/complete/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Fri Aug 09 11:38:26 CDT 2013
+#Wed Oct 30 09:46:27 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
diff --git a/complete/pom.xml b/complete/pom.xml
index 33a85dfd2d..5689ee4a87 100644
--- a/complete/pom.xml
+++ b/complete/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 0.5.0.M4
+ 0.5.0.M5
diff --git a/initial/build.gradle b/initial/build.gradle
index cea119c85e..495529dcaa 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.M4")
+ compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}
diff --git a/initial/gradle/wrapper/gradle-wrapper.properties b/initial/gradle/wrapper/gradle-wrapper.properties
index e3e1d3da4a..03b976f28c 100644
--- a/initial/gradle/wrapper/gradle-wrapper.properties
+++ b/initial/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Fri Aug 09 11:38:32 CDT 2013
+#Wed Oct 30 09:46:32 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
diff --git a/initial/pom.xml b/initial/pom.xml
index 96321b9b1a..73ea6d6338 100644
--- a/initial/pom.xml
+++ b/initial/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 0.5.0.M4
+ 0.5.0.M5