Skip to content

Commit

Permalink
Updating version to: 1.8.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hl7-devops committed Jan 17, 2025
1 parent cf93f89 commit 3facb05
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
* Resource Factory: support for range in sheet for instance generation (#1881)
* Validator: Don't enforce code system property references to standard properties in R4 (R4 hack workaround)
* Validator: Correctly handle supplements when validating based on expansions
* Validator: Fix issues with version dependent resolution of correct server for implicit value sets
* Validator: Better handle failure to find imported value sets when expanding
* Validator: correct error handling for expansion failure
* Validator: Correct grammar in language about resource not being valid against a profile
* Validator: Fix NPE generating snapshots with expansions
* Validator: Accept property in CodeSystem without requiring it be backed by a code
* Validator: Add issue when extension is deprecated
* Renderer: Track & report expansion source when rendering ValueSet expansions
* Renderer: Render ValueSet supplement dependencies
* Renderer: Fix Actor rendering in obligations tables
* Renderer: move xml-no-order to tools ig
* Renderer: better presentation of expansion failures
* Renderer: fix rendering of deprecated extensions
* Renderer: Better resolution of links in markdown
* QA: better handling of message ids in qa.html
* Go-Publish: add support for nginx
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.8</version>
<version>1.8.9-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.8</version>
<version>1.8.9-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.8</version>
<version>1.8.9-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 3facb05

Please sign in to comment.