Skip to content

Commit

Permalink
Release: v1.4.3
Browse files Browse the repository at this point in the history
* Loader: Update to cqframework 2.11 and remove unused common-beanutils declaration (#1419)
* Version Conversion: Fix for Requirements.reference between versions
* Terminology Subsystem: NPE proofing property handling for Code Systems
* Validator: Test concept map code validity
* Validator: Rework type checking on target profiles to support imposesProfile
* Validator: Fix imposesProfile extension being missed on primary profile
* Validator: Fix warning/error message about experimental property on CodeSystems and ValueSets
* Validator: Fix unknown code message to include code system version
* Validator: Add provisional SHLinks validation
* Renderer: Requirements.reference
* Renderer: Fix DF markdown engine to escape < properly
* Renderer: fix extensions missing from extensions view
* Renderer: Fix issue with improper HTML generation on collapsible reference lists
* Link checker: Add support for linking to package content without depending on the packages (http://hl7.org/fhir/tools/StructureDefinition/ig-link-dependency)
* Publication Process: fix handling of sub-packages for THO
* Publication Process: update to support cross-linking between versions in header (US Core)
* XIG: Rework XIG to split into two parts (WIP)
***NO_CI***
  • Loading branch information
markiantorno committed Sep 6, 2023
1 parent 0cecfaa commit 8932b3e
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.4.3-SNAPSHOT</version>
<version>1.4.3</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.4.3-SNAPSHOT</version>
<version>1.4.3</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.4.3-SNAPSHOT</version> <!-- See the note above -->
<version>1.4.3</version> <!-- See the note above -->

<properties>
<core_version>6.1.3</core_version>
Expand Down

0 comments on commit 8932b3e

Please sign in to comment.