mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 12:48:02 +08:00
Update for Spring Cloud Camden.RELEASE
Latest snapshots of Boot go to Camden snapshots, and 1.4.x to Camden.RELEASE, leaving Brixton on 1.3.x.
This commit is contained in:
parent
040830e6f1
commit
872f110df4
@ -27,8 +27,11 @@ 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.4.1.RELEASE]"
|
- versionRange: "[1.3.0.M2,1.4.0.RELEASE)"
|
||||||
version: Brixton.SR6
|
version: Brixton.SR6
|
||||||
|
- versionRange: 1.4.0.RELEASE
|
||||||
|
version: Camden.RELEASE
|
||||||
|
repositories: spring-snapshots,spring-milestones
|
||||||
- versionRange: 1.4.2.BUILD-SNAPSHOT
|
- versionRange: 1.4.2.BUILD-SNAPSHOT
|
||||||
version: Camden.BUILD-SNAPSHOT
|
version: Camden.BUILD-SNAPSHOT
|
||||||
repositories: spring-snapshots,spring-milestones
|
repositories: spring-snapshots,spring-milestones
|
||||||
@ -350,8 +353,6 @@ initializr:
|
|||||||
description: Task result tracking along with integration with batch and streams
|
description: Task result tracking along with integration with batch and streams
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-task-starter
|
artifactId: spring-cloud-task-starter
|
||||||
version: 1.0.1.RELEASE
|
|
||||||
versionRange: 1.3.2.RELEASE
|
|
||||||
- name: Cloud Config
|
- name: Cloud Config
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
versionRange: 1.2.3.RELEASE
|
versionRange: 1.2.3.RELEASE
|
||||||
|
Loading…
Reference in New Issue
Block a user