Skip to content

Commit

Permalink
Upgrade module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed Nov 14, 2023
1 parent ab27eff commit e9dafe5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
16 changes: 8 additions & 8 deletions distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ omod.metadatamapping=${metadatamapping.version}
omod.metadatasharing=${metadatasharing.version}
omod.openconceptlab=${openconceptlab.version}
omod.owa=${owa.version}

# omod.referencedemodata=${referencedemodata.version}

omod.attachments=${attachments.version}
omod.queue=${queue.version}
#omod.appointments=${appointments.version}
#omod.appointments.groupId=org.bahmni.module
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}
omod.calculation=${calculation.version}
omod.htmlwidgets=${htmlwidgets.version}
omod.serialization.xstream=${serialization-xstream.version}
omod.serialization.xstream.type=omod
# omod.ordertemplates=${ordertemplates.version}
omod.ordertemplates=${ordertemplates.version}
omod.patientflags=${patientflags.version}
omod.o3forms=${o3forms.version}

# Required for OHRI
omod.appframework=${appframework.version}
Expand All @@ -37,11 +38,10 @@ omod.uiframework=${uiframework.version}
omod.ohricore=${ohricore.version}
omod.ohrireports=${ohrireports.version}
# omod.casereport=${casereport.version}
#omod.patientflags=${patientflags.version}

omod.emrapi=${emrapi.version}
omod.event=${event.version}
omod.event.groupId=org.openmrs
omod.providermanagement=${providermanagement.version}
omod.uilibrary=${uilibrary.version}
omod.o3forms=${o3forms.version}

25 changes: 12 additions & 13 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<!-- track module versions
we do so here so that we can utilise Maven to track updates, etc. -->
<openmrs.version>2.6.1</openmrs.version>
<initializer.version>2.5.2</initializer.version>
<fhir2.version>1.10.0</fhir2.version>
<initializer.version>2.6.0</initializer.version>
<fhir2.version>1.11.0</fhir2.version>
<webservices.rest.version>2.42.0-SNAPSHOT</webservices.rest.version>
<addresshierarchy.version>2.15.2</addresshierarchy.version>
<addresshierarchy.version>2.17.0-SNAPSHOT</addresshierarchy.version>
<idgen.version>4.10.0</idgen.version>
<legacyui.version>1.15.0</legacyui.version>
<legacyui.version>1.16.0</legacyui.version>
<metadatamapping.version>1.7.0-SNAPSHOT</metadatamapping.version>
<metadatasharing.version>1.9.0</metadatasharing.version>
<openconceptlab.version>2.1.0</openconceptlab.version>
Expand All @@ -41,22 +41,23 @@
<!-- OpenMRS Vanilla Clean installation -->
<!-- <referencedemodata.version>2.1.0-SNAPSHOT</referencedemodata.version> -->

<queue.version>1.0.0-alpha</queue.version>
<!--<appointments.version>1.8.0-SNAPSHOT</appointments.version>-->
<cohort.version>3.4.0</cohort.version>
<queue.version>1.0.0-alpha.2</queue.version>
<appointments.version>2.0.0-SNAPSHOT</appointments.version>
<teleconsultation.version>2.0.0-SNAPSHOT</teleconsultation.version>
<cohort.version>3.6.0-SNAPSHOT</cohort.version>
<reporting.version>1.25.0</reporting.version>
<reportingrest.version>1.14.0</reportingrest.version>

<!-- the next three are required for reporting -->
<calculation.version>1.3.0</calculation.version>
<htmlwidgets.version>1.11.0</htmlwidgets.version>
<serialization-xstream.version>0.2.16</serialization-xstream.version>
<ordertemplates.version>1.0.2</ordertemplates.version>
<o3forms.version>2.2.0</o3forms.version>
<!-- this is required for flags and taks-->
<!--<patientflags.version>3.0.6-SNAPSHOT</patientflags.version>-->
<patientflags.version>3.0.6-SNAPSHOT</patientflags.version>

<!-- <ordertemplates.version>1.0.1</ordertemplates.version> -->
<!-- Versions required for OHRI -->

<!-- Versions required for OHRI -->
<appframework.version>2.17.0</appframework.version>
<appui.version>1.15.0</appui.version>
<htmlformentry.version>5.1.0</htmlformentry.version>
Expand All @@ -74,8 +75,6 @@
<!-- Commenting due toArtifactDescriptorException: -->
<!-- <casereport.version>2.0-SNAPSHOT</casereport.version> -->

<o3forms.version>2.1.0</o3forms.version>

</properties>

<dependencies>
Expand Down

0 comments on commit e9dafe5

Please sign in to comment.