Skip to content

Commit

Permalink
[SPARK-2030] Bump SparkBuild.scala version number of branch-1.0 to 1.…
Browse files Browse the repository at this point in the history
…0.1-SNAPSHOT.

Author: Takuya UESHIN <[email protected]>

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

aae1044 [Takuya UESHIN] Bump version number to 1.0.1-SNAPSHOT.
  • Loading branch information
ueshin authored and pwendell committed Jun 5, 2014
1 parent 914d98e commit d365fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d365fbf

Please sign in to comment.