Small bug fix in YARN build patch
Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/628ca855 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/628ca855 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/628ca855 Branch: refs/heads/branch-0.8 Commit: 628ca8559c797007a62842290544ab89082564cd Parents: 9415d2d Author: Patrick Wendell <pwend...@gmail.com> Authored: Tue Dec 10 14:24:26 2013 -0800 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Tue Dec 10 14:24:26 2013 -0800 ---------------------------------------------------------------------- new-yarn/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/628ca855/new-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/new-yarn/pom.xml b/new-yarn/pom.xml index 556fd37..d15404c 100644 --- a/new-yarn/pom.xml +++ b/new-yarn/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent</artifactId> - <version>0.8.1-incubating-SNAPSHOT</version> + <version>0.8.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent>