Upgrade to Spring Boot 1.2.5.RELEASE

This commit is contained in:
Stephane Nicoll
2015-07-17 16:03:08 +02:00
parent c435ec6cec
commit a3514a490d
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.4.RELEASE
version: 1.2.5.RELEASE
endpoints:
env:
keysToSanitize: key,secret,password,VCAP_SERVICES

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.4.RELEASE</spring.boot.version>
<spring.boot.version>1.2.5.RELEASE</spring.boot.version>
<java.version>1.7</java.version>
</properties>

View File

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