Skip to content

Commit

Permalink
Release: v1.8.5
Browse files Browse the repository at this point in the history
* Loader: fix bundle loading issue (didn't work if there's more than one `.` in the name)
* Loader: Add Archetype importer (not enabled yet)
* Snapshot Generator: Fix for handling SD extensions when generating snapshots
* Snapshot Generator: Don't remove bindings from types with characteristics = can-bind (Extensions in R5)
* Snapshot Generator: Various minor Fixes for generating snapshots for archetypes (checking type parameters)
* Validator: Validate that ConceptMap references to ValueSets are actual value sets
* Validator: Check if abstract classes have concrete subtypes in scope
* Validator: Handle tx ecosystem failure properly
* Renderer: Add new Element View for profiles
* Renderer: Improved Rendering for Timing Datatype
* Renderer: Add Git Source repo to fhir.json (if known)
* Test Factory: Add support for table.rows in TestDataFactory
***NO_CI***
  • Loading branch information
hl7-devops committed Jan 4, 2025
1 parent 11f28c1 commit 9c288bb
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.8.5-SNAPSHOT</version>
<version>1.8.5</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.8.5-SNAPSHOT</version>
<version>1.8.5</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 @@ -4,7 +4,7 @@

<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.8.5</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 9c288bb

Please sign in to comment.