set up release
This commit is contained in:
parent
70f30a2fe9
commit
2102d0301e
|
@ -1,7 +1,10 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Handle terminology server errors better
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Fix expansion related bugs and adjust tests accordingly
|
||||
* Update test framework for changes to expansion functionality
|
||||
* Update presentation of fixed and pattern values in profile views
|
||||
* Handle toString for XhtmlNode when nodeType == null
|
||||
|
|
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.26-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.4.26</validator_test_case_version>
|
||||
<jackson_version>2.16.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