From 2ec44e6c46a52446f2a10e8f623473eb20af9554 Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Fri, 22 Nov 2024 15:24:47 +0000 Subject: [PATCH] Release: v1.7.5 * Loader: Support for Custom resources from other packages in publisher * Loader: fix NPE processing issue from template * validator: fix pattern discriminator validation rule * validator: fix issue with FHIRPath engine throwing exception for an invalid path * Renderer: Add FeatureDefinition renderer * Renderer: fix NPE rendering reference * Renderer: fix NPE processing search references ***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 6b55baad4..f9e81b5f2 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.7.5-SNAPSHOT + 1.7.5 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 73982be3b..a529209b3 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.7.5-SNAPSHOT + 1.7.5 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index b7b40e15b..18267b851 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.7.5-SNAPSHOT + 1.7.5 pom