mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-03 11:54:03 +08:00
Upgrade to Spring Statemachine 2.0.0
See gh-620
This commit is contained in:
committed by
Stephane Nicoll
parent
39e8a747ba
commit
ba874c66b7
@@ -119,8 +119,10 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[2.0.0.RC1,2.0.0.RC1]"
|
- versionRange: "[2.0.0.RC1,2.0.0.RC1]"
|
||||||
version: 2.0.0.M4
|
version: 2.0.0.M4
|
||||||
- versionRange: "2.0.0.RC2"
|
- versionRange: "[2.0.0.RC2,2.0.0.RC2]"
|
||||||
version: 2.0.0.M5
|
version: 2.0.0.M5
|
||||||
|
- versionRange: "2.0.0.RELEASE"
|
||||||
|
version: 2.0.0.RELEASE
|
||||||
vaadin:
|
vaadin:
|
||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
@@ -1211,7 +1213,7 @@ initializr:
|
|||||||
groupId: org.springframework.statemachine
|
groupId: org.springframework.statemachine
|
||||||
artifactId: spring-statemachine-starter
|
artifactId: spring-statemachine-starter
|
||||||
description: Build applications using state machine concepts
|
description: Build applications using state machine concepts
|
||||||
versionRange: 2.0.0.RC1
|
versionRange: 2.0.0.RELEASE
|
||||||
bom: spring-statemachine
|
bom: spring-statemachine
|
||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
|
|||||||
Reference in New Issue
Block a user