Skip to content

Commit

Permalink
(chore) O3-2460: Upgrade appointments and queues to latest snapshots …
Browse files Browse the repository at this point in the history
…and add teleconsultation module (#750)
  • Loading branch information
mseaton authored Oct 3, 2023
1 parent a050b73 commit 758a11f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions distro/distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ omod.attachments=${attachments.version}
omod.queue=${queue.version}
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}
Expand Down
11 changes: 9 additions & 2 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
<owa.version>1.14.0</owa.version>
<attachments.version>3.0.0</attachments.version>
<referencedemodata.version>2.4.0-SNAPSHOT</referencedemodata.version>
<queue.version>1.0.0-alpha.1</queue.version>
<appointments.version>1.6.0</appointments.version>
<queue.version>1.0.0-SNAPSHOT</queue.version>
<appointments.version>2.0.0-SNAPSHOT</appointments.version>
<teleconsultation.version>2.0.0-SNAPSHOT</teleconsultation.version>
<cohort.version>3.5.0-SNAPSHOT</cohort.version>
<reporting.version>1.25.0</reporting.version>
<reportingrest.version>1.14.0</reportingrest.version>
Expand Down Expand Up @@ -145,6 +146,12 @@
<version>${appointments.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>teleconsultation-omod</artifactId>
<version>${teleconsultation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>cohort-omod</artifactId>
Expand Down

0 comments on commit 758a11f

Please sign in to comment.