diff --git a/pom.xml b/pom.xml index bce6e02b..c2b74a61 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ edu.berkeley.cs.amplab shark-parent - 0.8.0-SNAPSHOT + 0.8.0 jar Shark Project Parent POM http://shark.cs.berkeley.edu/ @@ -69,7 +69,7 @@ UTF-8 tachyon_disabled - 0.8.0-incubating-SNAPSHOT + 0.8.0-incubating 0.9.0-amplab-4 1.6 diff --git a/run b/run index 48843652..f6ca5b19 100755 --- a/run +++ b/run @@ -2,7 +2,7 @@ # This file is used to launch Shark on the master. export SCALA_VERSION=2.9.3 -SHARK_VERSION=0.8.0-SNAPSHOT +SHARK_VERSION=0.8.0 # Figure out where the framework is installed FWDIR="$(cd `dirname $0`; pwd)"