Skip to content

Commit

Permalink
Release: v1.1.3
Browse files Browse the repository at this point in the history
* Package subsystem: fix QICore loading with a hack to work around past mistake
* X-Version support: fix problem converting DataRequirements across versions
* Snapshot Generator: fix bug assigning min=0 to slices by default
* Validator: Add support for conformsTo in invariants on elements
* Validator: Handle weird ege case for fixedReference
* Validator: Improved checking of narrative (including picking up empty narrative)
* Cql Subsystem: update to 1.50
* Renderer: fix problem with narrative being generated after validation for Canonical Resources
* Renderer: fix rendering of must-support view
* Renderer: fix rendering of multiple type profiles
* Renderer: fix bundle rendering
* Renderer: process markdown when generating lists of resources
* Renderer: Fix rendering of contained resources (outside Canonical Resources)
* qa.html: error if mentioning validator.pack
* qa.html: decode URLs before checking them
* qa.html: fix check for current version number
***NO_CI***
  • Loading branch information
markiantorno committed Jul 18, 2020
1 parent f2b3f4d commit e08dd3c
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.1.3-SNAPSHOT</version>
<version>1.1.3</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.1.3-SNAPSHOT</version>
<version>1.1.3</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.0.14</version>
</parent>

<version>1.1.3-SNAPSHOT</version> <!-- See the note above -->
<version>1.1.3</version> <!-- See the note above -->

<properties>
<core_version>5.0.14</core_version>
Expand Down

0 comments on commit e08dd3c

Please sign in to comment.