Skip to content

Commit

Permalink
Release: v1.6.5
Browse files Browse the repository at this point in the history
* Validator: Fix up path management in the validator for resolving references in Bundles
* Validator: Add support for defineVariable in FHIRPath
* Validator: Fix problem with CDA element having multiple types
* Validator: Fix problem with 'is' not working in FHIRPath for CDA types
* Validator: Fix issue processing CDA generic type names
* Validator: Fix for NPE processing tx server response
* Validator: Add support for code system supplements when communicating with tx server
* Renderer: Render CapabilityStatement.imports (and instantiates)
* Loader: Fix R4B loading issue that lead to wrong web paths for R4B resources
* Publication Process: Improve FHIR related language in CDA publish box
* Templates: trust da vinci template
* Renderer: fix broken code links
* Loader: fix R4B loading issue
* Renderer: render logical URIs
* Renderer: binary rendering fixes for CDA
* Renderer: More work on i18n
***NO_CI***
  • Loading branch information
markiantorno committed Apr 16, 2024
1 parent 8662a9b commit 5f451ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.6.5-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.5</version> <!-- See the note above -->

<properties>
<core_version>6.3.5</core_version>
Expand Down

0 comments on commit 5f451ba

Please sign in to comment.