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