Clarify spring-cloud-task entry

This commit provides a complete entry for Spring Cloud task and clarify
that no more customization is required as of 1.4. Previously, the entry
did not have any groupId/artifactId pair, leading to a default (wrong)
groupId/artifactId to be generated.

Closes gh-341
This commit is contained in:
Stephane Nicoll
2017-03-10 08:49:56 +01:00
parent 2b0e967e32
commit f07c8d594a
3 changed files with 34 additions and 8 deletions

View File

@@ -620,15 +620,13 @@ initializr:
id: cloud-task
description: Task result tracking along with integration with batch and streams
groupId: org.springframework.cloud
artifactId: spring-cloud-starter-task
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