Added developers to the pom.xml

This commit is contained in:
Florian CUNY 2019-06-16 14:06:00 +02:00
parent 496c4c9b5a
commit c5a9a1443e
1 changed files with 21 additions and 0 deletions

21
pom.xml
View File

@ -13,6 +13,27 @@
<url>https://github.com/BentoBoxWorld/BentoBox</url>
<inceptionYear>2017</inceptionYear>
<developers>
<developer>
<name>Florian Cuny</name>
<id>Poslovitch</id>
<email>poslovitch@bentobox.world</email>
<timezone>1</timezone>
<roles>
<role>Project manager</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>tastybento</id>
<email>tastybento@bentobox.world</email>
<timezone>-8</timezone>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/BentoBoxWorld/BentoBox.git</connection>
<developerConnection>scm:git:git@github.com:BentoBoxWorld/BentoBox.git</developerConnection>