DungeonsXL/pom.xml

31 lines
1.2 KiB
XML
Raw Normal View History

2016-03-01 22:08:07 +01:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
2019-05-05 00:43:18 +02:00
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<packaging>pom</packaging>
2016-03-01 22:08:07 +01:00
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>
<description>Create custom dungeons and adventure maps with ease!</description>
2019-05-05 00:43:18 +02:00
<modules>
<module>core</module>
<module>dist</module>
</modules>
2016-05-21 23:03:34 +02:00
<properties>
2016-06-05 23:51:33 +02:00
<buildNo></buildNo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
2016-05-21 23:03:34 +02:00
</properties>
2016-03-01 22:08:07 +01:00
<repositories>
<repository>
<id>spigot-repo</id>
2019-02-21 18:52:47 +01:00
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2016-03-01 22:08:07 +01:00
</repository>
2018-02-14 16:31:41 +01:00
<repository>
<id>dre-repo</id>
2019-05-05 00:43:18 +02:00
<url>http://erethon.de/repo</url>
2018-02-14 16:31:41 +01:00
</repository>
2016-03-01 22:08:07 +01:00
</repositories>
</project>