Skip to content

Commit af2a351

Browse files
committed
Updating version to: 1.5.6-SNAPSHOT
1 parent 3db07b9 commit af2a351

File tree

4 files changed

+3
-28
lines changed

4 files changed

+3
-28
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +0,0 @@
1-
* Loader: Reduce memory utilization (clean up before Jekyll)
2-
* Loader: Fix NPE on descriptions on spreadsheets
3-
* Loader: Fix committee URLs
4-
* Loader: When autoloading document Bundles, read title from Composition
5-
* Terminology Sub-system: Improve expansion error messages
6-
* Terminology Sub-system: Fix expansion language - don't set for displayName parameter
7-
* Validator: Fix validator not allowing canonical resource extensions in canonical resources in bundles
8-
* Validator: Fix bundle validation error on intneral link checking
9-
* Validator: Check parameter type for FHIRPath where() and all()
10-
* Validator: Validate that composite search parameters have components
11-
* Renderer: Adjust value set rendering for fragment code systems
12-
* Renderer: Fix NPE rendering some resources
13-
* Renderer: Fix rendering of TriggerDefinition
14-
* Renderer: Add support for rendering union and intersections of profiles in profile comparison
15-
* Renderer: Fix for broken markdown re-processing
16-
* Renderer: Improve identifier rendering
17-
* Renderer: fix bad link on VSAC code systems
18-
* Renderer: clean up dependency presentation
19-
* Renderer: Add IPS Comparison
20-
* Renderer: HL7 trademark related fixes
21-
* Renderer: do NOT force white background in ToC
22-
* Renderer: Fix missing examples when using versioned canonical URLs
23-
* Renderer: fix broken markdown processing generating IP statements fragment
24-
* Generator: add Jekyll/windows note
25-

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.5.5</version>
8+
<version>1.5.6-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.5.5</version>
8+
<version>1.5.6-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
@@ -21,7 +21,7 @@
2121
<!-- <version>5.3.14</version>-->
2222
<!-- </parent>-->
2323

24-
<version>1.5.5</version> <!-- See the note above -->
24+
<version>1.5.6-SNAPSHOT</version> <!-- See the note above -->
2525

2626
<properties>
2727
<core_version>6.2.5</core_version>

0 commit comments

Comments
 (0)