Add mailing lists, remove developers section from pom.xml
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/31f88b4a Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/31f88b4a Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/31f88b4a Branch: refs/heads/master Commit: 31f88b4a313763d165c0b9d9341e9cd5c30f1a27 Parents: 9f24db0 Author: Daniel Kulp <[email protected]> Authored: Mon Jun 8 12:37:30 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Jun 8 12:42:43 2015 -0400 ---------------------------------------------------------------------- pom.xml | 72 ++++++++++++++++++------------------------------------------ 1 file changed, 21 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/31f88b4a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5dbcc47..d5d1824 100644 --- a/pom.xml +++ b/pom.xml @@ -126,59 +126,29 @@ <system>JIRA</system> <url>https://issues.apache.org/jira/browse/ARTEMIS</url> </issueManagement> - <developers> - <developer> - <id>clebertsuconic</id> - <name>Clebert Suconic</name> - <email>[email protected]</email> - <url>http://twitter.com/clebertsuconic</url> - <roles> - <role>project-owner</role> - </roles> - <timezone>0</timezone> - </developer> - <developer> - <id>andytaylor</id> - <name>Andy Taylor</name> - <email>[email protected]</email> - <url>http://hornetq.com</url> - <timezone>0</timezone> - </developer> - <developer> - <id>howardgao</id> - <name>Howard Gao</name> - <email>[email protected]</email> - <url>http://hornetq.com</url> - <timezone>0</timezone> - </developer> - <developer> - <id>justinbertram</id> - <name>Justin Bertram</name> - <email>[email protected]</email> - <url>http://hornetq.com</url> - <timezone>0</timezone> - </developer> - <developer> - <id>martyntaylor</id> - <name>Martyn Taylor</name> - <email>[email protected]</email> - <url>http://www.redhat.com</url> - <timezone>0</timezone> - </developer> + <developer> + <name>The Apache ActiveMQ Team</name> + <email>[email protected]</email> + <url>http://activemq.apache.org</url> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://apache.org/</organizationUrl> + </developer> </developers> - - <contributors> - <contributor> - <name>Tim Fox</name> - </contributor> - <contributor> - <name>Jeff Mesnil</name> - </contributor> - <contributor> - <name>Francisco Borges</name> - </contributor> - </contributors> + <mailingLists> + <mailingList> + <name>User List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + </mailingList> + <mailingList> + <name>Development List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + </mailingList> + </mailingLists> <dependencyManagement> <dependencies>
