Skip to content

Commit dc36d77

Browse files
committed
Release: v1.8.10
* Loader: Add missing packages to CQL list * Loader: fix up language/local loading sequence * Loader: fix bug for cross-version extension containing escaped [x] * Validator: Add check for duplicate ids on contained resources * Validator: fix bug looking up code system * Validator: Look for cs on other server in missed location * Validator: fix bug accessing code system from other terminology server if no version specified * Validator: validate displaylanguage when validating codes * Renderer: Possible fix for an NPE reported bu a user with no context * QA: fix bug parsing `script` tag in xhtml - handling `<` characters * QA: Tighted up handling of errors when HTML pages can't be parsed * Publication Process: remove FTP support in -go-publish (it's all git now) * Publication Process: radd support for creation phase ***NO_CI***
1 parent 7e5951f commit dc36d77

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.8.10-SNAPSHOT</version>
8+
<version>1.8.10</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.8.10-SNAPSHOT</version>
8+
<version>1.8.10</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.8.10-SNAPSHOT</version>
7+
<version>1.8.10</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)