From 8932b3e570c2b18398e9fc351d8e1101c1dd5875 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 6 Sep 2023 10:16:45 +0000 Subject: [PATCH] Release: v1.4.3 * Loader: Update to cqframework 2.11 and remove unused common-beanutils declaration (#1419) * Version Conversion: Fix for Requirements.reference between versions * Terminology Subsystem: NPE proofing property handling for Code Systems * Validator: Test concept map code validity * Validator: Rework type checking on target profiles to support imposesProfile * Validator: Fix imposesProfile extension being missed on primary profile * Validator: Fix warning/error message about experimental property on CodeSystems and ValueSets * Validator: Fix unknown code message to include code system version * Validator: Add provisional SHLinks validation * Renderer: Requirements.reference * Renderer: Fix DF markdown engine to escape < properly * Renderer: fix extensions missing from extensions view * Renderer: Fix issue with improper HTML generation on collapsible reference lists * Link checker: Add support for linking to package content without depending on the packages (http://hl7.org/fhir/tools/StructureDefinition/ig-link-dependency) * Publication Process: fix handling of sub-packages for THO * Publication Process: update to support cross-linking between versions in header (US Core) * XIG: Rework XIG to split into two parts (WIP) ***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 b43b04f3..c51763ee 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.4.3-SNAPSHOT + 1.4.3 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 03db8a9e..90221fbb 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.4.3-SNAPSHOT + 1.4.3 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 4e093c3f..aa46bebe 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.4.3-SNAPSHOT + 1.4.3 6.1.3