Skip to content

Commit

Permalink
RWA-986 - Upgrade core to 2.6.11 and modules to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jan 8, 2025
1 parent 7bbee88 commit 4b140e3
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions rwandaemr-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
</scm>

<properties>
<openMRSVersion>2.6.3</openMRSVersion>
<openMRSVersion>2.6.11</openMRSVersion>
<addresshierarchyVersion>2.19.0</addresshierarchyVersion>
<adminuiVersion>1.7.0-SNAPSHOT</adminuiVersion>
<allergyuiVersion>1.8.6-SNAPSHOT</allergyuiVersion>
<allergyuiVersion>1.8.6</allergyuiVersion>
<appframeworkVersion>2.18.0-SNAPSHOT</appframeworkVersion>
<appuiVersion>1.18.0-SNAPSHOT</appuiVersion>
<attachmentsVersion>2.8.0</attachmentsVersion>
<authenticationVersion>1.1.0-SNAPSHOT</authenticationVersion>
<authenticationuiVersion>1.1.0-SNAPSHOT</authenticationuiVersion>
<calculationVersion>1.3.0</calculationVersion>
<coreappsVersion>2.0.0-SNAPSHOT</coreappsVersion>
<emrapiVersion>2.1.0-SNAPSHOT</emrapiVersion>
<emrapiVersion>2.1.0</emrapiVersion>
<eventVersion>2.10.0</eventVersion>
<fhir2Version>2.3.0-SNAPSHOT</fhir2Version>
<formconceptsVersion>2.0.1</formconceptsVersion>
Expand All @@ -42,12 +42,12 @@
<htmlformentryuiVersion>2.5.0-SNAPSHOT</htmlformentryuiVersion>
<htmlformflowsheetVersion>2.0.0</htmlformflowsheetVersion>
<htmlwidgetsVersion>1.12.0-SNAPSHOT</htmlwidgetsVersion>
<idgenVersion>4.10.0</idgenVersion>
<idgenVersion>4.14.0</idgenVersion>
<imbemrVersion>2.0.0-SNAPSHOT</imbemrVersion>
<imbpathologyrequestVersion>1.0.0-SNAPSHOT</imbpathologyrequestVersion>
<initializerVersion>2.7.0</initializerVersion>
<laboratorymanagementVersion>2.0.0-SNAPSHOT</laboratorymanagementVersion>
<legacyuiVersion>1.15.0</legacyuiVersion>
<legacyuiVersion>1.21.0</legacyuiVersion>
<metadatamappingVersion>1.7.0-SNAPSHOT</metadatamappingVersion>
<metadatasharingVersion>1.10.0-SNAPSHOT</metadatasharingVersion>
<mohappointmentVersion>2.0.1-SNAPSHOT</mohappointmentVersion>
Expand All @@ -57,12 +57,12 @@
<namephoneticsVersion>1.19.0</namephoneticsVersion>
<omodExportVersion>2.1.0</omodExportVersion>
<orderextensionVersion>3.2.0</orderextensionVersion>
<owaVersion>1.15.0-SNAPSHOT</owaVersion>
<owaVersion>1.15.0</owaVersion>
<patientsummaryVersion>1.4.0</patientsummaryVersion>
<pharmacymanagementVersion>2.0.0-SNAPSHOT</pharmacymanagementVersion>
<providermanagementVersion>2.14.0</providermanagementVersion>
<providermanagementVersion>2.15.0</providermanagementVersion>
<registrationappVersion>1.27.0-SNAPSHOT</registrationappVersion>
<registrationcoreVersion>1.12.0</registrationcoreVersion>
<registrationcoreVersion>1.13.0</registrationcoreVersion>
<reportingVersion>1.26.0</reportingVersion>
<reportingcompatibilityVersion>2.0.9</reportingcompatibilityVersion>
<reportingobjectgroupVersion>2.0.1</reportingobjectgroupVersion>
Expand All @@ -74,10 +74,10 @@
<rwandareportsVersion>3.0.0-SNAPSHOT</rwandareportsVersion>
<serializationVersion>0.2.16</serializationVersion>
<simplelabentryVersion>2.0.0</simplelabentryVersion>
<spaVersion>1.0.9</spaVersion>
<spaVersion>2.0.0</spaVersion>
<syncVersion>3.1.0-SNAPSHOT</syncVersion>
<uicommonsVersion>2.24.0</uicommonsVersion>
<uiframeworkVersion>3.24.0</uiframeworkVersion>
<uicommonsVersion>2.26.0</uicommonsVersion>
<uiframeworkVersion>3.25.0</uiframeworkVersion>
<uilibraryVersion>2.0.7</uilibraryVersion>
<usagestatisticsVersion>2.1.0</usagestatisticsVersion>
<validationVersion>2.0.0</validationVersion>
Expand Down Expand Up @@ -443,6 +443,26 @@

<plugins>

<!-- Provide ability to auto-update dependencies as appropriate -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
<properties>
<property>
<name>openMRSVersion</name>
<version>[2.6.11,2.6.99)</version>
</property>
<property>
<name>attachmentsVersion</name>
<version>[2.7.0,3.0.0)</version>
</property>
</properties>
</configuration>
</plugin>

<!-- Add the openmrs-distro.properties file into the artifact jar and apply variable replacements -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit 4b140e3

Please sign in to comment.