From c03b998d1e3925052156957a9887a04d1e32b5ff Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 12 Jun 2015 19:25:43 +0100 Subject: [PATCH] Update readme --- README.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e0e173c9..b213e1f9 100644 --- a/README.adoc +++ b/README.adoc @@ -3,11 +3,18 @@ Spring Statemachine aims to provide a common infrastructure to work with statemachine concepts in Spring applications. -This project is currently in incubation and first milestone is -released when project state is considered to be relatively stable, we +This project is currently in incubation and milestones are released +time to time with new features and bug fixes. Relese candidate is +considered when project state is considered to be relatively stable, we have a good reference documentation and samples. Milestones will not be a feature complete. +It is adviced to check from a latest releases found on +http://projects.spring.io/spring-statemachine/[Spring +Statemachine Project Page] what is the actual state of this project. +Master of a git repo may be relatively unstable when new features are +added into a source code. + == Downloading Artifacts See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading