Skip to content

Commit

Permalink
Updating version to: 1.4.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Sep 16, 2023
1 parent c6b7d5a commit 5912e95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
18 changes: 0 additions & 18 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
## Validator Changes

* General: Performance improvements for IG Publisher - parser improvements and don't regenerate snapshots
* Template Manager: Tighten up security testing on template scripts on cibuild
* NPM Loader: Fixed issue where package ids that are hl7.cda and hl7.v2 were spitting out error messages
* Validator: Add R4B binding-definition URL to validator exception list
* Validator: Correct validation when CodeSystem.content = example and server doesn't know code system
* Validator: Fix bug processing CDA snapshots
* Validator: Fix issue evaluating FHIRPath correctness on CDA.Observation
* Validator: Improve error message from validator when invariants fail
* Validator: Fix NPE validating concept maps
* Validator: Suppress wrong invariants on compiler magic types
* Validator: Fix NPE checking codes
* Renderer: Improve CodeSystem rendering - make parent property a link
* Renderer: Fix bug in version comparison
* Renderer: Improve rendering of message about logical target
* Database: Add ValueSet expansions
* QA File: Allow to suppress invariant message by invariant id
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.4.6</version>
<version>1.4.7-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.4.6</version>
<version>1.4.7-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.4.6</version> <!-- See the note above -->
<version>1.4.7-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.1.6</core_version>
Expand Down

0 comments on commit 5912e95

Please sign in to comment.