From 8dcf78e69e5a71954d02b66495a4d0ce36b12d69 Mon Sep 17 00:00:00 2001 From: Michael Seaton Date: Fri, 29 Sep 2023 10:27:53 -0400 Subject: [PATCH] O3-2460 Upgrade appointments and queues to latest snapshots and add teleconsultation --- distro/distro.properties | 2 ++ distro/pom.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/distro/distro.properties b/distro/distro.properties index 4aa579bf4..cf454417e 100644 --- a/distro/distro.properties +++ b/distro/distro.properties @@ -16,6 +16,8 @@ omod.attachments=${attachments.version} omod.queue=${queue.version} omod.appointments=${appointments.version} omod.appointments.groupId=org.bahmni.module +omod.teleconsultation=${teleconsultation.version} +omod.teleconsultation.groupId=org.bahmni.module omod.cohort=${cohort.version} omod.reporting=${reporting.version} omod.reportingrest=${reportingrest.version} diff --git a/distro/pom.xml b/distro/pom.xml index 347ce3ea6..1dc9c073e 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -37,8 +37,9 @@ 1.14.0 3.0.0 2.4.0-SNAPSHOT - 1.0.0-alpha.1 - 1.6.0 + 1.0.0-SNAPSHOT + 2.0.0-SNAPSHOT + 2.0.0-SNAPSHOT 3.5.0-SNAPSHOT 1.25.0 1.14.0 @@ -145,6 +146,12 @@ ${appointments.version} provided + + org.bahmni.module + teleconsultation-omod + ${teleconsultation.version} + provided + org.openmrs.module cohort-omod