Skip to content

Commit 3ccb322

Browse files
committed
Release: v6.6.7
## Validator Changes * Internal changes for supporting new cross-version packages - not yet released (WIP) * Support for new cross-version packages - pin versions explicitly in old core packages (R3-R4B) * Fix issues handling deprecated concepts and designations in code systems and value sets - make consistent across all contexts and code systems * Fix bug checking versions with wildcards * Ensure that wildcard dependencies are always to the latest version when loading wildcard dependencies * No double errors on unknown cross version extensions * Don't use batch validation when no tx server * Add missing SIDs to validator definitions * Fix misleading error for case mismatch on files * Fix error trying to validate against a broken profile (no snapshot) * Fix threading / mishandling issues around expansion parameters * Warn for usage of old debug param on the command line * Fix for invalid package versions in package listing JSON (#2152) * Fix ips:au param * Fix validation of max decimal places in Questionnaire * Fix erroneous use of alternate tx servers to validate value set codes in batch mode ## Other code changes * Add SCT tests when testing for tx.fhir.org * Fix web source for LOINC attachments value set * Render modifier explicitly on extensions * Fix double $$ rendering operations * Add rendering support for additional SCT editions * Fix error generating cross-version definitions for canonical resources ***NO_CI***
1 parent af0079c commit 3ccb322

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

org.hl7.fhir.convertors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2016may/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu3.support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>org.hl7.fhir.core</artifactId>
9-
<version>6.6.7-SNAPSHOT</version>
9+
<version>6.6.7</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

org.hl7.fhir.dstu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>org.hl7.fhir.core</artifactId>
9-
<version>6.6.7-SNAPSHOT</version>
9+
<version>6.6.7</version>
1010
</parent>
1111

1212
<artifactId>org.hl7.fhir.model</artifactId>

org.hl7.fhir.r4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r4b/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.6.7-SNAPSHOT</version>
8+
<version>6.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)