Skip to content

Commit

Permalink
Release: v1.1.27
Browse files Browse the repository at this point in the history
* Package Loader: hack for past bad package URLs
* Validator: Add new validation for must-support on types / profiles / targets
* Validator: improve Extension validation
* Renderer: Ensure "I" flag in profile table representation is not used just for infrastructural constraints
* Renderer: Render multiple values for properties in CodeSystems if they exist
* Renderer: Fix for npe rendering resources based on profiles
* Renderer: Add rendering for must support on types, profiles, targets
* Renderer: add code element for improved format rendering
* History Subsystem: fix interpreting ImplementationGuide.definition.resource.example incorrectly
* USCore comparison: fix NPE for R5
* Fix using wrong RDFGenerator
***NO_CI***
  • Loading branch information
markiantorno committed Sep 24, 2020
1 parent ce7cae4 commit e95f456
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.27-SNAPSHOT</version>
<version>1.1.27</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.27-SNAPSHOT</version>
<version>1.1.27</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.1.14</version>
</parent>

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

<properties>
<core_version>5.1.14</core_version>
Expand Down

0 comments on commit e95f456

Please sign in to comment.