Skip to content

Commit 4c46ff9

Browse files
committed
Updating version to: 2.1.2-SNAPSHOT
1 parent 65dbded commit 4c46ff9

4 files changed

Lines changed: 3 additions & 20 deletions

File tree

RELEASE_NOTES.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
2-
Note: this version is synchronised with a major update to tx.fhir.org.
3-
Implementers SHOULD upgrade to this version immediately - this is the
4-
oldest IGPublisher version *supported* for use with the new server. On
5-
the other hand, there's no change to the terminology server API - older
6-
version of the Implementers SHOULD continue to work. But how some cases
7-
are handled - particularly around supplements - has changed.
8-
9-
* General: update dependencies
10-
* Loader: fix processing of value set versions when pinning canonicals
11-
* Loader: Fix stated version when rendering explicitly pinned canonicals
12-
* Terminology Support: Update internal terminology server for new server on tx.fhir.org
13-
* Version Convertor: Fix NPE converting bad property converting from R4 to R5
14-
* Version Convertor: fix NPE reading extensions with no value
15-
* Validator: fix bug reporting wrong version when validating value sets
16-
* Renderer: fix case of forloop variable in liquid implementation
17-
* QA: find additional canonical URLs when validating links

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</version>
8+
<version>2.1.2-SNAPSHOT</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</version>
8+
<version>2.1.2-SNAPSHOT</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</version>
7+
<version>2.1.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)