Upgrade to Spring Statemachine 2.0.0

See gh-620
This commit is contained in:
Janne Valkealahti
2018-03-06 18:38:19 +00:00
committed by Stephane Nicoll
parent 39e8a747ba
commit ba874c66b7

View File

@@ -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