Add Christian to the list of contributors and sort the contributors by issue

This commit is contained in:
Jason van Zyl 2014-06-15 09:23:43 -04:00
parent 045bd1503b
commit 4fbb630eee
1 changed files with 7 additions and 4 deletions

11
pom.xml
View File

@ -106,25 +106,28 @@
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url> <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
</site> </site>
</distributionManagement> </distributionManagement>
<contributors> <contributors>
<contributor> <contributor>
<name>Stuart McCulloch</name> <name>Stuart McCulloch</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Mark Ingram (MNG-5639)</name> <name>Christian Schulte (MNG-2199)</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Christopher Tubbs (MNG-4226)</name> <name>Christopher Tubbs (MNG-4226)</name>
</contributor> </contributor>
<contributor>
<name>Konstantin Perikov (MNG-4565)</name>
</contributor>
<contributor> <contributor>
<name>Sébastian Le Merdy (MNG-5613)</name> <name>Sébastian Le Merdy (MNG-5613)</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Phil Pratt-Szeliga (MNG-5645)</name> <name>Mark Ingram (MNG-5639)</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Konstantin Perikov (MNG-4565)</name> <name>Phil Pratt-Szeliga (MNG-5645)</name>
</contributor> </contributor>
</contributors> </contributors>