upgrade
This commit is contained in:
parent
def2e78276
commit
9648efb184
|
@ -1,7 +1,18 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Fix up stated path in CodeSystemValidator
|
||||
* Validate example URLs in value sets correctly
|
||||
* Fix problem with composition library reference in R4
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* More work to sort out mappings
|
||||
* Fix broken links in FMM & standards status levels
|
||||
* Fix type of IG-parameter extension
|
||||
* FTP: Stop re-initializing file type and mode with each upload (#1178) …
|
||||
* Fix snaphot generation warning when when profile-element is used
|
||||
* fix path failure in tests
|
||||
* Inline help16.png when generating narrative
|
||||
* Suppress img.src=data content when rendering narrative
|
||||
* Suppress value set expansion for core value sets that tx.fhir.org is getting wrong
|
||||
* Fix NPE in profile comparison
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>6.2.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.2.23-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.2.23</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>
|
||||
|
|
Loading…
Reference in New Issue