Skip to content

Commit da76a71

Browse files
committed
Additional POM fields
1 parent 7e28558 commit da76a71

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

pom.xml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@
66
<version>0.0.1-SNAPSHOT</version>
77
<name>ed25519-java</name>
88
<description>Implementation of EdDSA in Java</description>
9+
<url>https://github.com/str4d/ed25519-java</url>
10+
<licenses>
11+
<license>
12+
<name>Public Domain</name>
13+
<url>http://en.wikipedia.org/wiki/Public_domain</url>
14+
<distribution>repo</distribution>
15+
</license>
16+
</licenses>
17+
<developers>
18+
<developer>
19+
<id>str4d</id>
20+
<name>str4d</name>
21+
<email>[email protected]</email>
22+
</developer>
23+
</developers>
24+
<scm>
25+
<connection>scm:git:git://github.com/str4d/ed25519-java.git</connection>
26+
<developerConnection>scm:git:[email protected]:str4d/ed25519-java.git</developerConnection>
27+
<url>https://github.com/str4d/ed25519-java</url>
28+
</scm>
929
<build>
1030
<sourceDirectory>src</sourceDirectory>
1131
<testSourceDirectory>test</testSourceDirectory>
@@ -53,4 +73,14 @@
5373
<scope>test</scope>
5474
</dependency>
5575
</dependencies>
56-
</project>
76+
<contributors>
77+
<contributor>
78+
<name>mbakkar</name>
79+
<email>[email protected]</email>
80+
</contributor>
81+
<contributor>
82+
<name>Philippe Marchesseault</name>
83+
<email>[email protected]</email>
84+
</contributor>
85+
</contributors>
86+
</project>

0 commit comments

Comments
 (0)