Adapt version range for SCDF

SCDF is incompatible with Spring Boot 1.5.3 and further, see
https://github.com/spring-cloud/spring-cloud-dataflow/issues/1382

Closes gh-417
This commit is contained in:
Stephane Nicoll 2017-04-28 19:15:39 +02:00
parent 25a505ef9e
commit b835bf4ff4

View File

@ -53,7 +53,7 @@ initializr:
- versionRange: "[1.4.x.BUILD-SNAPSHOT, 1.5.0.RC1)"
version: 1.1.5.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
- versionRange: "[1.5.0.RC1, 2.0.0.M1)"
- versionRange: "[1.5.0.RC1, 1.5.3.RELEASE)"
version: 1.2.0.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
cloud-services-bom:
@ -866,7 +866,7 @@ initializr:
artifactId: spring-cloud-starter-aws-messaging
- name: Cloud Data Flow
bom: cloud-dataflow-bom
versionRange: "[1.3.2.RELEASE, 2.0.0.M1)"
versionRange: "[1.3.2.RELEASE, 1.5.3.RELEASE)"
content:
- name: Local Data Flow Server
id: cloud-dataflow-server-local