Merge pull request #265 from markhamstra/scala.binary.version DRY out the POMs with scala.binary.version
...instead of hard-coding 2.10 repeatedly. As long as it's not a `<project>`-level `<artifactId>`, I think that we are okay parameterizing these. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/a51f3404 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/a51f3404 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/a51f3404 Branch: refs/heads/master Commit: a51f3404ad8711f5fe66381122c5fa1ead09b3da Parents: d2ced6d 09ed7dd Author: Patrick Wendell <[email protected]> Authored: Sun Dec 15 22:02:30 2013 -0800 Committer: Patrick Wendell <[email protected]> Committed: Sun Dec 15 22:02:30 2013 -0800 ---------------------------------------------------------------------- assembly/pom.xml | 14 +++++++------- bagel/pom.xml | 10 +++++----- core/pom.xml | 18 +++++++++--------- examples/pom.xml | 20 ++++++++++---------- mllib/pom.xml | 10 +++++----- pom.xml | 17 +++++++++-------- repl-bin/pom.xml | 6 +++--- repl/pom.xml | 14 +++++++------- streaming/pom.xml | 14 +++++++------- tools/pom.xml | 10 +++++----- yarn/pom.xml | 8 ++++---- 11 files changed, 71 insertions(+), 70 deletions(-) ----------------------------------------------------------------------
