Prepare release
This commit is contained in:
parent
ba7b0d8bfa
commit
2e49c97be5
|
@ -1,7 +1,15 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Improved logging when discriminator doesn't match doing slicing
|
||||
* Use correct IPS branch when validating
|
||||
* Load R5 extensions when validating (draft)
|
||||
* Make it possible to run tests cases directly from validator (see command line help)
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Regenerate R4B code for final R4B release
|
||||
* Reduce text logging when running tests
|
||||
* Minor test case fixes
|
||||
* Fix fetching package by canonical to use pkgcanonical instead of canonical
|
||||
* Fix broken link rendering code system references
|
||||
* improvements to profile validation
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.4.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.101</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.102</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue