Skip to content

Commit 41133a0

Browse files
committed
Updating version to: 1.8.11-SNAPSHOT
1 parent dc36d77 commit 41133a0

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
* Loader: Add missing packages to CQL list
2-
* Loader: fix up language/local loading sequence
3-
* Loader: fix bug for cross-version extension containing escaped [x]
4-
* Validator: Add check for duplicate ids on contained resources
5-
* Validator: fix bug looking up code system
6-
* Validator: Look for cs on other server in missed location
7-
* Validator: fix bug accessing code system from other terminology server if no version specified
8-
* Validator: validate displaylanguage when validating codes
9-
* Renderer: Possible fix for an NPE reported bu a user with no context
10-
* QA: fix bug parsing `script` tag in xhtml - handling `<` characters
11-
* QA: Tighted up handling of errors when HTML pages can't be parsed
12-
* Publication Process: remove FTP support in -go-publish (it's all git now)
13-
* Publication Process: radd support for creation phase

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

1010
<properties>

0 commit comments

Comments
 (0)