CHORE: fill out pom.xml
This commit is contained in:
parent
98ae88efe5
commit
3df571c2f2
26
pom.xml
26
pom.xml
|
@ -5,11 +5,37 @@
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<name>Objective toml</name>
|
<name>Objective toml</name>
|
||||||
<description>An objective way to interact with toml</description>
|
<description>An objective way to interact with toml</description>
|
||||||
|
<url>https://git.bb1.fun/BradBot_1/ObjectiveToml</url>
|
||||||
|
<inceptionYear>2023</inceptionYear>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>BradBot_1</name>
|
||||||
|
<url>https://git.bb1.fun/BradBot_1</url>
|
||||||
|
<email>BradBot_1@outlook.com</email>
|
||||||
|
<roles>
|
||||||
|
<role>developer</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>England/London</timezone>
|
||||||
|
<properties>
|
||||||
|
<discord-legacy>BradBot_1#2042</discord-legacy>
|
||||||
|
<discord>BradBot_1</discord>
|
||||||
|
<discord-id>283302593529118720</discord-id>
|
||||||
|
</properties>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>Git</system>
|
||||||
|
<url>https://github.com/BradBot1/ObjectiveToml/issues/new</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
|
Loading…
Reference in a new issue