From 8805059aee534a99b7efa08008a939cddfda9805 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 8 Jul 2014 13:55:43 +0200 Subject: [PATCH] Upgraded to Spring Boot 1.1.4.RELEASE. Slight restructuring of the build setup for the Spring Data REST. Upgraded to Tomcat 8.0.9. --- pom.xml | 2 +- rest/starbucks/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43e4f631..21db2c96 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.1.3.RELEASE + 1.1.4.RELEASE diff --git a/rest/starbucks/pom.xml b/rest/starbucks/pom.xml index 164ed57c..88eab62e 100644 --- a/rest/starbucks/pom.xml +++ b/rest/starbucks/pom.xml @@ -12,6 +12,10 @@ 1.0.0.BUILD-SNAPSHOT + + 8.0.9 + +