Skip to content

Commit 55294e6

Browse files
committed
Release: v6.5.1
## Validator Changes * Start removing R2 support- add note that it's not officially supported anymore * Add support for finding the existence of implicit value sets * move tx tests to tx-ecosystem IG and change -txTests parameters * Switch priority order of package servers (packages2.fhir.org is not rate limited) * Fix issue with value set version conversion on contains.property (Check for both "value" and "value[x]") * Fix error message validating ConceptMap when size too large ## Other code changes * Security fix: Bump ucum to 1.0.9 * Add XhtmlToMarkdown library * Add support for THO rendering of NamingSystem information * Add profile-based sample instance generation (WIP) * fixes for snapshot generation test debugging * Add support for languages to npm package and package list * fix rendering issues - resources with no id, and urn: references shouldn't be links * fix regex escapes in R5 Constants regex for RESTful references * Improvements to translation file generation (better path, eliminate duplicates) ***NO_CI***
1 parent 5381513 commit 55294e6

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

org.hl7.fhir.convertors/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2016may/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu3/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r4/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r4b/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r5/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.report/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.utilities/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.validation.cli/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.validation/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
8+
<version>6.5.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
HAPI FHIR
1515
-->
1616
<artifactId>org.hl7.fhir.core</artifactId>
17-
<version>6.5.1-SNAPSHOT</version>
17+
<version>6.5.1</version>
1818
<packaging>pom</packaging>
1919

2020
<properties>

0 commit comments

Comments
 (0)