Skip to content

Commit

Permalink
Updating version to: 1.8.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hl7-devops committed Jan 30, 2025
1 parent dc36d77 commit 41133a0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
* 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
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.8.10</version>
<version>1.8.11-SNAPSHOT</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.8.10</version>
<version>1.8.11-SNAPSHOT</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.8.10</version>
<version>1.8.11-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 41133a0

Please sign in to comment.