Skip to content

Commit

Permalink
Release: v1.5.16
Browse files Browse the repository at this point in the history
* Terminology Subsystem: Fix bug in deciding whether a ValueSet is supported by the server
* Terminology Subsystem: Rework server decision making when multiple code systems being used
* Terminology Subsystem: Fix parameter type for system-version
* Terminology Subsystem: Fix mini-terminology server bugs around unknown systems
* Renderer: Improvements to Identifier rendering
* Renderer: Actually fix bug with assigning unique file names when rendering imposesProfile extension
* QA: improve tx-servers qa report
***NO_CI***
  • Loading branch information
markiantorno committed Jan 30, 2024
1 parent 180493d commit 2dd71bd
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.5.16-SNAPSHOT</version>
<version>1.5.16</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.5.16-SNAPSHOT</version>
<version>1.5.16</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.5.16-SNAPSHOT</version> <!-- See the note above -->
<version>1.5.16</version> <!-- See the note above -->

<properties>
<core_version>6.2.15</core_version>
Expand Down

0 comments on commit 2dd71bd

Please sign in to comment.