Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Sep 20, 2024
2 parents 1562a06 + a5010ae commit 8d93ecd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>distro-emr</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>distro-emr-configuration</artifactId>
Expand All @@ -27,7 +27,7 @@
<authentication.version>1.0.0</authentication.version>
<openmrs.version>2.6.7</openmrs.version>
<initializer.version>2.7.0</initializer.version>
<webservices.rest.version>2.44.0</webservices.rest.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>
Expand All @@ -48,7 +48,7 @@
<serialization-xstream.version>0.2.16</serialization-xstream.version>
<ordertemplates.version>1.0.2</ordertemplates.version>
<patientflags.version>3.0.7</patientflags.version>
<o3forms.version>2.3.0-SNAPSHOT</o3forms.version>
<o3forms.version>2.3.0</o3forms.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs</groupId>
<artifactId>distro-emr</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>distro-emr-frontend</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions frontend/spa-assemble-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@openmrs/esm-primary-navigation-app": "next",
"@openmrs/esm-service-queues-app": "next",
"@openmrs/esm-system-admin-app": "next",
"@openmrs/esm-user-onboarding-app": "next",
"@ohri/openmrs-esm-ohri-hiv-care-treatment-app": "next",
"@ohri/openmrs-esm-ohri-core-app": "next",
"@openmrs/esm-user-onboarding-app": "next"
"@ohri/openmrs-esm-ohri-core-app": "next"
},
"excludedFrontendModules": []
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Package and Run OpenMRS</name>
<description>Convenient project to build an OpenMRS distribution and run it</description>

<version>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 8d93ecd

Please sign in to comment.