You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/05/12 01:56:27 UTC

git commit: Update version to 0.9.2-SNAPSHOT in sbt

Repository: spark
Updated Branches:
  refs/heads/branch-0.9 bea2be308 -> c9f40d04b


Update version to 0.9.2-SNAPSHOT in sbt


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c9f40d04
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c9f40d04
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c9f40d04

Branch: refs/heads/branch-0.9
Commit: c9f40d04bc03c263d6b8faa2999427c29ba98e15
Parents: bea2be3
Author: Matei Zaharia <ma...@databricks.com>
Authored: Sun May 11 16:54:54 2014 -0700
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Sun May 11 16:54:54 2014 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c9f40d04/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 52e894e..ecdf386 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -91,7 +91,7 @@ object SparkBuild extends Build {
     case Some(v) => v.toBoolean
   }
   lazy val hadoopClient = if (hadoopVersion.startsWith("0.20.") || hadoopVersion == "1.0.0") "hadoop-core" else "hadoop-client"
-  
+
   // Include Ganglia integration if the user has enabled Ganglia
   // This is isolated from the normal build due to LGPL-licensed code in the library
   lazy val isGangliaEnabled = Properties.envOrNone("SPARK_GANGLIA_LGPL").isDefined
@@ -134,7 +134,7 @@ object SparkBuild extends Build {
 
   def sharedSettings = Defaults.defaultSettings ++ Seq(
     organization       := "org.apache.spark",
-    version            := "0.9.1",
+    version            := "0.9.2-SNAPSHOT",
     scalaVersion       := "2.10.3",
     scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", "-deprecation",
       "-target:" + SCALAC_JVM_VERSION),