@@ -5,19 +5,28 @@ This module provides "a state machine that allows you to define transition rules
55
66For use with Mapper.
77
8- To include this module in your Lift project, update your ` libraryDependencies ` in ` build.sbt ` to include:
8+ Installation
9+ ------------
910
10- * Lift 2.5.x * for Scala 2.9 and 2.10 :
11+ To include this module in your Lift project, add the following to ` build.sbt ` :
1112
12- "net.liftmodules" %% "machine_2.5 " % "1.2 "
13+ libraryDependencies += "net.liftmodules" %% "machine_3.0 " % "1.3.0 "
1314
14- * Lift 2.6.x * for Scala 2.9, 2.10 and 2.11:
15+ ### Releases
1516
16- "net.liftmodules" %% "machine_2.6" % "1.3-SNAPSHOT"
1717
18- * Lift 3.0.x* for Scala 2.10:
18+ | Lift Version | Scala Version | Module Version |
19+ | --------------| ---------------| ----------------|
20+ | 3.0.x | 2.11, 2.10 | 1.3 |
21+ | 2.5.x | 2.10, 2.9 | 1.2 |
1922
20- "net.liftmodules" %% "machine_3.0" % "1.2-SNAPSHOT"
23+
24+ ### Historic Snapshots
25+
26+ | Lift Version | Scala Version | Module Version |
27+ | --------------| -----------------| ----------------|
28+ | 2.6.x | 2.11, 2.9, 2.10 | 1.3-SNAPSHOT |
29+ | 3.0.x | 2.10 | 1.2-SNAPSHOT |
2130
2231
2332Documentation
@@ -31,5 +40,4 @@ Documentation
3140Notes for module developers
3241===========================
3342
34- * The [ Jenkins build] ( https://liftmodules.ci.cloudbees.com/job/machine/ ) is triggered on a push to master.
35-
43+ Merge to master will trigger a Travis build and publish a SNAPSHOT (if the version is a -SNAPSHOT).
0 commit comments