Skip to content

Commit

Permalink
Updating version to: 1.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Oct 24, 2024
1 parent a1c0bc6 commit f477a2a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
* XML Layer: Move XXE safe SAXParserFactory and XMLReader instantiation to XMLUtil
* Validator: Capture missing snapshot generation messages
* Validator: Improve warning messages about collections in SQL ViewDefinitions
* Validator: Fix type evaluation of .item() in FHIRPath
* Validator: Revise message about unknown usage context on additional binding
* Validator: Add check for # in CanonicalResource.version
* Validator: Fix problem parsing urls in cds-hooks formats
* Validator:Fix bug evaluating resolve() in contained resources when doing slicing
* Validator: Add version warnings on IGs to qa.html
* Renderer: fix problem ignoring existing narrative ie provided
* Renderer: Fix NPE processing markdown
* Renderer: Improve rendering of coded values
* Renderer: Add support for NCI code rendering
* Renderer: Remove Useless Encounter Renderer
* Renderer: Rework sql view definitions for SQL on FHIR webinar
* Renderer: Fix missing examples tab for profiles
* Renderer: fix csv escaping problem
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.7.0</version>
<version>1.7.1-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.7.0</version>
<version>1.7.1-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.7.0</version>
<version>1.7.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit f477a2a

Please sign in to comment.