Skip to content

Commit bb42d96

Browse files
Added License and Developers in POM.
1 parent 2889a22 commit bb42d96

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
@@ -29,6 +29,14 @@
2929
</repository>
3030
</distributionManagement>
3131

32+
<licenses>
33+
<license>
34+
<name>Apache-2.0</name>
35+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
36+
<distribution>repo</distribution>
37+
</license>
38+
</licenses>
39+
3240
<issueManagement>
3341
<system>GitHub</system>
3442
<url>https://github.com/sentrysoftware/oss-parent/issues/</url>
@@ -40,6 +48,23 @@
4048
<tag>HEAD</tag>
4149
</scm>
4250

51+
<developers>
52+
<developer>
53+
<name>Bertrand Martin (@bertysentry)</name>
54+
<email>bertrand@sentrysoftware.com</email>
55+
<roles>
56+
<role>maintainer</role>
57+
</roles>
58+
</developer>
59+
<developer>
60+
<name>Christophe Clermont (@ChristopheClermont)</name>
61+
<email>christophe@sentrysoftware.com</email>
62+
<roles>
63+
<role>maintainer</role>
64+
</roles>
65+
</developer>
66+
</developers>
67+
4368
<properties>
4469
<!-- UTF-8 -->
4570
<project.build.encoding>UTF-8</project.build.encoding>

0 commit comments

Comments
 (0)