Fix spring-boot version to 1.4.0

This commit is contained in:
Dave Syer
2016-08-17 17:00:13 +01:00
parent 67c2a94d9c
commit f4df5fe713

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.BUILD-SNAPSHOT</version>
<version>1.4.0.RELEASE</version>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>