mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Fix Spring Cloud Dataflow version ranges
This commit fixes compatibility of Spring Cloud Dataflow with Spring Boot 1.4 and later. Closes gh-318
This commit is contained in:
@@ -41,8 +41,14 @@ initializr:
|
|||||||
cloud-dataflow-bom:
|
cloud-dataflow-bom:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-dataflow-dependencies
|
artifactId: spring-cloud-dataflow-dependencies
|
||||||
version: 1.0.1.RELEASE
|
|
||||||
additionalBoms: [cloud-bom]
|
additionalBoms: [cloud-bom]
|
||||||
|
mappings:
|
||||||
|
- versionRange: "[1.3.2.RELEASE,1.4.0.M1)"
|
||||||
|
version: 1.0.1.RELEASE
|
||||||
|
- versionRange: "[1.4.0.M1,1.4.3.BUILD-SNAPSHOT)"
|
||||||
|
version: 1.1.0.RELEASE
|
||||||
|
- versionRange: 1.4.3.BUILD-SNAPSHOT
|
||||||
|
version: 1.1.1.BUILD-SNAPSHOT
|
||||||
repositories: spring-snapshots,spring-milestones
|
repositories: spring-snapshots,spring-milestones
|
||||||
cloud-services-bom:
|
cloud-services-bom:
|
||||||
groupId: io.pivotal.spring.cloud
|
groupId: io.pivotal.spring.cloud
|
||||||
|
Reference in New Issue
Block a user