Skip to content

Commit

Permalink
Update RefApp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Oct 17, 2024
1 parent 0c5547f commit d022db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

### Dev Stage
FROM openmrs/openmrs-core:dev-amazoncorretto-11 as dev
FROM openmrs/openmrs-core:dev-amazoncorretto-11 AS dev
WORKDIR /openmrs_distro

ARG MVN_ARGS_SETTINGS="-s /usr/share/maven/ref/settings-docker.xml -U -P distro"
Expand Down
18 changes: 9 additions & 9 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
we do so here so that we can utilise Maven to track updates, etc. -->
<fhir2.version>2.3.0-SNAPSHOT</fhir2.version>
<authentication.version>1.0.0</authentication.version>
<openmrs.version>2.6.7</openmrs.version>
<initializer.version>2.7.0</initializer.version>
<openmrs.version>2.6.8</openmrs.version>
<initializer.version>2.8.0-SNAPSHOT</initializer.version>
<webservices.rest.version>2.45.0-SNAPSHOT</webservices.rest.version>
<addresshierarchy.version>2.17.0</addresshierarchy.version>
<idgen.version>4.10.0</idgen.version>
<legacyui.version>1.16.0</legacyui.version>
<addresshierarchy.version>2.19.0</addresshierarchy.version>
<idgen.version>4.12.0</idgen.version>
<legacyui.version>1.18.0</legacyui.version>
<metadatamapping.version>1.6.0</metadatamapping.version>
<metadatasharing.version>1.9.0</metadatasharing.version>
<openconceptlab.version>2.3.0</openconceptlab.version>
<attachments.version>3.2.0</attachments.version>
<openconceptlab.version>2.4.0</openconceptlab.version>
<attachments.version>3.4.0</attachments.version>
<referencedemodata.version>2.4.0</referencedemodata.version>
<queue.version>2.4.0</queue.version>
<appointments.version>2.0.0-20240305.062514-14</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>
<cohort.version>3.7.1</cohort.version>
<cohort.version>3.7.2</cohort.version>
<reporting.version>1.26.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>
<patientflags.version>3.0.7</patientflags.version>
<patientflags.version>3.0.8</patientflags.version>
<o3forms.version>2.3.0</o3forms.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-sdk-maven-plugin</artifactId>
<version>4.5.0</version>
<version>5.15.0</version>
</plugin>
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
Expand Down

0 comments on commit d022db4

Please sign in to comment.