Update Boot version in gradle samples

pull/755/head
Dave Syer 11 years ago
parent 12ede8689a
commit 2c087d4787

@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.0.0.BUILD-SNAPSHOT'
springBootVersion = '1.1.0.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.0.0.BUILD-SNAPSHOT'
springBootVersion = '1.1.0.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.0.0.BUILD-SNAPSHOT'
springBootVersion = '1.1.0.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

@ -1,7 +1,7 @@
buildscript {
ext {
springBootVersion = '1.0.0.BUILD-SNAPSHOT'
springLoadedVersion = '1.1.5.RELEASE'
springBootVersion = '1.1.0.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.0.RELEASE'
}
repositories {
// NOTE: You should declare only repositories that you need here

Loading…
Cancel
Save