diff --git a/common/pom.xml b/common/pom.xml index 16be767de..aa8e48465 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ ${revision} common - ${project.name} - Common + ${lib.name} - Common Shared utilities and foundational components for handling FHIR Dosage transformation and processing. diff --git a/pom.xml b/pom.xml index 01b804395..f16b294b2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.jy95.fds fhir-dosage-support ${revision} - ${project.name} + ${lib.name} Turn FHIR Dosage into human-readable text in your wanted language and much more pom @@ -49,7 +49,7 @@ - FHIR Dosage Support + FHIR Dosage Support 1.0.0 11 diff --git a/r4/pom.xml b/r4/pom.xml index 9f2d52a22..7ba1ab95c 100644 --- a/r4/pom.xml +++ b/r4/pom.xml @@ -7,7 +7,7 @@ ${revision} r4 - ${project.name} - R4 + ${lib.name} - R4 Support for FHIR R4 Dosage, enabling human-readable text conversion and other related features. diff --git a/r5/pom.xml b/r5/pom.xml index 03a510ea4..df292f78f 100644 --- a/r5/pom.xml +++ b/r5/pom.xml @@ -7,7 +7,7 @@ ${revision} r5 - ${project.name} - R5 + ${lib.name} - R5 Support for FHIR R5 Dosage, enabling human-readable text conversion and other related features. diff --git a/universal-coverage/pom.xml b/universal-coverage/pom.xml index c7868daf0..9e4e2358c 100644 --- a/universal-coverage/pom.xml +++ b/universal-coverage/pom.xml @@ -9,7 +9,7 @@ universal-coverage pom - ${project.name} - Universal Coverage + ${lib.name} - Universal Coverage A comprehensive module for handling global coverage, ensuring seamless integration with FHIR R4 and R5 standards.