Upgrade to Spring Boot 1.4

This commit upgraded all places where Spring Cloud Task explicitly
references Spring Boot 1.4

Resolves spring-cloud/spring-cloud-task#166

Updated the jar version numbers in the adocs to 1.1.0
This commit is contained in:
Michael Minella
2016-08-10 13:15:51 -05:00
committed by Glenn Renfro
parent 9f0377df0b
commit 551a4bc53a
13 changed files with 21 additions and 18 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>
<properties>