Add mailing lists, remove developers section from pom.xml
This commit is contained in:
parent
9f24db067f
commit
31f88b4a31
68
pom.xml
68
pom.xml
|
@ -126,59 +126,29 @@
|
||||||
<system>JIRA</system>
|
<system>JIRA</system>
|
||||||
<url>https://issues.apache.org/jira/browse/ARTEMIS</url>
|
<url>https://issues.apache.org/jira/browse/ARTEMIS</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>clebertsuconic</id>
|
<name>The Apache ActiveMQ Team</name>
|
||||||
<name>Clebert Suconic</name>
|
<email>dev@activemq.apache.org</email>
|
||||||
<email>clebertsuconic@apache.org</email>
|
<url>http://activemq.apache.org</url>
|
||||||
<url>http://twitter.com/clebertsuconic</url>
|
<organization>Apache Software Foundation</organization>
|
||||||
<roles>
|
<organizationUrl>http://apache.org/</organizationUrl>
|
||||||
<role>project-owner</role>
|
|
||||||
</roles>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>andytaylor</id>
|
|
||||||
<name>Andy Taylor</name>
|
|
||||||
<email>andytaylor@apache.org</email>
|
|
||||||
<url>http://hornetq.com</url>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>howardgao</id>
|
|
||||||
<name>Howard Gao</name>
|
|
||||||
<email>hgao@redhat.com</email>
|
|
||||||
<url>http://hornetq.com</url>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>justinbertram</id>
|
|
||||||
<name>Justin Bertram</name>
|
|
||||||
<email>jbertram@redhat.com</email>
|
|
||||||
<url>http://hornetq.com</url>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>martyntaylor</id>
|
|
||||||
<name>Martyn Taylor</name>
|
|
||||||
<email>mtaylor@redhat.com</email>
|
|
||||||
<url>http://www.redhat.com</url>
|
|
||||||
<timezone>0</timezone>
|
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
<mailingLists>
|
||||||
<contributors>
|
<mailingList>
|
||||||
<contributor>
|
<name>User List</name>
|
||||||
<name>Tim Fox</name>
|
<subscribe>users-subscribe@activemq.apache.org</subscribe>
|
||||||
</contributor>
|
<unsubscribe>users-unsubscribe@activemq.apache.org</unsubscribe>
|
||||||
<contributor>
|
<post>users@activemq.apache.org</post>
|
||||||
<name>Jeff Mesnil</name>
|
</mailingList>
|
||||||
</contributor>
|
<mailingList>
|
||||||
<contributor>
|
<name>Development List</name>
|
||||||
<name>Francisco Borges</name>
|
<subscribe>dev-subscribe@activemq.apache.org</subscribe>
|
||||||
</contributor>
|
<unsubscribe>dev-unsubscribe@activemq.apache.org</unsubscribe>
|
||||||
</contributors>
|
<post>dev@activemq.apache.org</post>
|
||||||
|
</mailingList>
|
||||||
|
</mailingLists>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue