Release: v5.2.12

Validator:
* allow for URLs that are references to ISO standards (urn:std:)
* fix up validation of value set for code system and expansions
* fix up validation for R2B issues (value set references, profiled types)
***NO_CI***
This commit is contained in:
markiantorno 2020-12-18 13:03:18 +00:00
parent 9ecd7f2933
commit fa2a8ad4e2
11 changed files with 11 additions and 11 deletions
org.hl7.fhir.convertors
org.hl7.fhir.dstu2
org.hl7.fhir.dstu2016may
org.hl7.fhir.dstu3
org.hl7.fhir.r4
org.hl7.fhir.r5
org.hl7.fhir.report
org.hl7.fhir.utilities
org.hl7.fhir.validation.cli
org.hl7.fhir.validation
pom.xml

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -14,7 +14,7 @@
HAPI FHIR
-->
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.12-SNAPSHOT</version>
<version>5.2.12</version>
<packaging>pom</packaging>
<properties>