Skip to content

Commit 3471359

Browse files
committed
Updating version to: 1.7.3-SNAPSHOT
1 parent a53365d commit 3471359

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
1-
* Loader: Use correct sub-version of tools package etc
2-
* Loader: fix version mismatch notes
3-
* Loader: add further information about resource loading to the log
4-
* Loader: fix problem handling R6 evidence resources
5-
* Terminology: Change R5 tx server to use http://tx.fhir.org/r5 (instead of /r4)
6-
* Validator: Support authentication for terminology servers (see https://confluence.hl7.org/display/FHIR/Using+fhir-settings.json)
7-
* Validator: Fix issue where validator not retaining extension context when checking constraint expressions in profiles
8-
* Validator: Validate min-length when found in extension
9-
* Validator: Correct bug parsing json-property-key values with meant validation failed
10-
* Validator: Fix problem validating json-property-key value pairs
11-
* Validator: Fix special case r5 loading of terminology to fix validation error on ExampleScenario
12-
* Validator: Improve handling of JSON format errors
13-
* Validator: Fix bug where extension slices defined in other profiles are not found when processing slices based on extension
14-
* Validator: Validate fhirpath expression in slice discriminators
15-
* Validator: Fix slicing by type and profile to allow multiple options per slice
16-
* Validator: List measure choices when a match by version can't be found
17-
* Renderer: Render min-length extension on profiles
18-
* Renderer: Fix rendering of Logical Models for polymorphic elements, and rendering target profiles with versions
19-
* Renderer: Render contained resources in List resource
20-
* SQL Module: fix bug in DB building
21-
* Go-publish: clean up IG registry maintenance code
22-
* Go-publish: Stop technical-corrections for now

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

1010
<properties>

0 commit comments

Comments
 (0)