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.
This commit is contained in:
Oliver Gierke
2014-07-08 13:55:43 +02:00
parent 16f9aa6ab1
commit 8805059aee
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.4.RELEASE</version>
</parent>
<modules>

View File

@@ -12,6 +12,10 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<tomcat.version>8.0.9</tomcat.version>
</properties>
<dependencies>
<dependency>