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

This commit is contained in:
Matti Uusitalo 2018-11-14 14:58:05 +02:00 committed by Eeva Turkka
parent 76eb85308c
commit b7843498dc
2 changed files with 2 additions and 1 deletions

View File

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

View File

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