Update contributors and developers list
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/87df787c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/87df787c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/87df787c Branch: refs/heads/master Commit: 87df787c9947c0d71a923b6d6dfd1b3d6a1aef13 Parents: ae36fda Author: benwa <[email protected]> Authored: Thu May 11 17:35:25 2017 +0700 Committer: benwa <[email protected]> Committed: Mon May 15 08:12:21 2017 +0700 ---------------------------------------------------------------------- pom.xml | 38 ++++++++++++++++++++++++++------------ src/site/xdoc/thanks.xml | 2 +- 2 files changed, 27 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/87df787c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87c63b9..5f2de76 100644 --- a/pom.xml +++ b/pom.xml @@ -37,16 +37,14 @@ <name>Apache James Project</name> <description> - The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP and POP3 Mail + The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP, JMAP and POP3 Mail server. We have designed James to be a complete and portable enterprise mail engine solution based on currently - available - open protocols. James is also a mail application platform. We have developed a Java API to let you write Java - code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, - prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet - should process an email in the server. The James project hosts the Mailet API, and James provides an - implementation - of this mail application platform API. + available open protocols. James is also a mail application platform. We have developed a Java API to let + you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, + update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines + whether your mailet should process an email in the server. The James project hosts the Mailet API, and James + provides an implementation of this mail application platform API. </description> <url>http://james.apache.org/</url> <inceptionYear>2006</inceptionYear> @@ -285,25 +283,33 @@ <developer> <id>btellier</id> <name>Benoit Tellier</name> - <email>[email protected]</email> + <email>[email protected]</email> + <organization>Linagora</organization> + <organizationUrl>https://linagora.com</organizationUrl> <timezone /> <roles> + <role>PMC Member</role> <role>Developer</role> </roles> </developer> <developer> <id>aduprat</id> <name>Antoine Duprat</name> - <email>[email protected]</email> + <email>[email protected]</email> + <organization>Linagora</organization> + <organizationUrl>https://linagora.com</organizationUrl> <timezone /> <roles> + <role>PMC Member</role> <role>Developer</role> </roles> </developer> <developer> <id>rouazana</id> <name>Raphael Ouazana</name> - <email>[email protected]</email> + <email>[email protected]</email> + <organization>Linagora</organization> + <organizationUrl>https://linagora.com</organizationUrl> <timezone /> <roles> <role>Developer</role> @@ -473,6 +479,14 @@ <name>Richard O. Hammer [ROH]</name> <email>[email protected]</email> </contributor> + <contributor> + <name>Luc Duzan</name> + <email>[email protected]</email> + </contributor> + <contributor> + <name>Quynh Nguyen</name> + <email>[email protected]</email> + </contributor> </contributors> <mailingLists> @@ -522,7 +536,7 @@ <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/james-project.git</developerConnection> <url>http://git-wip-us.apache.org/repos/asf/james-project.git</url> <tag>HEAD</tag> - </scm> + </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/james-project/blob/87df787c/src/site/xdoc/thanks.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/thanks.xml b/src/site/xdoc/thanks.xml index c858150..44492bd 100644 --- a/src/site/xdoc/thanks.xml +++ b/src/site/xdoc/thanks.xml @@ -43,7 +43,7 @@ <td><p>We are an Open Source Software Company.</p> <p>Our mission is to bring digital independency to our customers.</p> <p>We are focused on large organizations both from private and public sector. We have set ourselves the goal of helping Governments to achieve their digital sovereignty.</p> - <p>Linagora employs 4 James commiters and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.</p> + <p>Linagora employs 5 James committers and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.</p> </td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
