From 1db378281ef5f07a69bdfbe117584d2038f57c45 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Aug 2014 10:56:23 +0200 Subject: [PATCH] Update to Boot 1.1.5 This commit updates the recommended version to Boot 1.1.5 and provides an early access to boot 1.2.0 current build. --- .gitignore | 2 ++ application.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b6d0bac..77187e49 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ .classpath .project .settings +.idea +*.iml bin build target diff --git a/application.yml b/application.yml index 0a4aef91..5e990568 100644 --- a/application.yml +++ b/application.yml @@ -4,7 +4,7 @@ info: version: 0.2.1 # remember to update static/install.sh as well: spring-boot: - version: 1.1.4.RELEASE + version: 1.1.5.RELEASE projects: styles: @@ -95,9 +95,9 @@ projects: value: java selected: true bootVersions: - - value: 1.1.5.BUILD-SNAPSHOT + - value: 1.2.0.BUILD-SNAPSHOT selected: false - - value: 1.1.4.RELEASE + - value: 1.1.5.RELEASE selected: true - value: 1.0.2.RELEASE selected: false