diff options
author | Scott Marlow <smarlow@redhat.com> | 2013-08-28 16:55:24 -0400 |
---|---|---|
committer | Scott Marlow <smarlow@redhat.com> | 2013-08-28 16:55:24 -0400 |
commit | 351287dfd1a2cc136208b048ba4d353e0bb61ea0 (patch) | |
tree | 1836c799ce0184d3c724bb24eb6e4261ba4d9952 /pom.xml | |
parent | a688386baf73aaf7ff345bb02e09d67c68622258 (diff) | |
download | javassist-351287dfd1a2cc136208b048ba4d353e0bb61ea0.tar.gz javassist-351287dfd1a2cc136208b048ba4d353e0bb61ea0.zip |
added scottmarlow to developer list
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -79,6 +79,20 @@ </roles> <timezone>0</timezone> </developer> + + <developer> + <id>scottmarlow</id> + <name>Scott Marlow</name> + <email>smarlow@redhat.com</email> + <organization>JBoss</organization> + <organizationUrl>http://www.jboss.org/</organizationUrl> + <roles> + <role>contributing developer</role> + </roles> + <timezone>-5</timezone> + </developer> + + </developers> <distributionManagement> |