mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-15 09:14:47 +00:00
set up release
This commit is contained in:
parent
f3aab0760e
commit
b75c0a7181
@ -0,0 +1,11 @@
|
|||||||
|
Validator:
|
||||||
|
* Fix support for cross version extensions across the entire valdation rule set
|
||||||
|
* Improve security warnings about rogue HTML tags
|
||||||
|
* fix error messages on unknown URLs (not longer say 'not done yet')
|
||||||
|
|
||||||
|
Other code changes:
|
||||||
|
* fix error message suppression on tooling client
|
||||||
|
* Track code systems used in the context
|
||||||
|
* improve error messages when rendering bundles that are documents that aren't properly formed
|
||||||
|
* Process Markdown when rendering CapabilityStatement.rest.documentation
|
||||||
|
* Fix rendering of CanonicalResource.url
|
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||||
<validator_test_case_version>1.1.53</validator_test_case_version>
|
<validator_test_case_version>1.1.54</validator_test_case_version>
|
||||||
<junit_jupiter_version>5.6.2</junit_jupiter_version>
|
<junit_jupiter_version>5.6.2</junit_jupiter_version>
|
||||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||||
<jacoco_version>0.8.5</jacoco_version>
|
<jacoco_version>0.8.5</jacoco_version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user