Update for Brixton.RC1

RC1 removed `spring-cloud-starter-bus-redis` because s-c-stream
is not supporting redis in production.

Fixes gh-205
This commit is contained in:
Spencer Gibb
2016-03-24 08:17:12 -06:00
committed by Dave Syer
parent 2ec6b5ce16
commit 35a24236d7

View File

@@ -26,7 +26,7 @@ initializr:
- versionRange: "[1.2.3.RELEASE,1.3.0.M1)" - versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
version: Angel.SR6 version: Angel.SR6
- versionRange: "[1.3.0.M2,1.3.3.RELEASE]" - versionRange: "[1.3.0.M2,1.3.3.RELEASE]"
version: Brixton.M5 version: Brixton.RC1
repositories: spring-snapshots,spring-milestones repositories: spring-snapshots,spring-milestones
- versionRange: 1.3.4.BUILD-SNAPSHOT - versionRange: 1.3.4.BUILD-SNAPSHOT
version: Brixton.BUILD-SNAPSHOT version: Brixton.BUILD-SNAPSHOT
@@ -448,12 +448,6 @@ initializr:
description: A simple control bus with AMQP and spring-cloud-bus-amqp description: A simple control bus with AMQP and spring-cloud-bus-amqp
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-starter-bus-amqp artifactId: spring-cloud-starter-bus-amqp
- name: Cloud Bus Redis
id: cloud-bus-redis
description: A simple control bus with Redis and spring-cloud-bus
versionRange: "(1.3.0.M5,9999.9.9.RELEASE]"
groupId: org.springframework.cloud
artifactId: spring-cloud-starter-bus-redis
- name: Cloud Bus Kafka - name: Cloud Bus Kafka
id: cloud-bus-kafka id: cloud-bus-kafka
description: A simple control bus with Kafka and spring-cloud-bus description: A simple control bus with Kafka and spring-cloud-bus