Skip to content

Commit

Permalink
Release: v1.6.17
Browse files Browse the repository at this point in the history
* Loader: work around THO 6.0.0 problem (hack, to be reversed later)
* Validator: Improve MeasureReport validation for checking subject count
* Validator: Fix for R2B Resource.id cardinality problem
* Validator: Fix for validator using wrong property for list determination when parsing json
***NO_CI***
  • Loading branch information
markiantorno committed Jul 16, 2024
1 parent 4df4726 commit 6adb05e
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.17-SNAPSHOT</version>
<version>1.6.17</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.17-SNAPSHOT</version>
<version>1.6.17</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.17-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.17</version> <!-- See the note above -->

<properties>
<core_version>6.3.17</core_version>
Expand Down

0 comments on commit 6adb05e

Please sign in to comment.