From e58e9b9fa2d459e27208f6155187b2becd48d04b Mon Sep 17 00:00:00 2001 From: rossputin Date: Wed, 4 Aug 2010 14:57:36 +0100 Subject: [PATCH] update run-akka script to use 2.8.0 final --- scripts/run_akka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_akka.sh b/scripts/run_akka.sh index 2d87a08148..f2ededd90f 100755 --- a/scripts/run_akka.sh +++ b/scripts/run_akka.sh @@ -1,6 +1,6 @@ #!/bin/bash cd $AKKA_HOME -VERSION=akka_2.8.0.RC3-0.10 +VERSION=akka_2.8.0-0.10 TARGET_DIR=dist/$VERSION/$1 shift 1 VMARGS=$@