POM fixes

This commit is contained in:
jamesagnew 2019-01-15 09:19:08 -05:00
parent 4f0dd437dc
commit 484180a07f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hl7.fhir</groupId>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>${project.version}</version>
</dependency>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hl7.fhir</groupId>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>