From aef92efcf817d261038cd03ff4fbbf354f6abe6e Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Wed, 25 Dec 2024 09:16:04 +0000 Subject: [PATCH] Release: v1.8.4 * Christmas 2025 Release: Add support for [test instance factory generation](https://build.fhir.org/ig/FHIR/ig-guidance/testfactory.html) * Snapshot Generator: Only use profiled datatype information for generating snapshots for Resource and Extension * Validator: Fix validation of invariants in profiles - check for more conflicts, and don't call conflict if the expression is the same * Validator: Fix issues with tracking supplement usage and getting supplement version matching correct * Validator: Fix npe loading old simplifier package * Renderer: Fix logical model rendering to use type characteristics for can-be-target * Version Comparison: Fix comparison template loading issue * Website Publishing: fix bug publishing CDA IGs ***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 1e3ae28ca..aa9f0f43e 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.8.4-SNAPSHOT + 1.8.4 ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 71d7a77f3..6817d4a12 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.8.4-SNAPSHOT + 1.8.4 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index d137969fa..7f5e50f35 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.8.4-SNAPSHOT + 1.8.4 pom