Update to Camden

This commit is contained in:
Dave Syer
2016-08-27 11:13:53 +01:00
parent 1c7382cd6c
commit 299e9e26d8
33 changed files with 67 additions and 67 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.7.RELEASE</version>
<version>1.4.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -34,7 +34,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>demo.DemoApplication</start-class>
<java.version>1.7</java.version>
<spring-cloud.version>Brixton.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>Camden.BUILD-SNAPSHOT</spring-cloud.version>
</properties>
<dependencies>