Skip to content

Commit 6cee4f0

Browse files
committed
Add POM elements for release
1 parent 520e3af commit 6cee4f0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@
1111
<packaging>jar</packaging>
1212

1313
<name>ORCiD Client API</name>
14+
<description>Library for accessing the ORCiD API</description>
15+
<url>http://vivoweb.org/</url>
16+
17+
<licenses>
18+
<license>
19+
<name>BSD 3-Clause License</name>
20+
<url>https://raw.github.com/vivo-project/VIVO/develop/LICENSE</url>
21+
<distribution>repo</distribution>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>Graham Triggs</name>
28+
<email>[email protected]</email>
29+
<organization>DuraSpace</organization>
30+
<organizationUrl>http://vivoweb.org/</organizationUrl>
31+
</developer>
32+
<developer>
33+
<name>Jim Blake</name>
34+
<email>[email protected]</email>
35+
<organization>Cornell University Library</organization>
36+
<organizationUrl>https://github.com/j2blake</organizationUrl>
37+
</developer>
38+
</developers>
1439

1540
<dependencies>
1641
<dependency>

0 commit comments

Comments
 (0)