From 1f3d2838d9d68254b4cec75dc2f731fab1ce507e Mon Sep 17 00:00:00 2001 From: markiantorno Date: Thu, 4 Apr 2024 01:47:30 +0000 Subject: [PATCH] Updating version to: 6.3.5-SNAPSHOT and incrementing test cases dependency. --- RELEASE_NOTES.md | 35 ++--------------------------- org.hl7.fhir.convertors/pom.xml | 2 +- org.hl7.fhir.dstu2/pom.xml | 2 +- org.hl7.fhir.dstu2016may/pom.xml | 2 +- org.hl7.fhir.dstu3/pom.xml | 2 +- org.hl7.fhir.r4/pom.xml | 2 +- org.hl7.fhir.r4b/pom.xml | 2 +- org.hl7.fhir.r5/pom.xml | 2 +- org.hl7.fhir.report/pom.xml | 2 +- org.hl7.fhir.utilities/pom.xml | 2 +- org.hl7.fhir.validation.cli/pom.xml | 2 +- org.hl7.fhir.validation/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 14 insertions(+), 45 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa2563c76..7b06c6ab5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,38 +1,7 @@ ## Validator Changes -* Validate fixed/pattern values are not changed in derived profiles -* Fix NPE validating some profiles -* FHIRPath validation: consider sub-extensions when checking extension($) use -* Fix validation of concept maps containing SCT -* Preserve message id from terminology service so editors can use it to remove hints and warnings +* no changes ## Other code changes -* Fix ConceptMap.group.target conversion from R3 to R5 -* Fix NPE in list renderer -* fix bug showing 'required' instead of 'current' rendering additional bindings -* Fix bad references generating narratives in bundles -* Fix bug showing extension binding twice -* Various improvements to structure map validation to support cross-version mappings -* Add rendering for UsageContext and ContactDetail -* Fix broken link in xver IG for R2 -* Fix bug rendering resources in Parameters resource -* Not-pretty xhtml gets line breaks before block tags to keep line length down (work around a jekyll issue) -* Improved ConceptMap rendering for cross-version IG -* Handle xhtml:div type for old FHIR version -* FML: strip '-' from rules names when parsing -* Update FML parsers to accept R5 metadata in R4 FML format -* Break out helper classes for Terminology Service Tester - -## Security - -* Add start of security notes -* Start moving file access to all go through ManagedFileAccess - -## WHO Internationalization work: - -* Add library to parse IETF Language definitions -* Move message translations to .po files as the master source & write convertor -* Much work making rendering i18n-able -* i18n for Patient renderer -* Refactor language handling in R5 renderers +* no changes \ No newline at end of file diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 62cc4010e..6709fd8e8 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 9937ad950..04ec3931e 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 29b512af3..7b3f5193c 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 0d279347b..2879caba6 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index e1f88880d..61b756d96 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index d4ae9d045..411df85c3 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index e869fde9b..9a84fdf69 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index f1c7491a9..4ef0a3416 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index d84c35f4a..24b9eeb5b 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 51d7b7ce6..2afbed41e 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index f741e0918..dc9c0cf33 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 0549cfdff..478392cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.3.4 + 6.3.5-SNAPSHOT pom