Skip to content

Commit ff30021

Browse files
committed
Updating version to: 2.2.9-SNAPSHOT
1 parent e39e13a commit ff30021

4 files changed

Lines changed: 3 additions & 27 deletions

File tree

RELEASE_NOTES.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
# Validator changes
2-
3-
* Java: update dependencies
4-
* Loader: fix error pinning parameter (wrong type)
5-
* Loader: add support for -po (file)
6-
* Loader: trust v2 template
7-
* Loader: Additional resources fix
8-
* Loader: refactor PO pipeline to allow loading a .po file at runtime (-po file)
9-
* Loader: Fix version loading issue with cross version extensions
10-
* Terminology: fix issue with multiple languages in internal terminology server
11-
* Version Comparison: more logging in comparators
12-
* Validator: fix FHIRPath error evaluating $this in repeat()
13-
* Validator: fix json parser NPE for some incomplete arrays
14-
* Validator: Validate using new contentReferenceProfile extension
15-
* Validator: disallow extensions on resource.id
16-
* Validator: Applied https://jira.hl7.org/browse/FHIR-56312, which allows htmlChecks to be invoked on 'string' as well as xhtml. Also fixed issue where htmlChecks was returning 'false' rather than 'empty' when invoked on invalid types. (Spec says it returns empty.)
17-
* Validator: Fix issue with old HTML not being processed properly
18-
* Renderer: Add start of support for structural constraints
19-
* Renderer: Add support for rendering FML fragments in IGs
20-
* Renderer: When rendering Binary resources that contain logical model instances (e.g., ViewDefinition), check if a specialised renderer exists before falling back to JSON/XML rendering.
21-
* Renderer: better rendering of references in markdown
22-
* Renderer: fix rendering recusrion problem
23-
* QA: catch url decoding error
24-
* Web site maintainer: fix path errors

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>2.2.8</version>
8+
<version>2.2.9-SNAPSHOT</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>2.2.8</version>
8+
<version>2.2.9-SNAPSHOT</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>2.2.8</version>
7+
<version>2.2.9-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)