set up release

This commit is contained in:
Grahame Grieve 2020-12-01 15:01:31 +11:00
parent 87e8f5a36a
commit 245b1b7e20
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Validator:
* Add new validation to check these words in R3+: "Except for transactions and batches, each entry in a Bundle must have a fullUrl which is the identity of the resource in the entry"
Other code changes:
* Fix bug in package loader - allow loading version with later patch if old version is missing

View File

@ -19,7 +19,7 @@
<properties>
<hapi_fhir_version>5.1.0</hapi_fhir_version>
<validator_test_case_version>1.1.53-SNAPSHOT</validator_test_case_version>
<validator_test_case_version>1.1.53</validator_test_case_version>
<junit_jupiter_version>5.6.2</junit_jupiter_version>
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
<jacoco_version>0.8.5</jacoco_version>