Skip to content

Commit 2ec44e6

Browse files
committed
Release: v1.7.5
* 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***
1 parent 1a132e2 commit 2ec44e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>1.7.5-SNAPSHOT</version>
8+
<version>1.7.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>1.7.5-SNAPSHOT</version>
8+
<version>1.7.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hl7.fhir.publisher</groupId>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
7-
<version>1.7.5-SNAPSHOT</version>
7+
<version>1.7.5</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)