Bump HAPI FHIR dep to 4.0.0
This commit is contained in:
parent
90ea715f29
commit
55928cbda3
4
pom.xml
4
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-deployable-pom</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<version>4.0.0</version>
|
||||
</parent>
|
||||
|
||||
<!--
|
||||
|
@ -16,7 +16,7 @@
|
|||
<version>4.0.0</version>
|
||||
|
||||
<properties>
|
||||
<hapi_fhir_version>4.0.0-SNAPSHOT</hapi_fhir_version>
|
||||
<hapi_fhir_version>4.0.0</hapi_fhir_version>
|
||||
</properties>
|
||||
|
||||
<artifactId>org.hl7.fhir.core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue