Skip to content

Commit

Permalink
Developer information added to pom
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner authored and rpastrana committed Jul 15, 2022
1 parent 7bf224f commit 65647e1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,42 @@
</build>
</profile>
</profiles>

<developers>
<developer>
<id>rpastrana</id>
<name>Rodrigo Pastrana</name>
<email>[email protected]</email>
<organization>LexisNexis Risk</organization>
<organizationUrl>https://hpccsystems.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>America/New_York</timezone>
</developer>
<developer>
<id>jpmcmu</id>
<name>James McMullan</name>
<email>[email protected]</email>
<organization>LexisNexis Risk</organization>
<organizationUrl>https://hpccsystems.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>America/New_York</timezone>
</developer>
<developer>
<id>mgardner</id>
<name>Michael Gardner</name>
<email>[email protected]</email>
<organization>LexisNexis Risk</organization>
<organizationUrl>https://hpccsystems.com</organizationUrl>
<roles>
<role>maintainer</role>
</roles>
<timezone>America/New_York</timezone>
</developer>
</developers>

</project>

0 comments on commit 65647e1

Please sign in to comment.