Skip to content

Commit

Permalink
[HOTFIX] A left over version change. It should make mima happy.
Browse files Browse the repository at this point in the history
Author: Prashant Sharma <prashant.s@imaginea.com>

Closes apache#2317 from ScrapCodes/hotfix and squashes the following commits:

b6472d4 [Prashant Sharma] [HOTFIX] for hotfixes, a left over version change.
  • Loading branch information
ScrapCodes committed Sep 8, 2014
1 parent eddfedd commit 0d1cc4a
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 @@ -184,7 +184,7 @@ object OldDeps {

def versionArtifact(id: String): Option[sbt.ModuleID] = {
val fullId = id + "_2.10"
Some("org.apache.spark" % fullId % "1.0.0")
Some("org.apache.spark" % fullId % "1.1.0")
}

def oldDepsSettings() = Defaults.defaultSettings ++ Seq(
Expand Down

0 comments on commit 0d1cc4a

Please sign in to comment.