You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/06/05 20:28:52 UTC

git commit: [SPARK-2030] Bump SparkBuild.scala version number of branch-1.0 to 1.0.1-SNAPSHOT.

Repository: spark
Updated Branches:
  refs/heads/branch-1.0 914d98ecd -> d365fbf94


[SPARK-2030] Bump SparkBuild.scala version number of branch-1.0 to 1.0.1-SNAPSHOT.

Author: Takuya UESHIN <ue...@happy-camper.st>

Closes #975 from ueshin/issues/SPARK-2030 and squashes the following commits:

aae1044 [Takuya UESHIN] Bump version number to 1.0.1-SNAPSHOT.


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

Branch: refs/heads/branch-1.0
Commit: d365fbf94c09b9c439f5112b50603a438a564ad9
Parents: 914d98e
Author: Takuya UESHIN <ue...@happy-camper.st>
Authored: Thu Jun 5 11:28:48 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Jun 5 11:28:48 2014 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d365fbf9/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 1e97361..deafbc5 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -32,7 +32,7 @@ import scala.collection.JavaConversions._
 // import com.jsuereth.pgp.sbtplugin.PgpKeys._
 
 object SparkBuild extends Build {
-  val SPARK_VERSION = "1.0.0"
+  val SPARK_VERSION = "1.0.1-SNAPSHOT"
   val SPARK_VERSION_SHORT = SPARK_VERSION.replaceAll("-SNAPSHOT", "")
 
   // Hadoop version to build against. For example, "1.0.4" for Apache releases, or