mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
set up release
This commit is contained in:
commit
30be57fd81
@ -1,7 +1,16 @@
|
||||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Improve language on constraint error message + add expression checking for SQL on FHIR project
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Fix uuid() executing StructureMaps and don't throw errors processing StructureMaps
|
||||
* Add support for test folder in NPM packages
|
||||
* Fix rendering of XML Attributes in profiles
|
||||
* Add support for hosts to manage certificate resolution using ISignatureServices + fix issue matching type names when validating logical models
|
||||
* Make sure snapshots are generated when fetching types
|
||||
* Workaround issue where R5 build wrongly adds ele-1 to base
|
||||
* Fix conversion issue associated with ConceptMap.element.target.equivalence in versions previous to R5 (use proper extension URL, and move extension so it can be a modifier. And fix for modifierExtension handling)
|
||||
* Fix birthDate editing in CmdLineApp
|
||||
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<guava_version>32.0.1-jre</guava_version>
|
||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.4.9-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.4.9</validator_test_case_version>
|
||||
<jackson_version>2.15.2</jackson_version>
|
||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user