Upgrade to Spring Boot 1.2.3.RELEASE

This commit is contained in:
Stephane Nicoll
2015-04-20 15:18:27 +02:00
parent 5143bd3af1
commit 6555c34643
2 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ info:
version: 0.3.1
# remember to update static/install.sh as well:
spring-boot:
version: 1.2.2.RELEASE
version: 1.2.3.RELEASE
initializr:
env:
@@ -254,12 +254,12 @@ initializr:
default: true
bootVersions:
- name : Latest SNAPSHOT
id: 1.2.3.BUILD-SNAPSHOT
id: 1.2.4.BUILD-SNAPSHOT
default: false
- name: 1.2.2
id: 1.2.2.RELEASE
- name: 1.2.3
id: 1.2.3.RELEASE
default: true
- name: 1.1.11
id: 1.1.11.RELEASE
- name: 1.1.12
id: 1.1.12.RELEASE
default: false

View File

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