Update SNAPSHOT to 1.2.0.RC1

This commit is contained in:
Spencer Gibb
2016-09-26 15:51:32 -06:00
parent b486928aab
commit c2c96700db
20 changed files with 28 additions and 32 deletions

View File

@@ -8,10 +8,6 @@
Install Spring CLI first: https://github.com/spring-cloud/spring-cloud-cli/blob/master/docs/src/main/asciidoc/install.adoc
```
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT
```
### Running
```
@@ -31,12 +27,12 @@ spring:
launcher:
deployables:
- name: configserver
coordinates: maven://org.springframework.cloud.launcher:spring-cloud-launcher-configserver:1.1.0.BUILD-SNAPSHOT
coordinates: maven://org.springframework.cloud.launcher:spring-cloud-launcher-configserver:1.2.0.RC1
port: 8888
waitUntilStarted: true
order: -10
- name: eureka
coordinates: maven://org.springframework.cloud.launcher:spring-cloud-launcher-eureka:1.1.0.BUILD-SNAPSHOT
coordinates: maven://org.springframework.cloud.launcher:spring-cloud-launcher-eureka:1.2.0.RC1
port: 8761
```