Add specific order for Spring cloud BOMs

See gh-343
This commit is contained in:
Stephane Nicoll 2017-01-17 19:20:40 +01:00
parent 330cb13c64
commit 0cbe51157a

View File

@ -25,6 +25,7 @@ initializr:
cloud-bom: cloud-bom:
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-dependencies artifactId: spring-cloud-dependencies
order: 50
mappings: mappings:
- versionRange: "[1.2.3.RELEASE,1.3.0.RELEASE)" - versionRange: "[1.2.3.RELEASE,1.3.0.RELEASE)"
version: Angel.SR6 version: Angel.SR6
@ -41,6 +42,7 @@ 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
order: 20
additionalBoms: [cloud-task-bom,cloud-bom] additionalBoms: [cloud-task-bom,cloud-bom]
mappings: mappings:
- versionRange: "[1.3.2.RELEASE,1.4.0.RELEASE)" - versionRange: "[1.3.2.RELEASE,1.4.0.RELEASE)"
@ -65,6 +67,7 @@ initializr:
cloud-task-bom: cloud-task-bom:
groupId: org.springframework.cloud groupId: org.springframework.cloud
artifactId: spring-cloud-task-dependencies artifactId: spring-cloud-task-dependencies
order: 30
mappings: mappings:
- versionRange: "[1.3.0.RELEASE, 1.4.0.RELEASE]" - versionRange: "[1.3.0.RELEASE, 1.4.0.RELEASE]"
version: 1.0.3.RELEASE version: 1.0.3.RELEASE
@ -79,6 +82,7 @@ initializr:
experimental-reactive-bom: experimental-reactive-bom:
groupId: org.springframework.boot.experimental groupId: org.springframework.boot.experimental
artifactId: spring-boot-dependencies-web-reactive artifactId: spring-boot-dependencies-web-reactive
order: 0
repositories: spring-snapshots,spring-milestones repositories: spring-snapshots,spring-milestones
version: 0.1.0.BUILD-SNAPSHOT version: 0.1.0.BUILD-SNAPSHOT
vaadin-bom: vaadin-bom: