Repository: spark Updated Branches: refs/heads/master 364d244a5 -> bc0f30d0f
[SPARK-12475][BUILD] Upgrade Zinc from 0.3.5.3 to 0.3.9 We should update to the latest version of Zinc in order to match our SBT version. Author: Josh Rosen <[email protected]> Closes #10426 from JoshRosen/update-zinc. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bc0f30d0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bc0f30d0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bc0f30d0 Branch: refs/heads/master Commit: bc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af Parents: 364d244 Author: Josh Rosen <[email protected]> Authored: Tue Dec 22 10:23:21 2015 -0800 Committer: Josh Rosen <[email protected]> Committed: Tue Dec 22 10:23:24 2015 -0800 ---------------------------------------------------------------------- build/mvn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/bc0f30d0/build/mvn ---------------------------------------------------------------------- diff --git a/build/mvn b/build/mvn index 7603ea0..63ca9c9 100755 --- a/build/mvn +++ b/build/mvn @@ -81,11 +81,11 @@ install_mvn() { # Install zinc under the build/ folder install_zinc() { - local zinc_path="zinc-0.3.5.3/bin/zinc" + local zinc_path="zinc-0.3.9/bin/zinc" [ ! -f "${_DIR}/${zinc_path}" ] && ZINC_INSTALL_FLAG=1 install_app \ - "http://downloads.typesafe.com/zinc/0.3.5.3" \ - "zinc-0.3.5.3.tgz" \ + "http://downloads.typesafe.com/zinc/0.3.9" \ + "zinc-0.3.9.tgz" \ "${zinc_path}" ZINC_BIN="${_DIR}/${zinc_path}" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
