Changed versions to use fi.kela.kanta.phr parent

This commit is contained in:
Matti Uusitalo 2018-11-14 14:58:05 +02:00
parent e84689b167
commit 10fe878540
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent>
<groupId>fi.kela.kanta.phr</groupId>
<artifactId>hapi-fhir-converter</artifactId>
<packaging>bundle</packaging>
<version>3.6.1-PHRFIX-SNAPSHOT</version>

View File

@ -27,7 +27,7 @@
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<groupId>fi.kela.kanta.phr</groupId>
<artifactId>hapi-fhir-converter</artifactId>
<version>3.6.1-PHRFIX-SNAPSHOT</version>
</dependency>