Skip to content

Commit

Permalink
DS-3307: Add in required <developer> info into POM
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Sep 26, 2016
1 parent 624668e commit a14f164
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,28 @@
</profile>
</profiles>

<developers>
<developer>
<name>DSpace Committers</name>
<email>[email protected]</email>
<url>https://wiki.duraspace.org/display/DSPACE/DSpace+Committers</url>
<roles>
<role>committer</role>
</roles>
</developer>
</developers>

<contributors>
<contributor>
<name>DSpace Contributors</name>
<email>[email protected]</email>
<url>https://wiki.duraspace.org/display/DSPACE/DSpaceContributors</url>
<roles>
<role>developer</role>
</roles>
</contributor>
</contributors>

<!--
Information about the SCM repository where source code exists.
-->
Expand Down

0 comments on commit a14f164

Please sign in to comment.