mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-07 22:28:03 +08:00
Fix version range for Spring Cloud Cluster
Closes gh-406
This commit is contained in:
parent
652c382a8b
commit
1b04342868
@ -868,7 +868,7 @@ initializr:
|
|||||||
artifactId: spring-cloud-dataflow-shell
|
artifactId: spring-cloud-dataflow-shell
|
||||||
- name: Cloud Cluster
|
- name: Cloud Cluster
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
versionRange: [1.3.0.M4,1.4.0.RC1)
|
versionRange: "[1.3.0.M4,1.4.0.RC1)"
|
||||||
content:
|
content:
|
||||||
- name: Cluster Redis
|
- name: Cluster Redis
|
||||||
id: cloud-cluster-redis
|
id: cloud-cluster-redis
|
||||||
|
Loading…
Reference in New Issue
Block a user