Update to Spring Boot 1.1.9

This commit is contained in:
Stephane Nicoll
2014-11-19 15:43:17 +01:00
parent addeb79bca
commit 0b88ebc3a4
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ info:
version: 0.3.0
# remember to update static/install.sh as well:
spring-boot:
version: 1.1.8.RELEASE
version: 1.1.9.RELEASE
initializr:
dependencies:
@@ -174,7 +174,7 @@ initializr:
id: 1.2.0.BUILD-SNAPSHOT
default: false
- name: 1.1.8
id: 1.1.8.RELEASE
id: 1.1.9.RELEASE
default: true
- name: 1.0.2
id: 1.0.2.RELEASE

View File

@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>1.1.8.RELEASE</spring.boot.version>
<spring.boot.version>1.1.9.RELEASE</spring.boot.version>
</properties>
<dependencies>

View File

@@ -3,7 +3,7 @@
set -e
# set -x
VERSION="1.1.8.RELEASE"
VERSION="1.1.9.RELEASE"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin"
fi