set up release
This commit is contained in:
parent
ed48ea071f
commit
513b84c306
|
@ -1,7 +1,10 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Clean up the -extension parameter - make implementation conistent with documentation
|
||||
* Stop auto-converting parameters to strings for string functions e.g. .length() in the FHIRPath engine
|
||||
* Add parameter -implicit-fhirpath-string-conversions for old FHIRPath string conversion functionality
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Fix NPE counting descendents when validating
|
||||
* Fix bug processing invalid HTTP response
|
||||
|
|
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-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.101</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue