Skip to content

Commit 893c5c1

Browse files
committed
Merge pull request iipc#5 from ukwa/master
Added necessary info to POM.
2 parents a575a71 + 5cd5696 commit 893c5c1

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

pom.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,40 @@
1717
<name>iipc-web-commons</name>
1818
<url>https://github.com/iipc/iipc-web-commons</url>
1919

20+
<organization>
21+
<name>The International Internet Preservation Consortium</name>
22+
<url>http://netpreserve.org/</url>
23+
</organization>
24+
<licenses>
25+
<license>
26+
<name>The Apache Software License, Version 2.0</name>
27+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
28+
<distribution>repo</distribution>
29+
</license>
30+
</licenses>
31+
<developers>
32+
<developer>
33+
<id>many-devs</id>
34+
<name>Many Others Developers Proceed Me</name>
35+
<email>many@dev.org</email>
36+
</developer>
37+
<developer>
38+
<id>anjackson</id>
39+
<name>Andrew Jackson</name>
40+
<email>Andrew.Jackson@bl.uk</email>
41+
</developer>
42+
</developers>
43+
<issueManagement>
44+
<system>GitHub Issues</system>
45+
<url>https://github.com/iipc/iipc-web-commons/issues</url>
46+
</issueManagement>
47+
<scm>
48+
<connection>scm:git:git@github.com:iipc/iipc-web-commons.git</connection>
49+
<developerConnection>scm:git:git@github.com:iipc/iipc-web-commons.git</developerConnection>
50+
<url>git@github.com:iipc/iipc-web-commons.git</url>
51+
</scm>
52+
53+
2054
<properties>
2155
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2256
<build.time>${maven.build.timestamp}</build.time>

0 commit comments

Comments
 (0)