mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Add version range for Dalston
This commit introduces support for Spring Cloud Dalston when Spring Boot 1.5 or later is used. Closes gh-324
This commit is contained in:
parent
a3a05000b0
commit
05cf5c78ce
@ -35,9 +35,12 @@ initializr:
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.3.BUILD-SNAPSHOT)"
|
||||
version: Camden.SR3
|
||||
- versionRange: 1.4.3.BUILD-SNAPSHOT
|
||||
- versionRange: "[1.4.3.BUILD-SNAPSHOT, 1.5.0.M1)"
|
||||
version: Camden.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "1.5.0.M1"
|
||||
version: Dalston.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-dataflow-bom:
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-dataflow-dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user