Update to latest boot release

This commit is contained in:
Stephane Nicoll 2014-10-20 13:39:55 +02:00
parent 3bdccad9cd
commit db9eaf4274
2 changed files with 4 additions and 4 deletions

View File

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

View File

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