Skip to content

Commit

Permalink
Release: v1.6.6
Browse files Browse the repository at this point in the history
* General: fix spelling of heirarchy
* Dependencies: Bump lombok (#1603, #882), jackson, graalvm (#881)
* Loader: fix NPE loading resources
* Loader: better handle duplicate references in the IG resource
* Terminology Support: Send supplements to tx server
* Terminology Support: fix bug processing code bindings when value sets are complex (multiple filters)
* FHIRPath: Remove the alias/aliasAs custom functions (use standard defineVariable now)
* Validator: Don't enforce ids on elements when processing CDA
* Validator: rework OID handling for better OID -> CodeSystem resolution
* Renderer: render versions in profile links when necessary
* QA: Fix bug checking authorised javascript - not checking anonymous script element properly

## WHO Multi-language support

* More work on language support
* add translations to json data files
* create _data/languages.json
* generate language specific resource instances
***NO_CI***
  • Loading branch information
markiantorno committed Apr 23, 2024
1 parent c0cdb86 commit d1dac76
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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version>
<version>1.6.6</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.6-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.6</version> <!-- See the note above -->

<properties>
<core_version>6.3.6</core_version>
Expand Down

0 comments on commit d1dac76

Please sign in to comment.