Repository: spark Updated Branches: refs/heads/master eddfeddac -> 0d1cc4ae4
[HOTFIX] A left over version change. It should make mima happy. Author: Prashant Sharma <[email protected]> Closes #2317 from ScrapCodes/hotfix and squashes the following commits: b6472d4 [Prashant Sharma] [HOTFIX] for hotfixes, a left over version change. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0d1cc4ae Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0d1cc4ae Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0d1cc4ae Branch: refs/heads/master Commit: 0d1cc4ae42e1f73538dd8b9b1880ca9e5b124108 Parents: eddfedd Author: Prashant Sharma <[email protected]> Authored: Mon Sep 8 14:32:53 2014 +0530 Committer: Prashant Sharma <[email protected]> Committed: Mon Sep 8 14:32:53 2014 +0530 ---------------------------------------------------------------------- project/SparkBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0d1cc4ae/project/SparkBuild.scala ---------------------------------------------------------------------- diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index a26c2c9..45f6d29 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -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( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
