Skip to content

Commit

Permalink
Release: v1.1.37
Browse files Browse the repository at this point in the history
* Snapshot Generator: fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value)
* Validator: Mark it has an error if a JSON Array is empty
* Validator: Don't make wrong error reports for profiling resources in bundles
* Validator: fix bug checking unfixed values for HumanName patterns
* Validator: fix bug checking patterns (missed in some circumstances)
* Validator: fix bug checking type of resources in bundles
* Validator: improve messages around cardinality errors in profiles
* Renderer binding description in profile tables (if it doesn't contain paragraphs) + detailed element view
* Sushi: change the way Sushi is launched
* QA page: remove spurious warning of special URL is in the scope of the IG
* Publisher: add support for APIKey file
* Publisher: improve message about not publishing local build
***NO_CI***
  • Loading branch information
markiantorno committed Nov 3, 2020
1 parent 800dcf4 commit 7ea2cc1
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.37-SNAPSHOT</version>
<version>1.1.37</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.37-SNAPSHOT</version>
<version>1.1.37</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.19</version>
</parent>

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

<properties>
<core_version>5.1.19</core_version>
Expand Down

0 comments on commit 7ea2cc1

Please sign in to comment.