This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 1e66f17f79a3bc096cc3e0d70487c3925583d605 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 4 08:41:06 2024 -0400 Reorg file with most maintained items at the top --- pom.xml | 346 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 173 insertions(+), 173 deletions(-) diff --git a/pom.xml b/pom.xml index adc6ea06..daba2319 100644 --- a/pom.xml +++ b/pom.xml @@ -55,179 +55,6 @@ limitations under the License. <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/commons-${commons.componentid}/</url> </site> </distributionManagement> - <developers> - <developer> - <name>Henri Yandell</name> - <id>bayard</id> - <email>bay...@apache.org</email> - </developer> - <developer> - <name>Tim OBrien</name> - <id>tobrien</id> - <email>tobr...@apache.org</email> - <timezone>-6</timezone> - </developer> - <developer> - <name>Scott Sanders</name> - <id>sanders</id> - <email>sand...@totalsync.com</email> - </developer> - <developer> - <name>Rodney Waldhoff</name> - <id>rwaldhoff</id> - <email>rwaldh...@apache.org</email> - </developer> - <developer> - <name>Daniel Rall</name> - <id>dlr</id> - <email>d...@finemaltcoding.com</email> - </developer> - <developer> - <name>Jon S. Stevens</name> - <id>jon</id> - <email>j...@collab.net</email> - </developer> - <developer> - <id>ggregory</id> - <name>Gary Gregory</name> - <email>ggregory at apache.org</email> - <url>https://www.garygregory.com</url> - <organization>The Apache Software Foundation</organization> - <organizationUrl>https://www.apache.org/</organizationUrl> - <roles> - <role>PMC Member</role> - </roles> - <timezone>America/New_York</timezone> - <properties> - <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> - </properties> - </developer> - <developer> - <name>David Graham</name> - <id>dgraham</id> - <email>dgra...@apache.org</email> - </developer> - <developer> - <name>Julius Davies</name> - <id>julius</id> - <email>jul...@apache.org</email> - <organizationUrl>http://juliusdavies.ca/</organizationUrl> - <timezone>-8</timezone> - </developer> - <developer> - <name>Thomas Neidhart</name> - <id>tn</id> - <email>t...@apache.org</email> - </developer> - <developer> - <name>Rob Tompkins</name> - <id>chtompki</id> - <email>chtom...@apache.org</email> - </developer> - <developer> - <name>Matt Sicker</name> - <id>mattsicker</id> - <email>mattsic...@apache.org</email> - <url>https://musigma.blog/</url> - </developer> - </developers> - <contributors> - <contributor> - <name>Christopher O'Brien</name> - <email>si...@preoccupied.net</email> - <roles> - <role>hex</role> - <role>md5</role> - <role>architecture</role> - </roles> - </contributor> - <contributor> - <name>Martin Redington</name> - <roles> - <role>Representing xml-rpc</role> - </roles> - </contributor> - <contributor> - <name>Jeffery Dever</name> - <roles> - <role>Representing http-client</role> - </roles> - </contributor> - <contributor> - <name>Steve Zimmermann</name> - <email>steve.zimmerm...@heii.com</email> - <roles> - <role>Documentation</role> - </roles> - </contributor> - <contributor> - <name>Benjamin Walstrum</name> - <email>b...@walstrum.com</email> - </contributor> - <contributor> - <name>Oleg Kalnichevski</name> - <email>o...@ural.ru</email> - <roles> - <role>Representing http-client</role> - </roles> - </contributor> - <contributor> - <name>Dave Dribin</name> - <email>apa...@dave.dribin.org</email> - <roles> - <role>DigestUtil</role> - </roles> - </contributor> - <contributor> - <name>Alex Karasulu</name> - <email>aok123 at bellsouth.net</email> - <roles> - <role>Submitted Binary class and test</role> - </roles> - </contributor> - <contributor> - <name>Matthew Inger</name> - <email>mattinger at yahoo.com</email> - <roles> - <role>Submitted DIFFERENCE algorithm for Soundex and RefinedSoundex</role> - </roles> - </contributor> - <contributor> - <name>Jochen Wiedmann</name> - <email>joc...@apache.org</email> - <roles> - <role>Base64 code [CODEC-69]</role> - </roles> - </contributor> - <contributor> - <name>Sebastian Bazley</name> - <email>s...@apache.org</email> - <roles> - <role>Streaming Base64</role> - </roles> - </contributor> - <contributor> - <name>Matthew Pocock</name> - <email>turingatemyhams...@gmail.com</email> - <roles> - <role>Beider-Morse phonetic matching</role> - </roles> - </contributor> - <contributor> - <name>Colm Rice</name> - <email>colm_rice at hotmail dot com</email> - <roles> - <role>Submitted Match Rating Approach (MRA) phonetic encoder and tests [CODEC-161]</role> - </roles> - </contributor> - <contributor> - <name>Adam Retter</name> - <organization>Evolved Binary</organization> - <roles> - <role>Base16 Input and Output Streams</role> - </roles> - </contributor> - </contributors> <dependencies> <dependency> <groupId>org.apache.commons</groupId> @@ -443,4 +270,177 @@ limitations under the License. </plugin> </plugins> </reporting> + <developers> + <developer> + <name>Henri Yandell</name> + <id>bayard</id> + <email>bay...@apache.org</email> + </developer> + <developer> + <name>Tim OBrien</name> + <id>tobrien</id> + <email>tobr...@apache.org</email> + <timezone>-6</timezone> + </developer> + <developer> + <name>Scott Sanders</name> + <id>sanders</id> + <email>sand...@totalsync.com</email> + </developer> + <developer> + <name>Rodney Waldhoff</name> + <id>rwaldhoff</id> + <email>rwaldh...@apache.org</email> + </developer> + <developer> + <name>Daniel Rall</name> + <id>dlr</id> + <email>d...@finemaltcoding.com</email> + </developer> + <developer> + <name>Jon S. Stevens</name> + <id>jon</id> + <email>j...@collab.net</email> + </developer> + <developer> + <id>ggregory</id> + <name>Gary Gregory</name> + <email>ggregory at apache.org</email> + <url>https://www.garygregory.com</url> + <organization>The Apache Software Foundation</organization> + <organizationUrl>https://www.apache.org/</organizationUrl> + <roles> + <role>PMC Member</role> + </roles> + <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> + </developer> + <developer> + <name>David Graham</name> + <id>dgraham</id> + <email>dgra...@apache.org</email> + </developer> + <developer> + <name>Julius Davies</name> + <id>julius</id> + <email>jul...@apache.org</email> + <organizationUrl>http://juliusdavies.ca/</organizationUrl> + <timezone>-8</timezone> + </developer> + <developer> + <name>Thomas Neidhart</name> + <id>tn</id> + <email>t...@apache.org</email> + </developer> + <developer> + <name>Rob Tompkins</name> + <id>chtompki</id> + <email>chtom...@apache.org</email> + </developer> + <developer> + <name>Matt Sicker</name> + <id>mattsicker</id> + <email>mattsic...@apache.org</email> + <url>https://musigma.blog/</url> + </developer> + </developers> + <contributors> + <contributor> + <name>Christopher O'Brien</name> + <email>si...@preoccupied.net</email> + <roles> + <role>hex</role> + <role>md5</role> + <role>architecture</role> + </roles> + </contributor> + <contributor> + <name>Martin Redington</name> + <roles> + <role>Representing xml-rpc</role> + </roles> + </contributor> + <contributor> + <name>Jeffery Dever</name> + <roles> + <role>Representing http-client</role> + </roles> + </contributor> + <contributor> + <name>Steve Zimmermann</name> + <email>steve.zimmerm...@heii.com</email> + <roles> + <role>Documentation</role> + </roles> + </contributor> + <contributor> + <name>Benjamin Walstrum</name> + <email>b...@walstrum.com</email> + </contributor> + <contributor> + <name>Oleg Kalnichevski</name> + <email>o...@ural.ru</email> + <roles> + <role>Representing http-client</role> + </roles> + </contributor> + <contributor> + <name>Dave Dribin</name> + <email>apa...@dave.dribin.org</email> + <roles> + <role>DigestUtil</role> + </roles> + </contributor> + <contributor> + <name>Alex Karasulu</name> + <email>aok123 at bellsouth.net</email> + <roles> + <role>Submitted Binary class and test</role> + </roles> + </contributor> + <contributor> + <name>Matthew Inger</name> + <email>mattinger at yahoo.com</email> + <roles> + <role>Submitted DIFFERENCE algorithm for Soundex and RefinedSoundex</role> + </roles> + </contributor> + <contributor> + <name>Jochen Wiedmann</name> + <email>joc...@apache.org</email> + <roles> + <role>Base64 code [CODEC-69]</role> + </roles> + </contributor> + <contributor> + <name>Sebastian Bazley</name> + <email>s...@apache.org</email> + <roles> + <role>Streaming Base64</role> + </roles> + </contributor> + <contributor> + <name>Matthew Pocock</name> + <email>turingatemyhams...@gmail.com</email> + <roles> + <role>Beider-Morse phonetic matching</role> + </roles> + </contributor> + <contributor> + <name>Colm Rice</name> + <email>colm_rice at hotmail dot com</email> + <roles> + <role>Submitted Match Rating Approach (MRA) phonetic encoder and tests [CODEC-161]</role> + </roles> + </contributor> + <contributor> + <name>Adam Retter</name> + <organization>Evolved Binary</organization> + <roles> + <role>Base16 Input and Output Streams</role> + </roles> + </contributor> + </contributors> </project>