You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/09/03 03:38:50 UTC

[18/19] git commit: Add Apache parent POM

Add Apache parent POM


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

Branch: refs/heads/master
Commit: 59218bdd4996a13116009e3669b1b875be23a694
Parents: d3dd48f
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Authored: Mon Sep 2 18:34:03 2013 -0700
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Mon Sep 2 18:34:03 2013 -0700

----------------------------------------------------------------------
 pom.xml                  | 5 +++++
 project/SparkBuild.scala | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/59218bdd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a73e81..c561b09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,11 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+  </parent>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-parent</artifactId>
   <version>0.8.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/59218bdd/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index b1b99b3..d038a4f 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -103,6 +103,11 @@ object SparkBuild extends Build {
     //useGpg in Global := true,
 
     pomExtra := (
+      <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+      </parent>
       <url>http://spark.incubator.apache.org/</url>
       <licenses>
         <license>