Add more info to pom.xml

This commit is contained in:
filoghost 2021-08-31 11:17:49 +02:00
parent 40d7876bd8
commit b97fe93f96
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -16,6 +16,20 @@
<spigot-api.version>1.8-R0.1-SNAPSHOT</spigot-api.version>
</properties>
<url>https://dev.bukkit.org/projects/holographic-displays</url>
<licenses>
<license>
<name>GNU General Public License, Version 3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/filoghost/HolographicDisplays</url>
<connection>scm:git:https://github.com/filoghost/HolographicDisplays.git</connection>
<developerConnection>scm:git:https://github.com/filoghost/HolographicDisplays.git</developerConnection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>codemc-snapshots</id>