set up release
This commit is contained in:
parent
87e8f5a36a
commit
245b1b7e20
|
@ -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
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue