Skip to content

Commit

Permalink
Updating version to: 1.5.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Nov 15, 2023
1 parent a483345 commit 85fa570
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
* Template Manager: add .woff2 to template white list
* Validator: Rework bundle references validation for R4+ - this is a *significant* change - many existing bundles that were previously erroneously passing will now fail
* Validator: Don't fail on erroneously repeating elements
* Validator: Fix problem creating CDA type discriminators
* Validator: Fix problem with R3 expansion
* Validator: Add support for CCDA .hasTemplateIdOf(canonical)
* Renderer: Fix issue where markdown with multiple characters was being cut off sometimes when rendering profiles
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.4</version>
<version>1.5.5-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.4</version>
<version>1.5.5-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.4</version> <!-- See the note above -->
<version>1.5.5-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.2.4</core_version>
Expand Down

0 comments on commit 85fa570

Please sign in to comment.