set up release
This commit is contained in:
parent
de0af46394
commit
32a017fa91
|
@ -1,7 +1,17 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Fix NPE validating StructureMap
|
||||
* Improve error message about uri values
|
||||
* Fix for wrong display when server returns error
|
||||
* Slight improvement in performance
|
||||
* Fix FHIRPath split function (parameter is not regex)
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Support for NamingSystem conversion of url, version, and title (for THO)
|
||||
* Update Conversion package docs (#1257) …
|
||||
* Return codeableConcept from validate-code
|
||||
* Refactor: Resource Root Elements Conversion
|
||||
* Minor fixes for R5 redirector
|
||||
* Fix bug handling filter, and refactor terminology code
|
||||
* Fix for dstu2016may Resource equals methods (#1251) + Tests a
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.3.5-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.3.5</validator_test_case_version>
|
||||
<jackson_version>2.14.0</jackson_version>
|
||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||
|
|
Loading…
Reference in New Issue