mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 18:55:17 +01:00
Added developers to the pom.xml
This commit is contained in:
parent
496c4c9b5a
commit
c5a9a1443e
21
pom.xml
21
pom.xml
@ -13,6 +13,27 @@
|
|||||||
<url>https://github.com/BentoBoxWorld/BentoBox</url>
|
<url>https://github.com/BentoBoxWorld/BentoBox</url>
|
||||||
<inceptionYear>2017</inceptionYear>
|
<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>
|
<scm>
|
||||||
<connection>scm:git:https://github.com/BentoBoxWorld/BentoBox.git</connection>
|
<connection>scm:git:https://github.com/BentoBoxWorld/BentoBox.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:BentoBoxWorld/BentoBox.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:BentoBoxWorld/BentoBox.git</developerConnection>
|
||||||
|
Loading…
Reference in New Issue
Block a user