Skip to content

Commit b43e7e9

Browse files
committedJan 4, 2025·
Release: v6.5.3
## Validator Changes * Validate that ConceptMap references to ValueSets are actual value sets * Check if abstract classes have concrete subtypes in scope * Handle tx ecosystem failure properly * fix for CLI Should Fail with Non-Zero Exit Code on TX Test Errors ## Other code changes * Add support for multiple lines in the first cell in heirarchical tables * Also add support for suppressing lines and inner borders * Add support for table.rows in TestDataFactory * Add Element View for non-technical readers of profiles * Improved Rendering for Timing Datatype * Fix for handling SD extensions when generating snapshots * Don't remove bindings from types with characteristics = can-bind (Extensions in R5) * Various minor Fixes for generating snapshots for archetypes (checking type parameters) * Fix logback configs + update logback (#1868) * .qos.logback-logback-core-1.5.13: Fix inclusion of logback-test in jar and fix classpath log configs * Fix LoggingPolicy enum (use SLF4J) ***NO_CI***
1 parent 3f9639c commit b43e7e9

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed
 

‎org.hl7.fhir.convertors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.dstu2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.dstu2016may/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.dstu3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.r4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.r4b/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.r5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.utilities/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.validation.cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎org.hl7.fhir.validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.5.3-SNAPSHOT</version>
8+
<version>6.5.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
HAPI FHIR
1515
-->
1616
<artifactId>org.hl7.fhir.core</artifactId>
17-
<version>6.5.3-SNAPSHOT</version>
17+
<version>6.5.3</version>
1818
<packaging>pom</packaging>
1919

2020
<properties>

0 commit comments

Comments
 (0)
Please sign in to comment.