set up release
This commit is contained in:
parent
0685bc7a81
commit
0da6f1b28f
|
@ -1,7 +1,16 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* Validate Vital signs Profiles when validating observations
|
||||
* Hack around problem with vs-1 constraint in R4
|
||||
* Check for retired status when multiple OID matches exist
|
||||
* Fix for validating extensions on R5 resources in R4 (R4 special case)
|
||||
* Minor fixes for standalone ViewDefinition validator
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Revised Capability Statement rendering (Thanks Vassil Peytchev)
|
||||
* Fix bug rendering primitive types with an extension that provides a value alternative
|
||||
* Add links to references when rendering json and xml instances in IG publisher
|
||||
* Fix bug generating profile spreadsheets
|
||||
* Support suppress examples when generating snapshots
|
||||
* VSAC Import improvements
|
||||
|
|
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.15-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.4.15</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