Upgrade to Spring Boot 1.3.4.RELEASE

This commit is contained in:
Stephane Nicoll 2016-05-08 16:26:33 +02:00
parent 0594dbfd1a
commit 145125ed91
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ info:
version: 0.4.0
# remember to update static/install.sh as well:
spring-boot:
version: 1.3.3.RELEASE
version: 1.3.4.RELEASE
server:
compression:

View File

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

View File

@ -39,7 +39,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.43.1</selenium.version>
<spring.boot.version>1.3.3.RELEASE</spring.boot.version>
<spring.boot.version>1.3.4.RELEASE</spring.boot.version>
<java.version>1.7</java.version>
</properties>