set up release

This commit is contained in:
Grahame Grieve 2022-10-28 22:01:54 +11:00
parent 1e046a0d00
commit a3281ea69b
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
## Validator Changes
* no changes
* Fix problem determining implicit code system when code system only known to tx.fhir.org
## Other code changes
* no changes
* Fix bugs generating CDSHooks snapshots
* Fix for NPE rendering Patient Photo
* Fix problem generating snapshots for specializations where inherited types have properties
* Work on i18n framework

View File

@ -19,7 +19,7 @@
<properties>
<hapi_fhir_version>5.4.0</hapi_fhir_version>
<validator_test_case_version>1.1.121-SNAPSHOT</validator_test_case_version>
<validator_test_case_version>1.1.121</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>