From 7254337c5bb898c54eab8d320ecd86018e1b7549 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Fri, 22 Oct 2021 00:52:33 +0000 Subject: [PATCH] =?UTF-8?q?Release:=20v5.5.8=20*=20add=20-output-style=20p?= =?UTF-8?q?arameter=20*=20handle=20naming=20system=20URLs=20when=20resolvi?= =?UTF-8?q?ng=20URLs=20*=20fix=20profile=20comparison=20*=20fix=20tests=20?= =?UTF-8?q?dependency=20*=20ping=20build=20*=20more=20validation=20for=20c?= =?UTF-8?q?anonical=20URLs=20*=20fix=20terminology=20version=20management?= =?UTF-8?q?=20and=20caching=20+=20better=20error=20message=E2=80=A6=20?= =?UTF-8?q?=E2=80=A6=20*=20Merge=20pull=20request=20#620=20from=20EricLemi?= =?UTF-8?q?eux/fix-618=20=E2=80=A6=20*=20fix=20json=20issue,=20and=20add?= =?UTF-8?q?=20tests=20for=20it=20*=20Fix=20Issue=20618=20|=20NPE=20bundle?= =?UTF-8?q?=20validation=20=E2=80=A6=20*=20Removing=20pinentry=20option=20?= =?UTF-8?q?for=20gpg=20as=20it=20breaks=20in=20ubuntu=2020.04=20***NO=5FCI?= =?UTF-8?q?***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org.hl7.fhir.convertors/pom.xml | 2 +- org.hl7.fhir.dstu2/pom.xml | 2 +- org.hl7.fhir.dstu2016may/pom.xml | 2 +- org.hl7.fhir.dstu3/pom.xml | 2 +- org.hl7.fhir.r4/pom.xml | 2 +- org.hl7.fhir.r5/pom.xml | 2 +- org.hl7.fhir.report/pom.xml | 2 +- org.hl7.fhir.utilities/pom.xml | 2 +- org.hl7.fhir.validation.cli/pom.xml | 2 +- org.hl7.fhir.validation/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 1d1f56e50..c1c1d0e16 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index a16ce6dda..e362b72d5 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 0845a9fbe..dad51bc46 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index d79d5533d..5e13a37d4 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 5d30dfd5c..9333b60f6 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 40a7155ea..6ca8fa8af 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 3b416af6f..4c49decbe 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index c50e366cd..a72f3e24b 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 274530ca2..316f8fde1 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 8150e3fc4..62477ef72 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 ../pom.xml diff --git a/pom.xml b/pom.xml index 66ff9a42f..a30723c20 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 5.5.8-SNAPSHOT + 5.5.8 pom