AntiVoid/pom: fixed parent path

This commit is contained in:
Erik Bročko 2018-10-05 19:46:35 +02:00
parent afcbc152d1
commit 74fe2bb705

View File

@ -6,7 +6,7 @@
<groupId>cz.marwland.mc</groupId>
<artifactId>MarwStuff</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>MarwStuff</relativePath>
<relativePath>../../MarwStuff</relativePath>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>