You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/07 20:38:08 UTC

[09/13] git commit: Small fix for Harvey's patch

Small fix for Harvey's 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/07470d13
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/07470d13
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/07470d13

Branch: refs/heads/branch-0.8
Commit: 07470d130bba48e90e86f9cffb4b5af271a394ac
Parents: 2d3eae2
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sat Dec 7 00:15:00 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sat Dec 7 01:15:20 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/07470d13/new-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/new-yarn/pom.xml b/new-yarn/pom.xml
index 8a065c6..d9168e3 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.9.0-incubating-SNAPSHOT</version>
+    <version>0.8.1-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>