Merge pull request #327 from william-tran:patch-2

* pr/327:
  Polish contribution
  Support multiple versions of Spring Cloud Services
This commit is contained in:
Stephane Nicoll
2016-12-09 19:10:24 +01:00

View File

@@ -56,8 +56,18 @@ initializr:
cloud-services-bom: cloud-services-bom:
groupId: io.pivotal.spring.cloud groupId: io.pivotal.spring.cloud
artifactId: spring-cloud-services-dependencies artifactId: spring-cloud-services-dependencies
version: 1.3.1.RELEASE
additionalBoms: [cloud-bom] additionalBoms: [cloud-bom]
mappings:
- versionRange: "[1.3.0.RELEASE,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: 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