Updated Branches: refs/heads/master e33b1839e -> 678dec668
Update pom.xml to use version 13 of the ASF parent pom and add mailingLists element. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/3fed3e22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/3fed3e22 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/3fed3e22 Branch: refs/heads/master Commit: 3fed3e2283f4186d1dd0f25cb9c6d8727bb87320 Parents: 3b11f43 Author: Henry Saputra <henry.sapu...@gmail.com> Authored: Mon Oct 14 23:10:54 2013 -0700 Committer: Henry Saputra <henry.sapu...@gmail.com> Committed: Mon Oct 14 23:10:54 2013 -0700 ---------------------------------------------------------------------- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3fed3e22/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18df1bf..5ad7b1b 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>