Upgrade to Spring Boot 1.3.5.RELEASE

This commit is contained in:
Stephane Nicoll
2016-05-10 08:57:33 +02:00
parent d01c884271
commit 87c5a5d116
3 changed files with 5 additions and 5 deletions

View File

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