Commit 2c087d47 authored by Dave Syer's avatar Dave Syer

Update Boot version in gradle samples

parent 12ede868
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
......
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
......
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
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment