Upgrade to Spring Boot 1.2.4

This commit is contained in:
Stephane Nicoll
2015-06-04 11:34:38 +02:00
parent 2ef0745832
commit a600120a81
3 changed files with 3 additions and 3 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.3.RELEASE
version: 1.2.4.RELEASE
initializr:
env:

View File

@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.43.1</selenium.version>
<spring.boot.version>1.2.2.RELEASE</spring.boot.version>
<spring.boot.version>1.2.4.RELEASE</spring.boot.version>
<java.version>1.7</java.version>
</properties>

View File

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