Files
spring-statemachine/gradle.properties
Janne Valkealahti b8f5320e38 Base support for local transitions
- resolves #5
- big conceptual changes to how sub-machines are handled
  order to get events working with a multi-level sub states.
- added more typing throughout few interfaces to properly
  pass in state context via action axecution chain.
  this type change effectively caused change to most of the
  classes but not that much functional change of behaviour.
- cleaning and tidy up
2015-02-11 13:36:52 +00:00

7 lines
124 B
INI

version=1.0.0.BUILD-SNAPSHOT
springVersion = 4.1.4.RELEASE
hamcrestVersion = 1.3
junitVersion = 4.11
log4jVersion = 1.2.17