Skip to content

Commit ea2b205

Browse files
committed
update version in SparkBuild
1 parent 162af66 commit ea2b205

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
@@ -134,7 +134,7 @@ object SparkBuild extends Build {
134134

135135
def sharedSettings = Defaults.defaultSettings ++ Seq(
136136
organization := "org.apache.spark",
137-
version := "0.9.2-SNAPSHOT",
137+
version := "0.9.2",
138138
scalaVersion := "2.10.3",
139139
scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", "-deprecation",
140140
"-target:" + SCALAC_JVM_VERSION),

0 commit comments

Comments
 (0)