From 0ce33f89c96b87fc9d0521979598dca76eabda3d Mon Sep 17 00:00:00 2001 From: Rahul Ramesh Date: Wed, 15 May 2024 08:06:18 +0530 Subject: [PATCH] [Rahul] | BAH-3811 | Add. reportingcompatibility-omod 2.0.9 reportingcompatibility-omod 2.0.9 has been introduced with the new bahmni/openMRS image --- distro/pom.xml | 8 ++++++++ package/docker/openmrs/Dockerfile | 1 + 2 files changed, 9 insertions(+) diff --git a/distro/pom.xml b/distro/pom.xml index f465d77..67791a4 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -57,6 +57,7 @@ 1.2.0-SNAPSHOT 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT + 2.0.9 @@ -304,11 +305,18 @@ openconceptlab-omod ${openConceptLabVersion} + org.openmrs.module initializer-omod ${initializerModuleVersion} + + + org.openmrs.module + reportingcompatibility-omod + ${reportingCompatibilityVersion} + diff --git a/package/docker/openmrs/Dockerfile b/package/docker/openmrs/Dockerfile index e221bd0..6939863 100644 --- a/package/docker/openmrs/Dockerfile +++ b/package/docker/openmrs/Dockerfile @@ -43,6 +43,7 @@ COPY distro/target/distro/pacsquery*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY} COPY distro/target/distro/providermanagement*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules COPY distro/target/distro/reference-data*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules COPY distro/target/distro/reporting*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules +COPY distro/target/distro/reportingcompatibility*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules COPY distro/target/distro/reportingrest*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules COPY distro/target/distro/rulesengine*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules COPY distro/target/distro/serialization.xstream*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules