Skip to content

Commit 678dec6

Browse files
committed
Merge pull request alteryx#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.
2 parents e33b183 + 3fed3e2 commit 678dec6

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

pom.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache</groupId>
2323
<artifactId>apache</artifactId>
24-
<version>11</version>
24+
<version>13</version>
2525
</parent>
2626
<groupId>org.apache.spark</groupId>
2727
<artifactId>spark-parent</artifactId>
@@ -61,6 +61,29 @@
6161
<maven>3.0.0</maven>
6262
</prerequisites>
6363

64+
<mailingLists>
65+
<mailingList>
66+
<name>Dev Mailing List</name>
67+
<post>[email protected]</post>
68+
<subscribe>[email protected]</subscribe>
69+
<unsubscribe>[email protected]</unsubscribe>
70+
</mailingList>
71+
72+
<mailingList>
73+
<name>User Mailing List</name>
74+
<post>[email protected]</post>
75+
<subscribe>[email protected]</subscribe>
76+
<unsubscribe>[email protected]</unsubscribe>
77+
</mailingList>
78+
79+
<mailingList>
80+
<name>Commits Mailing List</name>
81+
<post>[email protected]</post>
82+
<subscribe>[email protected]</subscribe>
83+
<unsubscribe>[email protected]</unsubscribe>
84+
</mailingList>
85+
</mailingLists>
86+
6487
<modules>
6588
<module>core</module>
6689
<module>bagel</module>

0 commit comments

Comments
 (0)