set up upgrade
This commit is contained in:
parent
0d4e1af1a6
commit
1dfc11c519
|
@ -1,7 +1,14 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Change Mapping type validation error to warning validating maps
|
||||
* Add support for special case codes in v2 (NNnnn)
|
||||
* Fix problem parsing logical model cda fragments
|
||||
* Fix parsing logical model list attributes
|
||||
* Fix issue parsing parameters in a target expression
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Handle additional bindings when generating snapshots for R5 profiles
|
||||
* Fix problem rendering additional bindings in R5
|
||||
* Fix for new pubpack version
|
||||
|
||||
|
|
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.6</validator_test_case_version>
|
||||
<validator_test_case_version>1.4.7</validator_test_case_version>
|
||||
<jackson_version>2.15.2</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