Uprade to Spring Boot 1.2.1

This commit is contained in:
Stephane Nicoll 2015-01-08 16:26:00 +01:00
parent 529f6dc5f1
commit 6f4d940ff7
3 changed files with 5 additions and 5 deletions

View File

@ -171,10 +171,10 @@ initializr:
default: true
bootVersions:
- name : Latest SNAPSHOT
id: 1.2.1.BUILD-SNAPSHOT
id: 1.2.2.BUILD-SNAPSHOT
default: false
- name: 1.2.0
id: 1.2.0.RELEASE
- name: 1.2.1
id: 1.2.1.RELEASE
default: true
- name: 1.1.10
id: 1.1.10.RELEASE

View File

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

View File

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