Fix up version numbers following release

This commit is contained in:
Andy Wilkinson
2017-07-26 10:40:35 +01:00
parent 41c5c0e7c9
commit 39b4270b7e
10 changed files with 19 additions and 22 deletions

View File

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