Use Spring Cloud Task BOM

Closes gh-342
This commit is contained in:
Stephane Nicoll 2017-01-13 12:51:59 -05:00
parent 4afce8c4b2
commit d36ff253d6

View File

@ -68,6 +68,20 @@ initializr:
- versionRange: "[1.4.4.BUILD-SNAPSHOT, 1.5.0.RC1)"
version: 1.3.2.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
cloud-task-bom:
groupId: org.springframework.cloud
artifactId: spring-cloud-task-dependencies
mappings:
- versionRange: "[1.3.0.RELEASE, 1.3.x.RELEASE]"
version: 1.0.3.RELEASE
- versionRange: "[1.4.0.RELEASE,1.4.x.BUILD-SNAPSHOT)"
version: 1.1.2.RELEASE
- versionRange: "[1.4.x.BUILD-SNAPSHOT, 1.5.0.RC1)"
version: 1.1.3.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
- versionRange: "1.5.0.RC1"
version: 1.2.0.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
experimental-reactive-bom:
groupId: org.springframework.boot.experimental
artifactId: spring-boot-dependencies-web-reactive
@ -411,7 +425,15 @@ initializr:
id: cloud-task
description: Task result tracking along with integration with batch and streams
groupId: org.springframework.cloud
artifactId: spring-cloud-task-starter
versionRange: 1.3.0.RELEASE
bom: cloud-task-bom
mappings:
- versionRange: "[1.3.0.RELEASE,1.3.x.RELEASE]"
groupId: org.springframework.cloud
artifactId: spring-cloud-task-starter
- versionRange: "1.4.0.RELEASE"
groupId: org.springframework.cloud
artifactId: spring-cloud-starter-task
- name: Cloud Config
bom: cloud-bom
versionRange: 1.2.3.RELEASE