Update Boot version in gradle samples

This commit is contained in:
Dave Syer 2014-04-30 17:51:13 +01:00
parent 12ede8689a
commit 2c087d4787
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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