Fixing version string and crossVersion string and artifact id

This commit is contained in:
Viktor Klang 2012-09-24 14:03:08 +02:00
parent 956ec5990f
commit de433d112b

View file

@ -97,7 +97,7 @@ added in concrete subclass like this:
You find DurableMailboxDocSpec in ``akka-mailboxes-common-2.1-SNAPSHOT-test.jar``.
Add this dependency::
"com.typesafe.akka" % "akka-mailboxes-common-test" % "2.1-SNAPSHOT" classifier "test"
"com.typesafe.akka" %% "akka-mailboxes-common" % "@version@" classifier "test" @crossString@
For more inspiration you can look at the old implementations based on Redis, MongoDB, Beanstalk,
and ZooKeeper, which can be found in Akka git repository tag