set up release
This commit is contained in:
parent
c143f7adff
commit
8f86528526
|
@ -14,4 +14,5 @@
|
|||
* Add support for active only to VSAC importer
|
||||
* Add r4b support to Package Version Generation
|
||||
* Fix argument confusion in format in time validation
|
||||
* Added support for tracking whether elements are ellipsed and for rendering accordingly
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
|||
<commons_compress_version>1.26.0</commons_compress_version>
|
||||
<guava_version>32.0.1-jre</guava_version>
|
||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.5.23-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.5.23</validator_test_case_version>
|
||||
<jackson_version>2.17.0</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