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 2014/04/05 04:19:53 UTC

git commit: [SPARK-1419] Bumped parent POM to apache 14

Repository: spark
Updated Branches:
  refs/heads/master 5f3c1bb51 -> 1347ebd4b


[SPARK-1419] Bumped parent POM to apache 14

Keeping up-to-date with the parent, which includes some bugfixes.

Author: Mark Hamstra <ma...@gmail.com>

Closes #328 from markhamstra/Apache14 and squashes the following commits:

3f19975 [Mark Hamstra] Bumped parent POM to apache 14


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1347ebd4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1347ebd4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1347ebd4

Branch: refs/heads/master
Commit: 1347ebd4b52ffb9197fc4137a55dff6badb149ba
Parents: 5f3c1bb
Author: Mark Hamstra <ma...@gmail.com>
Authored: Fri Apr 4 19:19:48 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Apr 4 19:19:48 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1347ebd4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d58060..01341d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>13</version>
+    <version>14</version>
   </parent>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-parent</artifactId>