set u release
This commit is contained in:
parent
ef3aee75f1
commit
6acfa16169
|
@ -1,6 +1,7 @@
|
|||
## Validator Changes
|
||||
|
||||
* fix handling of xver extensions with choice sub-extensions
|
||||
* validate consistency of extension modifier flag with extension use in a profile
|
||||
|
||||
## Other code changes
|
||||
|
||||
|
@ -8,3 +9,4 @@
|
|||
* Get package id from 'package' field when 'npm-package' unavailable
|
||||
* Ignore META-INF contents from other dependencies while building Validator jar
|
||||
* Fix to r5 TestingUtilities to allow NarrativeGenerationTests to pass.
|
||||
* fix handling to xver extensions generating snapshots
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.4.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.93-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.93</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-M5</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue