Upgrade to Spring Boot 1.4.4.RELEASE

This commit is contained in:
Stephane Nicoll 2017-01-27 10:31:00 +01:00
parent 3d0a3a7e14
commit f0cdd856bf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -38,7 +38,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>1.4.3.RELEASE</spring.boot.version>
<spring.boot.version>1.4.4.RELEASE</spring.boot.version>
<java.version>1.8</java.version>
</properties>