mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-05 02:09:48 +01:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<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>
|
|
<groupId>de.erethon.dungeonsxl</groupId>
|
|
<artifactId>dungeonsxl-addon</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>DungeonsXXL</name>
|
|
<url>https://dre2n.github.io</url>
|
|
<description>Create BETTER custom dungeons and adventure maps with ease!</description>
|
|
<parent>
|
|
<groupId>de.erethon.dungeonsxl</groupId>
|
|
<artifactId>dungeonsxl-parent</artifactId>
|
|
<version>0.18-SNAPSHOT</version>
|
|
</parent>
|
|
<modules>
|
|
<module>core</module>
|
|
<module>dist</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>de.erethon.dungeonsxl</groupId>
|
|
<artifactId>dungeonsxl-dist</artifactId>
|
|
<version>0.18-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|