Skip to content

Commit

Permalink
Release: v1.1.70
Browse files Browse the repository at this point in the history
* Internal: Adding kotlin build libs to pom so the build works correctly
* Snapshot generator: fix problem checking types on logical models
* Templates: Allow template to specify which rows to show in canonical resource summary table
* Validator: Do not flag internal references as suspicious
* Validator: Load code systems from known packages on the fly
* Validator: better handle invalid v3 dates
* Validator: remove notes about extensible bindings if profile extensible binding is valid
* Renderer: Render OperationDefinition.InputProfile and OutputProfile
* QA Check: Check stated copyright year
* QA Check: remove double location location information information
* Jekyll: Handle error conditions better
***NO_CI***
  • Loading branch information
markiantorno committed May 13, 2021
1 parent 69d75f1 commit 0cab181
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.70-SNAPSHOT</version>
<version>1.1.70</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.70-SNAPSHOT</version>
<version>1.1.70</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.12</version>
</parent>

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

<properties>
<core_version>5.3.12</core_version>
Expand Down

0 comments on commit 0cab181

Please sign in to comment.