Upgrade to Spring Boot 1.3.3.RELEASE

This commit is contained in:
Stephane Nicoll 2016-02-28 18:11:31 +01:00
parent 8458560449
commit fab8edac44
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.2.RELEASE
version: 1.3.3.RELEASE
server:
compression:

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

View File

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