Skip to content

Commit

Permalink
Release: v1.6.10
Browse files Browse the repository at this point in the history
* Loader: Support translations for all resources of a type
* Template Manager: Trust extensions template
* I18n: Fix up .po file generation so that POEdit is supported
* I18n: Most strings translated to Dutch, unchecked.
* Validator: Fix issue validating codes with + in them
* Validator: Fix (well, hack) R4 vital signs issue with component units
* Renderer: Add release label to fhir.json
* X-Version: fix xver processing bug
***NO_CI***
  • Loading branch information
markiantorno committed May 25, 2024
1 parent 4bfa9ff commit 6622962
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.10-SNAPSHOT</version>
<version>1.6.10</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.10-SNAPSHOT</version>
<version>1.6.10</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.6.10-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.10</version> <!-- See the note above -->

<properties>
<core_version>6.3.10</core_version>
Expand Down

0 comments on commit 6622962

Please sign in to comment.