Skip to content

Commit

Permalink
Release: v1.8.16
Browse files Browse the repository at this point in the history
* Loader: Fix bug where version variants were being ignored if their resource.id were the same
* Validator: Workaround for 'xml', 'json', 'ttl' in mime types after tx.fhir.org correction - see note below
* Cross-Version Module: More cross-version fixes for the extensions pack
* Renderer: suppress technical header on expansion
* Renderer: Fix bug where modifierExtension types were being rendered differently
* XIG: 'invariants' -> 'constraints' in the xig
* Loader: Use Turtle shorthand syntax for booleans, integers, and decimals
***NO_CI***
  • Loading branch information
hl7-devops committed Mar 4, 2025
1 parent 48d31d1 commit ce6ad8c
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.8.16-SNAPSHOT</version>
<version>1.8.16</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.8.16-SNAPSHOT</version>
<version>1.8.16</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.8.16-SNAPSHOT</version>
<version>1.8.16</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit ce6ad8c

Please sign in to comment.