setup release
This commit is contained in:
parent
0f087234de
commit
5967d75fa2
|
@ -0,0 +1,9 @@
|
|||
Validator:
|
||||
* Check for using CodeSystem not ValueSet in a value set binding
|
||||
|
||||
Other code Changes:
|
||||
* Render Expressions
|
||||
* Fix NPE rendering date with no value (only extension)
|
||||
* Fix NPEs rendering code system properties
|
||||
* Date tracking in new Terminology Cache
|
||||
* Define Extensions for contained resources in IGs
|
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.74-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.73</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue