Skip to content

Commit

Permalink
Release: v1.6.26
Browse files Browse the repository at this point in the history
* Loader: Add simplifier interface support
* Package Manager: Upgrade lock management in Package Cache
* Validator: Work around problem with language value set being marked experimental
* Validator: Fix validation id/idref to resolve in document if in a document
* Validator: Add more debugging to terminology validation failure
* Validator: Fix various validating additional bindings with usage contexts
* Renderer: Fix various issues rendering additional bindings with usage contexts
* Renderer: Added support for tracking whether elements are ellipsed and for rendering accordingly
* Renderer: Fix THO license rendering problem
* Package Generator: Add r4b support to Package Version Generation
* Web Publisher: Add checks in publication checker for path uniqueness and correct status of 'first'
***NO_CI***
  • Loading branch information
markiantorno committed Sep 22, 2024
1 parent 717541f commit f08c608
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.26-SNAPSHOT</version>
<version>1.6.26</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.26-SNAPSHOT</version>
<version>1.6.26</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 @@ -4,7 +4,7 @@

<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.26-SNAPSHOT</version>
<version>1.6.26</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit f08c608

Please sign in to comment.