From c2ced376cefda25610dee315b624f6f5b006e4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Bontyes?= Date: Wed, 12 Apr 2023 19:07:29 -0400 Subject: [PATCH] update distro properties --- distro/distro.properties | 6 ++++++ distro/pom.xml | 19 ++++++------------- pom.xml | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/distro/distro.properties b/distro/distro.properties index 5e37947..9bdc523 100644 --- a/distro/distro.properties +++ b/distro/distro.properties @@ -5,8 +5,12 @@ omod.initializer=${initializer.version} omod.fhir2=${fhir2.version} omod.webservices.rest=${webservices.rest.version} omod.idgen=${idgen.version} +omod.legacyui=${legacyui.version} omod.addresshierarchy=${addresshierarchy.version} +omod.metadatamapping=${metadatamapping.version} +omod.metadatasharing=${metadatasharing.version} omod.openconceptlab=${openconceptlab.version} +omod.owa=${owa.version} omod.attachments=${attachments.version} omod.queue=${queue.version} omod.appointments=${appointments.version} @@ -15,5 +19,7 @@ omod.cohort=${cohort.version} omod.reporting=${reporting.version} omod.reportingrest=${reportingrest.version} omod.calculation=${calculation.version} +omod.htmlwidgets=${htmlwidgets.version} omod.serialization.xstream=${serialization-xstream.version} omod.serialization.xstream.type=omod +omod.ordertemplates=${ordertemplates.version} \ No newline at end of file diff --git a/distro/pom.xml b/distro/pom.xml index 3ff533a..15c1dba 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -23,12 +23,12 @@ - 1.9.0 - 2.6.0 + 1.9.0-SNAPSHOT + 2.6.0-SNAPSHOT 2.5.0-SNAPSHOT - 2.39.0 + 2.39.0-SNAPSHOT 2.15.1 - 4.10.0-SNAPSHOT + 4.9.0 1.14.0 1.6.0 1.9.0 @@ -36,10 +36,9 @@ 1.14.0 3.0.0 - 2.2.0 - 1.0.0-alpha.1 + 1.0.0-alpha 1.6.0 - 3.4.0 + 3.3.0 1.25.0 1.14.0 @@ -125,12 +124,6 @@ ${attachments.version} provided - - org.openmrs.module - referencedemodata-omod - ${referencedemodata.version} - provided - org.openmrs.module queue-omod diff --git a/pom.xml b/pom.xml index d170c83..72522fc 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ openmrs-repo-releases OpenMRS Releases Repo - https://openmrs.jfrog.io/artifactory/releases + https://mavenrepo.openmrs.org/releases openmrs-repo-snapshots