Skip to content

Commit

Permalink
Merge pull request alteryx#58 from hsaputra/update-pom-asf
Browse files Browse the repository at this point in the history
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 678dec6)
Signed-off-by: Reynold Xin <[email protected]>
  • Loading branch information
rxin committed Oct 15, 2013
1 parent c50b016 commit 1d92983
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -61,6 +61,29 @@
<maven>3.0.0</maven>
</prerequisites>

<mailingLists>
<mailingList>
<name>Dev Mailing List</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>

<mailingList>
<name>User Mailing List</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>

<mailingList>
<name>Commits Mailing List</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>
</mailingLists>

<modules>
<module>core</module>
<module>bagel</module>
Expand Down

0 comments on commit 1d92983

Please sign in to comment.