This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 73f39e82960972b21bdde630d4fe378d7c3b2ea3 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Jan 21 23:37:26 2020 +0100 [MPOM-233] add release-discuss mailing list to ASF parent site --- site-pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site-pom.xml b/site-pom.xml index cc5f99b..d42c1b1 100644 --- a/site-pom.xml +++ b/site-pom.xml @@ -36,6 +36,16 @@ under the License. <description>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 2/3.</description> <url>https://maven.apache.org/pom/asf/</url> + <mailingLists> + <mailingList> + <name>Apache Release Discuss</name> + <subscribe>mailto:release-discuss-subscr...@apache.org</subscribe> + <unsubscribe>mailto:release-discuss-unsubscr...@apache.org</unsubscribe> + <post>mailto:release-disc...@apache.org</post> + <archive>https://lists.apache.org/list.html?release-disc...@apache.org</archive> + </mailingList> + </mailingLists> + <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>