We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4619015 commit 53709b7Copy full SHA for 53709b7
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>1.5.4.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
9
</parent>
10
11
<groupId>de.olivergierke.samples.rest</groupId>
@@ -21,7 +21,7 @@
21
22
<properties>
23
<java.version>1.7</java.version>
24
- <spring-cloud.version>Dalston.BUILD-SNAPSHOT</spring-cloud.version>
+ <spring-cloud.version>Edgware.SR4</spring-cloud.version>
25
<docker.image.prefix>springcloud</docker.image.prefix>
26
</properties>
27
0 commit comments