diff options
author | phil <[email protected]> | 2016-12-04 20:10:20 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-12-04 20:10:20 +1300 |
commit | cf6947faef1e6f65fe9900b56a637b9b7f0f83e4 (patch) | |
tree | 968a5be3fdcbb8976507c08eed4a98852eb63035 /pom.xml | |
parent | d37e7e02e535d5739e2ee2865041e33dab6b397e (diff) |
added myself as maintainer
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -25,15 +25,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> |