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:57:22 -0400 |
commit | 242f834217198d731deff2d239624d3bd3849526 (patch) | |
tree | be564ab7ddadf485645fa2b6800038a566f93ad8 | |
parent | f5ba32bb46cc2590ad0c34814ab39d130518e5b1 (diff) | |
download | javassist-242f834217198d731deff2d239624d3bd3849526.tar.gz javassist-242f834217198d731deff2d239624d3bd3849526.zip |
added scottmarlow to developer list
-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> |