Skip to content

Commit

Permalink
Release: v1.1.76
Browse files Browse the repository at this point in the history
* Loader: Fix problem importing x-version extensions with multiple targets
* Loader: Add support for R4B IGs
* Loader: Load support for copyrightYear in old IG format
* Validator: fix bug validating profiles on bundle.entry.resource
* Renderer: Fix up questionnaire rendering for old versions
* Renderer: Add support for using https:// references to HL7 website (not enabled yet - further research required)
* Renderer: Update pubpack to v0.0.9
* QA report: fix problem where some messages are not suppressed properly
* QA report: Improve the way validation signposts are represented
***NO_CI***
  • Loading branch information
markiantorno committed Jun 24, 2021
1 parent f82784a commit 0e1fd8a
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.76-SNAPSHOT</version>
<version>1.1.76</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.76-SNAPSHOT</version>
<version>1.1.76</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.1.76-SNAPSHOT</version> <!-- See the note above -->
<version>1.1.76</version> <!-- See the note above -->

<properties>
<core_version>5.4.6</core_version>
Expand Down

0 comments on commit 0e1fd8a

Please sign in to comment.