From 6adb05ece0115ae8ff3a14f39a0b2cbb6ab671fd Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 16 Jul 2024 18:19:38 +0000 Subject: [PATCH] Release: v1.6.17 * Loader: work around THO 6.0.0 problem (hack, to be reversed later) * Validator: Improve MeasureReport validation for checking subject count * Validator: Fix for R2B Resource.id cardinality problem * Validator: Fix for validator using wrong property for list determination when parsing json ***NO_CI*** --- org.hl7.fhir.publisher.cli/pom.xml | 2 +- org.hl7.fhir.publisher.core/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.hl7.fhir.publisher.cli/pom.xml b/org.hl7.fhir.publisher.cli/pom.xml index 90f5a4be9..49e2ed60e 100644 --- a/org.hl7.fhir.publisher.cli/pom.xml +++ b/org.hl7.fhir.publisher.cli/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.6.17-SNAPSHOT + 1.6.17 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index e11021a23..3a32e8627 100644 --- a/org.hl7.fhir.publisher.core/pom.xml +++ b/org.hl7.fhir.publisher.core/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.6.17-SNAPSHOT + 1.6.17 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index f022a5fa0..6e71b846c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.6.17-SNAPSHOT + 1.6.17 6.3.17