Skip to content

Commit

Permalink
Update to Spring Cloud Camden.SR6 and Spring Boot 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eberhard Wolff committed Apr 3, 2017
1 parent 50789b5 commit 502a591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microservice-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.0.RELEASE</version>
<version>1.4.5.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -25,7 +25,7 @@

<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Camden.RELEASE</spring-cloud.version>
<spring-cloud.version>Camden.SR6</spring-cloud.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 502a591

Please sign in to comment.