From 040830e6f1d8b85f817c064328e2b6ae53dc933a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 24 Sep 2016 08:42:39 +0200 Subject: [PATCH] Upgrade to Spring Boot 1.4.1.RELEASE --- initializr-web/src/main/resources/static/install.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/initializr-web/src/main/resources/static/install.sh b/initializr-web/src/main/resources/static/install.sh index 15cf191c..dc4fea95 100644 --- a/initializr-web/src/main/resources/static/install.sh +++ b/initializr-web/src/main/resources/static/install.sh @@ -3,7 +3,7 @@ set -e # set -x -VERSION="1.3.6.RELEASE" +VERSION="1.4.1.RELEASE" if [ -z "${PREFIX}" ]; then PREFIX="/usr/local/bin" fi diff --git a/pom.xml b/pom.xml index dbcec3a8..8ad03dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ UTF-8 - 1.4.0.RELEASE + 1.4.1.RELEASE 1.8