Skip to content

Commit d303818

Browse files
committed
Updating version to: 2.2.7-SNAPSHOT
1 parent 751af22 commit d303818

4 files changed

Lines changed: 3 additions & 16 deletions

File tree

RELEASE_NOTES.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
* General: Various Regex fixes for Denial of Service resistance
2-
* Loader: fix type handling for openEHR
3-
* Terminology System: Fix conversion problem with R5 value sets and filter operators not supported in R4
4-
* Terminology System: Update expansion logic around fragments to conform to committee decision
5-
* Validation: Change validator handling of cross-version extensions where required bindings on code exist (warning not error)
6-
* Validation: Improve Error messages associated with testing compliesWith testing
7-
* Validation: Update tests for profile compliesWith ValueSet logic to use server side logic on tx.fhir.org
8-
* Validation: Implement Duration based validation for min/maxValue on date related types
9-
* Renderer: Add new `wcag-conformant` parameter, and improve WCAG compliance of rendering
10-
* Renderer: Allow type linking to non-base specs
11-
* Renderer: Render ValueSet Rules Text if provided
12-
* Publication Process: Allow for xprod packages
13-
* Publication Process: Updates for IG withdrawal, renaming, and replacement

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

1010
<properties>

0 commit comments

Comments
 (0)