set up release
This commit is contained in:
parent
9acd16e35a
commit
d6fdaeb308
|
@ -1,7 +1,17 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Fix up processing conditions in -watch mode
|
||||
* Fixes for validating against logical models (for fixed up CDA core package)
|
||||
* Better testing of extension context (when limited to profile)
|
||||
* Fix handling of UCUM codes when no terminology server
|
||||
* Report hints and warnings on some code validation that had been not reported
|
||||
* Better validation of valuesets when checking derived profiles
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Render reference identifier if there is one when rendering references
|
||||
* Hide empty place holder column when rendering by profile
|
||||
* Fix npe rendering extensions + improve base64 presentation
|
||||
* OMOP terminology importer
|
||||
* update SPDX code system in R4/R4B for support for not-open-source
|
||||
* Fix up type handling for conversions between R4/R4B and R5 (OperationDefinition fix)
|
||||
|
|
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.3.14-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.3.14</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