Updated Branches: refs/heads/branch-0.8 c50b01684 -> 1d929832f
Merge pull request #58 from hsaputra/update-pom-asf Update pom.xml to use version 13 of the ASF parent pom Update pom.xml to use version 13 of the ASF parent pom. Add mailingList element to pom.xml. (cherry picked from commit 678dec6680f06c2f2a5969fb608ecfdc69981b93) Signed-off-by: Reynold Xin <r...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/1d929832 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/1d929832 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/1d929832 Branch: refs/heads/branch-0.8 Commit: 1d929832f502e189a2d7f0121e87ab47e47f0f5e Parents: c50b016 Author: Reynold Xin <r...@apache.org> Authored: Tue Oct 15 10:51:46 2013 -0700 Committer: Reynold Xin <r...@apache.org> Committed: Tue Oct 15 10:52:15 2013 -0700 ---------------------------------------------------------------------- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/1d929832/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a04e209..0ebcd2c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>11</version> + <version>13</version> </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent</artifactId> @@ -61,6 +61,29 @@ <maven>3.0.0</maven> </prerequisites> + <mailingLists> + <mailingList> + <name>Dev Mailing List</name> + <post>d...@spark.incubator.apache.org</post> + <subscribe>dev-subscr...@spark.incubator.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@spark.incubator.apache.org</unsubscribe> + </mailingList> + + <mailingList> + <name>User Mailing List</name> + <post>u...@spark.incubator.apache.org</post> + <subscribe>user-subscr...@spark.incubator.apache.org</subscribe> + <unsubscribe>user-unsubscr...@spark.incubator.apache.org</unsubscribe> + </mailingList> + + <mailingList> + <name>Commits Mailing List</name> + <post>commits@spark.incubator.apache.org</post> + <subscribe>commits-subscr...@spark.incubator.apache.org</subscribe> + <unsubscribe>commits-unsubscr...@spark.incubator.apache.org</unsubscribe> + </mailingList> + </mailingLists> + <modules> <module>core</module> <module>bagel</module>