Support multiple versions of Spring Cloud Services

Map Spring Boot 1.3.x to SCS 1.2.1, and Spring Boot 1.4.x to SCS 1.3.1

See gh-327
This commit is contained in:
Will Tran 2016-12-08 12:21:53 -05:00 committed by Stephane Nicoll
parent 70baabaeed
commit 7d0d58cee1

View File

@ -56,8 +56,18 @@ initializr:
cloud-services-bom:
groupId: io.pivotal.spring.cloud
artifactId: spring-cloud-services-dependencies
version: 1.3.1.RELEASE
additionalBoms: [cloud-bom]
mappings:
- versionRange: "[1.3.0.M1,1.3.9.BUILD-SNAPSHOT)"
version: 1.2.1.RELEASE
- versionRange: "[1.3.9.BUILD-SNAPSHOT,1.4.0.RELEASE)"
version: 1.2.2.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
- versionRange: "[1.4.0.RELEASE,1.4.3.BUILD-SNAPSHOT)"
version: 1.3.1.RELEASE
- versionRange: "[1.4.3.BUILD-SNAPSHOT, 1.5.0.M1)"
version: 1.3.2.BUILD-SNAPSHOT
repositories: spring-snapshots,spring-milestones
experimental-reactive-bom:
groupId: org.springframework.boot.experimental
artifactId: spring-boot-dependencies-web-reactive