Repository: maven-surefire Updated Branches: refs/heads/master 4682a57ad -> dbf8ef9b2
[SUREFIRE-1075] Addresses to documented mailing lists in Maven site dead Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/dbf8ef9b Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/dbf8ef9b Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/dbf8ef9b Branch: refs/heads/master Commit: dbf8ef9b2d81ba187bbe86189b9a7a04c4ca6818 Parents: 4682a57 Author: Michael Osipov <[email protected]> Authored: Sat Jul 19 16:56:58 2014 +0200 Committer: Michael Osipov <[email protected]> Committed: Sat Jul 19 16:56:58 2014 +0200 ---------------------------------------------------------------------- pom.xml | 35 ----------------------------------- 1 file changed, 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/dbf8ef9b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a4e17a..b09417a 100644 --- a/pom.xml +++ b/pom.xml @@ -47,41 +47,6 @@ </contributor> </contributors> - <mailingLists> - <mailingList> - <name>Surefire User List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-surefire-users/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/[email protected]</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.maven.surefire-users</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Surefire Developer List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-surefire-dev/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/[email protected]</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.maven.surefire-dev</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Surefire Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-surefire-commits/</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/[email protected]</otherArchive> - <otherArchive>http://markmail.org/list/org.apache.maven.surefire-commits</otherArchive> - </otherArchives> - </mailingList> - </mailingLists> - <modules> <module>surefire-shadefire</module> <module>surefire-api</module>
