Skip to content

Commit

Permalink
Release: v1.7.5
Browse files Browse the repository at this point in the history
* Loader: Support for Custom resources from other packages in publisher
* Loader: fix NPE processing issue from template
* validator: fix pattern discriminator validation rule
* validator: fix issue with FHIRPath engine throwing exception for an invalid path
* Renderer: Add FeatureDefinition renderer
* Renderer: fix NPE rendering reference
* Renderer: fix NPE processing search references
***NO_CI***
  • Loading branch information
hl7-devops committed Nov 22, 2024
1 parent 1a132e2 commit 2ec44e6
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.7.5-SNAPSHOT</version>
<version>1.7.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.7.5-SNAPSHOT</version>
<version>1.7.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 @@ -4,7 +4,7 @@

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

<properties>
Expand Down

0 comments on commit 2ec44e6

Please sign in to comment.