Skip to content

Commit 0967e71

Browse files
committed
Bump up version to 0.7.0-SNAPSHOT for master branch
1 parent 902a608 commit 0967e71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ markdown: kramdown
33

44
# These allow the documentation to be updated with nerw releases
55
# of Spark, Scala, and Mesos.
6-
SPARK_VERSION: 0.6.1-SNAPSHOT
7-
SPARK_VERSION_SHORT: 0.6.1
6+
SPARK_VERSION: 0.7.0-SNAPSHOT
7+
SPARK_VERSION_SHORT: 0.7.0
88
SCALA_VERSION: 2.9.2
99
MESOS_VERSION: 0.9.0-incubating

project/SparkBuild.scala

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

3434
def sharedSettings = Defaults.defaultSettings ++ Seq(
3535
organization := "org.spark-project",
36-
version := "0.6.1-SNAPSHOT",
36+
version := "0.7.0-SNAPSHOT",
3737
scalaVersion := "2.9.2",
3838
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
3939
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.6.1-SNAPSHOT
203+
/___/ .__/\_,_/_/ /_/\_\ version 0.7.0
204204
/_/
205205
""")
206206
import Properties._

0 commit comments

Comments
 (0)