Fix parent pom relative path

This commit is contained in:
Ken Finnigan 2013-12-02 08:48:28 -05:00
parent 6cd10dc6b0
commit f817b7f761

View file

@ -4,7 +4,7 @@
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>1.0-alpha-1</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>