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

Changed version in master branch to 0.5.1-SNAPSHOT for further

development.
parent 0472cf8e
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.5.0",
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.5.0
/___/ .__/\_,_/_/ /_/\_\ 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