diff options
author | phil <[email protected]> | 2016-12-04 20:02:38 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-12-04 20:02:38 +1300 |
commit | f41ece11c802558f6c20d298de28521107af708c (patch) | |
tree | 59d147a8986837c6155996889d7be997f716206b | |
parent | d49ee9e39240fb85e238fbd15038ce13ddd2bb2d (diff) |
Updated pom added myself as maintainer
-rw-r--r-- | pom.xml | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -23,15 +23,26 @@ <organizationUrl>http://jogamp.org/</organizationUrl> </developer> <developer> - <id>hharrison</id> - <name>Harvey Harrison</name> - <url>https://github.com/hharrison</url> + <id>philjord</id> + <name>Philip Jordan</name> + <email>[email protected]</email> + <url>https://github.com/philjord</url> <organization>JogAmp</organization> <organizationUrl>http://jogamp.org/</organizationUrl> + <roles> + <role>maintainer</role> + </roles> + <timezone>+12</timezone> </developer> </developers> <contributors> <contributor> + <name>Harvey Harrison</name> + <url>https://github.com/hharrison</url> + <organization>JogAmp</organization> + <organizationUrl>http://jogamp.org/</organizationUrl> + </contributor> + <contributor> <name>Kevin Rushforth</name> <url>https://www.linkedin.com/in/kevin-rushforth-8ba3b43</url> <organization>Oracle Corporation</organization> |