mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Fix spring cloud version ranges
This commit is contained in:
parent
fe55d5655c
commit
057f0d24cc
@ -27,12 +27,12 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
|
- versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
|
||||||
version: Angel.SR6
|
version: Angel.SR6
|
||||||
- versionRange: "[1.3.0.M2,1.3.9.BUILD-SNAPSHOT)"
|
- versionRange: "[1.3.0.M1,1.3.9.BUILD-SNAPSHOT)"
|
||||||
version: Brixton.SR6
|
version: Brixton.SR6
|
||||||
- versionRange: "[1.3.9.BUILD-SNAPSHOT,1.4.0.RELEASE)"
|
- versionRange: "[1.3.9.BUILD-SNAPSHOT,1.4.0.RELEASE)"
|
||||||
version: Brixton.BUILD-SNAPSHOT
|
version: Brixton.BUILD-SNAPSHOT
|
||||||
repositories: spring-snapshots,spring-milestones
|
repositories: spring-snapshots,spring-milestones
|
||||||
- versionRange: "[1.4.1.RELEASE,1.4.2.BUILD-SNAPSHOT)"
|
- versionRange: "[1.4.0.RELEASE,1.4.2.BUILD-SNAPSHOT)"
|
||||||
version: Camden.RELEASE
|
version: Camden.RELEASE
|
||||||
- versionRange: 1.4.2.BUILD-SNAPSHOT
|
- versionRange: 1.4.2.BUILD-SNAPSHOT
|
||||||
version: Camden.BUILD-SNAPSHOT
|
version: Camden.BUILD-SNAPSHOT
|
||||||
|
Loading…
Reference in New Issue
Block a user