Skip to content

Commit

Permalink
Release: v1.6.29
Browse files Browse the repository at this point in the history
* Loader: Fix issue checking package currency for #current packages
* Multi-Lingual IGs: more work on Multi-langual IGs
* Validator: Add warning when code system is marked complete but has no content
* Validator: Fix bug processing adding discriminators in derived profiles
* Validator: Break valueset concept validation into multiple smaller batches for performance reasons
* Renderer: Fix issues with rendering example scenario
* Renderer: Fix for issue identified https://chat.fhir.org/#narrow/stream/196008-ig-publishing-requirements/topic/Embedding.20fragments.20of.20examples.20in.20IG.20text
* Database Module: refactor sql view validation to fix NPE
* QA: Fix 404 detection in package list download (#966)
* QA: Fix bug where message id not showing for slicing messages
* Publishing: add missing description to ci-build package entry
***NO_CI***
  • Loading branch information
markiantorno committed Oct 8, 2024
1 parent a838e7a commit 7b9937a
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.6.29-SNAPSHOT</version>
<version>1.6.29</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.6.29-SNAPSHOT</version>
<version>1.6.29</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.6.29-SNAPSHOT</version>
<version>1.6.29</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 7b9937a

Please sign in to comment.