Skip to content

Commit d365fbf

Browse files
ueshinpwendell
authored andcommitted
[SPARK-2030] Bump SparkBuild.scala version number of branch-1.0 to 1.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.
1 parent 914d98e commit d365fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import scala.collection.JavaConversions._
3232
// import com.jsuereth.pgp.sbtplugin.PgpKeys._
3333

3434
object SparkBuild extends Build {
35-
val SPARK_VERSION = "1.0.0"
35+
val SPARK_VERSION = "1.0.1-SNAPSHOT"
3636
val SPARK_VERSION_SHORT = SPARK_VERSION.replaceAll("-SNAPSHOT", "")
3737

3838
// Hadoop version to build against. For example, "1.0.4" for Apache releases, or

0 commit comments

Comments
 (0)