Repository: mesos Updated Branches: refs/heads/master c662048ae -> b95d68d63
Removed `developers` from Java binding mesos.pom file. This field should list information about whom to contact for feedback on specific pieces of the released Java package, which largely overlaps with the Apache committer concept. The information in this file in general duplicates information already in `docs/committers.md` which is rendered on the Mesos project website. We also publish a link to the Mesos developers mailing list with the bindings which should be sufficient to reach Mesos committers. Review: https://reviews.apache.org/r/66762 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ac6b3834 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ac6b3834 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ac6b3834 Branch: refs/heads/master Commit: ac6b3834f8beb6b9e12cccb61f92e57930c61e54 Parents: c662048 Author: Benjamin Bannier <[email protected]> Authored: Mon Apr 23 13:39:53 2018 +0200 Committer: Benjamin Bannier <[email protected]> Committed: Tue Apr 24 20:00:39 2018 +0200 ---------------------------------------------------------------------- src/java/mesos.pom.in | 47 ---------------------------------------------- 1 file changed, 47 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ac6b3834/src/java/mesos.pom.in ---------------------------------------------------------------------- diff --git a/src/java/mesos.pom.in b/src/java/mesos.pom.in index 418326b..318e986 100644 --- a/src/java/mesos.pom.in +++ b/src/java/mesos.pom.in @@ -32,53 +32,6 @@ </otherArchives> </mailingList> </mailingLists> - <developers> - <developer> - <id>alig</id> - <name>Ali Ghodis</name> - <email>[email protected]</email> - </developer> - <developer> - <id>andyk</id> - <name>Andy Konwinski</name> - <email>[email protected]</email> - </developer> - <developer> - <id>benh</id> - <name>Benjamin Hindman</name> - <email>[email protected]</email> - </developer> - <developer> - <id>bmahler</id> - <name>Benjamin Mahler</name> - <email>[email protected]</email> - </developer> - <developer> - <id>brenden</id> - <name>Brenden Matthews</name> - <email>[email protected]</email> - </developer> - <developer> - <id>matei</id> - <name>Matei Zaharia</name> - <email>[email protected]</email> - </developer> - <developer> - <id>tmarshall</id> - <name>Thomas Marshall</name> - <email>[email protected]</email> - </developer> - <developer> - <id>vinodkone</id> - <name>Vinod Kone</name> - <email>[email protected]</email> - </developer> - <developer> - <id>woggle</id> - <name>Charles Reiss</name> - <email>[email protected]</email> - </developer> - </developers> <dependencies> <dependency> <artifactId>protobuf-java</artifactId>
