File tree Expand file tree Collapse file tree 4 files changed +3
-25
lines changed
org.hl7.fhir.publisher.cli
org.hl7.fhir.publisher.core Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >org.hl7.fhir.publisher</artifactId >
7
7
<groupId >org.hl7.fhir.publisher</groupId >
8
- <version >1.7.2 </version >
8
+ <version >1.7.3-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hl7.fhir.publisher</groupId >
7
7
<artifactId >org.hl7.fhir.publisher</artifactId >
8
- <version >1.7.2 </version >
8
+ <version >1.7.3-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.hl7.fhir.publisher</groupId >
6
6
<artifactId >org.hl7.fhir.publisher</artifactId >
7
- <version >1.7.2 </version >
7
+ <version >1.7.3-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
You can’t perform that action at this time.
0 commit comments