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

Increase version on 0.5 branch to 0.5.2-SNAPSHOT

parent d1538ebd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ object SparkBuild extends Build {
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.spark-project",
version := "0.5.1",
version := "0.5.2-SNAPSHOT",
scalaVersion := "2.9.2",
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.1
/___/ .__/\_,_/_/ /_/\_\ version 0.5.2-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