Skip to content

Commit

Permalink
Release: v1.6.25
Browse files Browse the repository at this point in the history
* Loader: Add no-experimental-content to IG 'validation' parameter
* Loader: Fix for NPE processing packages
* Templates: Add cqf.fhir.template to the trusted template list
* Snapshot Generator: Process relative URLs properly in base when generating snapshots
* Validator: Validate of experimental property on bindings
* Validator: Allow JSON named extensions to be structure types other than logical
***NO_CI***
  • Loading branch information
markiantorno committed Sep 17, 2024
1 parent cc68ae3 commit 8e5fa8d
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.25-SNAPSHOT</version>
<version>1.6.25</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.25-SNAPSHOT</version>
<version>1.6.25</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.25-SNAPSHOT</version>
<version>1.6.25</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8e5fa8d

Please sign in to comment.