Skip to content

Commit

Permalink
Update pom.xml for validation on maven central.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Thomas committed Apr 16, 2015
1 parent 1d0078c commit d0cce1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@
<description>Utilities for working with the Annotated NYT corpus.</description>
<url>http://github.com/hltcoe/annotated-nyt</url>

<organization>
<name>Johns Hopkins University HLTCOE</name>
<url>http://hltcoe.jhu.edu</url>
</organization>

<developers>
<developer>
<email>[email protected]</email>
<name>Evan Sandhaus</name>
</developer>
<developer>
<email>[email protected]</email>
<name>Max Thomas</name>
<url>https://github.com/maxthomas</url>
<id>maxthomas</id>
</developer>
</developers>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<scm>
<url>https://github.com/hltcoe/annotated-nyt</url>
<connection>scm:git:git://github.com/hltcoe/annotated-nyt.git</connection>
Expand Down

0 comments on commit d0cce1d

Please sign in to comment.