Fix versions in simple sample

This commit is contained in:
Dave Syer
2014-09-04 10:20:27 +01:00
parent 378f6b78ce
commit 73a5a8730b
2 changed files with 2 additions and 2 deletions

View File

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