Skip to content

Commit

Permalink
(chore) Fix incorrect backend module versions (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack authored Mar 22, 2024
1 parent 71c16ef commit 70b65cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

<!-- track module versions
we do so here so that we can utilise Maven to track updates, etc. -->
<fhir2.version>2.6.4</fhir2.version>
<openmrs.version>2.7.0-SNAPSHOT</openmrs.version>
<fhir2.version>2.0.0</fhir2.version>
<openmrs.version>2.6.4</openmrs.version>
<initializer.version>2.6.0</initializer.version>
<webservices.rest.version>2.41.0</webservices.rest.version>
<addresshierarchy.version>2.17.0</addresshierarchy.version>
Expand All @@ -40,7 +40,7 @@
<queue.version>2.2.1</queue.version>
<appointments.version>2.0.0-20231101.130425-7</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>
<cohort.version>3.7.0-SNAPSHOT</cohort.version>
<cohort.version>3.7.1</cohort.version>
<reporting.version>1.25.0</reporting.version>
<reportingrest.version>1.14.0</reportingrest.version>
<!-- the next three are required for reporting -->
Expand Down

0 comments on commit 70b65cd

Please sign in to comment.