Skip to content

Commit

Permalink
OZ-670: Use O3 Ref 3.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Aug 8, 2024
1 parent 7198f2d commit c3833c2
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 @@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versions -->
<referenceapplicationDistroVersion>3.0.0-beta.21</referenceapplicationDistroVersion>
<referenceapplicationDistroVersion>3.2.0-SNAPSHOT</referenceapplicationDistroVersion>
<odoo_initializerVersion>2.1.0</odoo_initializerVersion>
<commonreportsVersion>1.5.0-SNAPSHOT</commonreportsVersion>
<patientsummaryVersion>2.2.0</patientsummaryVersion>
Expand All @@ -53,14 +53,14 @@
<!-- OpenMRS Ref App -->
<dependency>
<groupId>org.openmrs.distro</groupId>
<artifactId>referenceapplication-distro</artifactId>
<artifactId>distro-emr</artifactId>
<type>zip</type>
<version>${referenceapplicationDistroVersion}</version>
</dependency>

<dependency>
<groupId>org.openmrs.distro</groupId>
<artifactId>referenceapplication-frontend</artifactId>
<artifactId>distro-emr-frontend</artifactId>
<type>zip</type>
<version>${referenceapplicationDistroVersion}</version>
</dependency>
Expand Down

0 comments on commit c3833c2

Please sign in to comment.