mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-06 10:41:07 +01:00
17 lines
629 B
XML
17 lines
629 B
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>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>com.songoda</groupId>
|
||
|
<artifactId>EpicHoppers-Parent</artifactId>
|
||
|
<version>maven-version-number</version>
|
||
|
</parent>
|
||
|
<groupId>com.songoda</groupId>
|
||
|
<artifactId>EpicHoppers-API</artifactId>
|
||
|
<build>
|
||
|
<defaultGoal>clean install</defaultGoal>
|
||
|
<finalName>EpicHoppers-API</finalName>
|
||
|
</build>
|
||
|
</project>
|