Skip to content

Commit

Permalink
Updating version to: 1.5.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Nov 11, 2023
1 parent 5fa1d54 commit c42fe4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
* Loader: Update the CQL translator to version 3.3.2
* Snapshot Generator: Fix extension handling when generating snapshots - which are ignored, overwrite, or add
* Validator: Remove wrong LOINC code for circumference % from vital signs scan
* Validator: Remove spurious error when profile discriminators have no value
* Validator: Fix as() and ofType() in FHIRPath engine to support type namespaces properly
* Validator: Fix problem with FHIRPath engine wrongly checking types in context of CDA
* Validator: Fix date validation error in CDA validation
* Renderer: Add rendering of II.system
* Package Generator: Add all resource paths as valid targets
* QA: Update error handling to preserve message ids properly
* Read me: Add performance plot to read me

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.5.3</version>
<version>1.5.4-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.5.3</version>
<version>1.5.4-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 @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.5.3</version> <!-- See the note above -->
<version>1.5.4-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.2.3</core_version>
Expand Down

0 comments on commit c42fe4e

Please sign in to comment.