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

@@ -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