Skip to content

Commit

Permalink
Release: v1.3.23
Browse files Browse the repository at this point in the history
* Loader: update SPDX code system in R4/R4B for support for not-open-source
* Version Conversion: Fix up type handling for conversions between R4/R4B and R5 (OperationDefinition fix)
* Validator: Fixes for validating against logical models (for fixed up CDA core package)
* Validator: Better testing of extension context (when limited to profile)
* Validator: Report hints and warnings on some code validation that had been not reported
* Validator: Better validation of valuesets when checking derived profiles
* Renderer: Render reference identifier if there is one when rendering references
* Renderer: Hide empty place holder column when rendering by profile
* Renderer: Fix npe rendering extensions + improve base64 presentation
* Renderer: Fix Fix NPE rendering extensions
* CLI: fix confluence link
* Publication Process: fix issue with relative path
***NO_CI***
  • Loading branch information
markiantorno committed Jul 7, 2023
1 parent 6144d0f commit 671f179
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.3.23-SNAPSHOT</version>
<version>1.3.23</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.3.23-SNAPSHOT</version>
<version>1.3.23</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.3.23-SNAPSHOT</version> <!-- See the note above -->
<version>1.3.23</version> <!-- See the note above -->

<properties>
<core_version>6.0.21</core_version>
Expand Down

0 comments on commit 671f179

Please sign in to comment.