Skip to content

Commit

Permalink
Release: v1.6.1
Browse files Browse the repository at this point in the history
* Validator: Add validation for CodeSystem Properties and ValueSet filters
* Validator: More validation for Code Systems: contained code systems, supplement cross checks
* Validator: Add more validation around ValueSet.compose.include.system - must be a proper URL, and not a direct reference to a supplement
* Validator: HL7: Don't require HL7 publishing status on contained resources
* Validator: Don't walk into nested bundles when validating links in bundles
* Validator: Fix up implementation of notSelectable in value set filters
* Validator: Add check for multiple version matches for a versionless canonical reference
* Renderer: Fix narrative generator generating duplicate anchors (prefix 'hc')
* Renderer: Generate improved extension context fragment
* Modules: more improvements to Cross-Version pre-processor
* QA: Add dateISO8601 to qa.json
***NO_CI***
  • Loading branch information
markiantorno committed Mar 11, 2024
1 parent 1a583b5 commit 39eca8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6.1-SNAPSHOT</version>
<version>1.6.1</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.6.1-SNAPSHOT</version>
<version>1.6.1</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.6.1-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.1</version> <!-- See the note above -->

<properties>
<core_version>6.3.1</core_version>
Expand Down

0 comments on commit 39eca8d

Please sign in to comment.