From de433d112b0ab941ae1fb38d6480323074de6baa Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 24 Sep 2012 14:03:08 +0200 Subject: [PATCH] Fixing version string and crossVersion string and artifact id --- akka-docs/rst/modules/durable-mailbox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/modules/durable-mailbox.rst b/akka-docs/rst/modules/durable-mailbox.rst index c166d20510..848f9807e3 100644 --- a/akka-docs/rst/modules/durable-mailbox.rst +++ b/akka-docs/rst/modules/durable-mailbox.rst @@ -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