mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 10:45:22 +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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user