Skip to content

Commit a53365d

Browse files
committed
Release: v1.7.2
* Loader: Use correct sub-version of tools package etc * Loader: fix version mismatch notes * Loader: add further information about resource loading to the log * Loader: fix problem handling R6 evidence resources * Terminology: Change R5 tx server to use http://tx.fhir.org/r5 (instead of /r4) * Validator: Support authentication for terminology servers (see https://confluence.hl7.org/display/FHIR/Using+fhir-settings.json) * Validator: Fix issue where validator not retaining extension context when checking constraint expressions in profiles * Validator: Validate min-length when found in extension * Validator: Correct bug parsing json-property-key values with meant validation failed * Validator: Fix problem validating json-property-key value pairs * Validator: Fix special case r5 loading of terminology to fix validation error on ExampleScenario * Validator: Improve handling of JSON format errors * Validator: Fix bug where extension slices defined in other profiles are not found when processing slices based on extension * Validator: Validate fhirpath expression in slice discriminators * Validator: Fix slicing by type and profile to allow multiple options per slice * Validator: List measure choices when a match by version can't be found * Renderer: Render min-length extension on profiles * Renderer: Fix rendering of Logical Models for polymorphic elements, and rendering target profiles with versions * Renderer: Render contained resources in List resource * SQL Module: fix bug in DB building * Go-publish: clean up IG registry maintenance code * Go-publish: Stop technical-corrections for now ***NO_CI***
1 parent ebc684b commit a53365d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>1.7.2-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>1.7.2-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hl7.fhir.publisher</groupId>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
7-
<version>1.7.2-SNAPSHOT</version>
7+
<version>1.7.2</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)