EpicFarming/EpicFarming-API/pom.xml
Xordac Prime 56d3cdc369 new ci
2018-11-15 18:20:10 -05:00

18 lines
626 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>EpicFarming-Parent</artifactId>
<version>maven-version-number</version>
</parent>
<groupId>com.songoda</groupId>
<artifactId>EpicFarming-API</artifactId>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicFarming-API</finalName>
</build>
</project>