mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
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:
parent
70baabaeed
commit
7d0d58cee1
@ -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.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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user