Skip to content

Commit 65dbded

Browse files
committed
Release: v2.1.1
Note: this version is synchronised with a major update to tx.fhir.org. Implementers SHOULD upgrade to this version immediately - this is the oldest IGPublisher version *supported* for use with the new server. On the other hand, there's no change to the terminology server API - older version of the Implementers SHOULD continue to work. But how some cases are handled - particularly around supplements - has changed. * General: update dependencies * Loader: fix processing of value set versions when pinning canonicals * Loader: Fix stated version when rendering explicitly pinned canonicals * Terminology Support: Update internal terminology server for new server on tx.fhir.org * Version Convertor: Fix NPE converting bad property converting from R4 to R5 * Version Convertor: fix NPE reading extensions with no value * Validator: fix bug reporting wrong version when validating value sets * Renderer: fix case of forloop variable in liquid implementation * QA: find additional canonical URLs when validating links ***NO_CI***
1 parent f720920 commit 65dbded

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hl7.fhir.publisher</groupId>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)