Fix incorrect parent pom reference

This commit is contained in:
jamesagnew 2015-06-24 23:10:24 -04:00
parent 75f5b47762
commit 38338643bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hapi-fhir-base-testmindeps-server</artifactId>