From 972f4615135fe520fc09493dba8695dc2c87a78a Mon Sep 17 00:00:00 2001 From: Reshma Date: Tue, 10 Mar 2026 13:38:07 -0400 Subject: [PATCH 1/4] AM-224: Upgrade Appointment Scheduling to OpenMRS Core 2.5.x --- pom.xml | 93 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 285c491d..ec654ce8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module appointmentscheduling - 2.1.0-SNAPSHOT + 2.2.0-SNAPSHOT pom Appointment Scheduling Module Module for scheduling patient appointments and managing providers schedule @@ -47,11 +47,12 @@ - 1.9.9 - 2.5 - 0.2.7 - 1.0 - 0.9.2 + 2.5.0 + 2.46.0 + 0.4.0-SNAPSHOT + 2.1.0-SNAPSHOT + 2.0.1 + 1.3.0 UTF-8 @@ -112,20 +113,58 @@ provided + + org.openmrs.module + reporting-api + ${reportingModuleVersion} + test-jar + test + + + + org.openmrs.module + calculation-api + ${calculationVersion} + provided + + org.openmrs.module serialization.xstream-api - ${serializationXstreamModuleVersion} + ${serializationxstreamVersion} provided + + org.openmrs.module + serialization.xstream-api + ${serializationxstreamVersion} + test-jar + test + + + + org.openmrs.module + htmlwidgets-api + ${htmlwidgetsVersion} + provided + + + + org.openmrs.module + webservices.rest-omod-common + ${webservicesRestVersion} + provided + + org.openmrs.module - calculation-api - ${calculationModuleVersion} - provided + legacyui-omod + 1.15.0 provided + + joda-time @@ -141,9 +180,11 @@ org.apache.maven.plugins maven-compiler-plugin + 3.13.0 - 1.6 - 1.6 + 1.8 + 1.8 + 8 @@ -181,23 +222,15 @@ - - - openmrs-repo - OpenMRS Nexus Repository - https://mavenrepo.openmrs.org/public - - - - - - openmrs-repo - OpenMRS Nexus Repository - https://mavenrepo.openmrs.org/public - - false - - - + + + openmrs-repo + OpenMRS Nexus Repository + https://mavenrepo.openmrs.org/public + + false + + + From b2bb70aa4790ffbca02b06627d5476fde0d13101 Mon Sep 17 00:00:00 2001 From: Reshma Date: Tue, 10 Mar 2026 13:40:39 -0400 Subject: [PATCH 2/4] AM-224: Upgrade Appointment Scheduling to OpenMRS Core 2.5.x --- omod/pom.xml | 106 +++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/omod/pom.xml b/omod/pom.xml index 95b17900..06c49287 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module appointmentscheduling - 2.1.0-SNAPSHOT + 2.2.0-SNAPSHOT appointmentscheduling-omod @@ -13,58 +13,58 @@ OMOD project for Appointment Scheduling - - - - ${project.parent.groupId} - ${project.parent.artifactId}-api - ${project.parent.version} - - - - - - - org.openmrs.web - openmrs-web - ${openMRSVersion} - jar - provided - - - org.openmrs.web - openmrs-web - ${openMRSVersion} - test-jar - test - - - - - - org.openmrs.module - webservices.rest-omod - ${webservicesRestVersion} - provided - - - - org.openmrs.module - webservices.rest-omod-common - ${webservicesRestVersion} - provided - - - - org.openmrs.module - webservices.rest-omod-common - ${webservicesRestVersion} - test-jar - test - - - - + + ${project.parent.groupId} + ${project.parent.artifactId}-api + ${project.parent.version} + provided + + + + org.openmrs.web + openmrs-web + ${openMRSVersion} + jar + provided + + + + org.openmrs.api + openmrs-api + ${openMRSVersion} + jar + provided + + + + org.openmrs.web + openmrs-web + ${openMRSVersion} + test-jar + test + + + + org.directwebremoting + dwr + 2.0.5 + provided + + + + org.openmrs.module + webservices.rest-omod + ${webservicesRestVersion} + provided + + + + org.openmrs.module + webservices.rest-omod-common + ${webservicesRestVersion} + provided + + ${project.parent.artifactId}-${project.parent.version} From ab441ad84d9b3e8e934b15145d092fa11d353c37 Mon Sep 17 00:00:00 2001 From: Reshma Date: Tue, 10 Mar 2026 13:41:12 -0400 Subject: [PATCH 3/4] AM-224: Upgrade Appointment Scheduling to OpenMRS Core 2.5.x --- omod/src/main/resources/config.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/omod/src/main/resources/config.xml b/omod/src/main/resources/config.xml index 5813ad37..026a257e 100644 --- a/omod/src/main/resources/config.xml +++ b/omod/src/main/resources/config.xml @@ -15,11 +15,13 @@ https://dev.openmrs.org/modules/download/${project.parent.artifactId}/update.rdf - 1.11.3, 1.10.2 - 1.10.*, 1.9.9 - 1.9.* + ${openMRSVersion} org.openmrs.module.webservices.rest org.openmrs.module.reporting + org.openmrs.module.serialization.xstream + org.openmrs.module.htmlwidgets @@ -76,8 +78,7 @@ - ${project.parent.groupId}.${project.parent.artifactId}.AppointmentActivator - + org.openmrs.module.appointmentscheduling.AppointmentActivator From 978a3c14b6b5eaa914996cdc138491afdfa1d0b2 Mon Sep 17 00:00:00 2001 From: Reshma Date: Tue, 10 Mar 2026 13:41:47 -0400 Subject: [PATCH 4/4] AM-224: Upgrade Appointment Scheduling to OpenMRS Core 2.5.x --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index cfa63ab7..0564b3e2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module appointmentscheduling - 2.1.0-SNAPSHOT + 2.2.0-SNAPSHOT appointmentscheduling-api