Skip to content

Commit 95a435c

Browse files
committed
Increase version on 0.5 branch to 0.5.2-SNAPSHOT
1 parent d1538eb commit 95a435c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object SparkBuild extends Build {
2121

2222
def sharedSettings = Defaults.defaultSettings ++ Seq(
2323
organization := "org.spark-project",
24-
version := "0.5.1",
24+
version := "0.5.2-SNAPSHOT",
2525
scalaVersion := "2.9.2",
2626
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
2727
unmanagedJars in Compile <<= baseDirectory map { base => (base / "lib" ** "*.jar").classpath },

repl/src/main/scala/spark/repl/SparkILoop.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
200200
____ __
201201
/ __/__ ___ _____/ /__
202202
_\ \/ _ \/ _ `/ __/ '_/
203-
/___/ .__/\_,_/_/ /_/\_\ version 0.5.1
203+
/___/ .__/\_,_/_/ /_/\_\ version 0.5.2-SNAPSHOT
204204
/_/
205205
""")
206206
import Properties._

0 commit comments

Comments
 (0)