Skip to content

Commit

Permalink
A few other version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Oct 16, 2013
1 parent c59ac7f commit e9f22cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>edu.berkeley.cs.amplab</groupId>
<artifactId>shark-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>jar</packaging>
<name>Shark Project Parent POM</name>
<url>http://shark.cs.berkeley.edu/</url>
Expand Down Expand Up @@ -69,7 +69,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<tachyon.sourcedir>tachyon_disabled</tachyon.sourcedir>
<spark.version>0.8.0-incubating-SNAPSHOT</spark.version>
<spark.version>0.8.0-incubating</spark.version>
<hive.version>0.9.0-amplab-4</hive.version>

<java.version>1.6</java.version>
Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e9f22cb

Please sign in to comment.