Skip to content

Commit acf66d0

Browse files
committed
Updating version to: 1.8.24-SNAPSHOT
1 parent ffc7678 commit acf66d0

4 files changed

Lines changed: 3 additions & 32 deletions

File tree

RELEASE_NOTES.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +0,0 @@
1-
* Loader: Fix bug loading language from IETF language tag
2-
* Loader: Add parameter -authorise-non-conformant-tx-servers
3-
* Fix NPE on resources that don't come from a package
4-
* Version Conversion: Add R4B <-> R5 conversion for Subscription
5-
* Terminology Sub-System: Fix problem with file name in terminology cache
6-
* Snapshot Generation: fix bugs processing extension slicing in the all slices slice
7-
* Snapshot Generation: fix bug generating snapshots on nested elements with slicing at both levels
8-
* Validator: Change value set validation to consider unknown concepts as errors not warnings
9-
* Validator: fix bug where unknown urls pointing outside hl7.org/fhir are ignored in the IG publisher
10-
* Validator: fix bug where discriminators can't be processed on profiled elements that also have contentReference
11-
* Validator: Fix NPE in ConceptMap Validator
12-
* Validator: Properly handle expansion errors
13-
* Validator: Parameterised Valueset validation + check for misuse of OIDs
14-
* Validator: Handle missing valueset filter value better
15-
* Renderer: ValueSet rendering improvement
16-
* Renderer: fix up valueset designation rendering
17-
* Renderer: Render parameterised value sets
18-
* Renderer: Fix colour rendering for artefacts + add obligations to structuredefinitions.json
19-
* Renderer: html compliance work (ongoing)
20-
* Package Gneerator: fix problem with tests/ directory in Npm Packages
21-
* Package Gneerator: only examples in examples.zip files
22-
* QA: Adjust validation rules for publication-request.json
23-
* QA: escape links in IP view
24-
* Publication Process: Support for withdrawing IGs
25-
* Publication Process: Fix rendering of tabs in history page + fix NPE doing publish-release
26-
* Publication Process: fix ballot count in Publish box
27-
* Publication Process: fix rss feed
28-
* Publication Process: switch -publish-update to use same publish box code as Publication Process
29-
* Publication Process: support for withdrawing IGs

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

1010
<properties>

0 commit comments

Comments
 (0)