Skip to content
Snippets Groups Projects
Commit f46e8672 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Revert "Update version number for dev branch"

This reverts commit 08579ffa.
parent 0e84d620
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ object SparkBuild extends Build {
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.spark-project",
version := "0.6.0-SNAPSHOT",
version := "0.5.1-SNAPSHOT",
scalaVersion := "2.9.1",
scalacOptions := Seq(/*"-deprecation",*/ "-unchecked", "-optimize"), // -deprecation is too noisy due to usage of old Hadoop API, enable it once that's no longer an issue
unmanagedJars in Compile <<= baseDirectory map { base => (base / "lib" ** "*.jar").classpath },
......
......@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 0.6.0-SNAPSHOT
/___/ .__/\_,_/_/ /_/\_\ version 0.5.1-SNAPSHOT
/_/
""")
import Properties._
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment