Skip to content

Commit

Permalink
(chore) Sync fork (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo authored Sep 20, 2024
1 parent 94d7275 commit f413841
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: bash e2e_test_support_files/extract_tag_numbers.sh

- name: Build and Run Containers
run: docker-compose -f e2e_test_support_files/docker-compose-build.yml up -d
run: docker compose -f e2e_test_support_files/docker-compose-build.yml up -d

- name: Wait for the backend to start
run: while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost/openmrs/login.htm)" != "200" ]]; do sleep 10; done
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the Repo's Tag
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the Repo's Tag
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the Repo's Tag
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the Repo's Tag
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the Repo's Tag
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e-tests-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and Run Containers
run: docker-compose -f e2e_test_support_files/docker-compose-build.yml up -d
run: docker compose -f e2e_test_support_files/docker-compose-build.yml up -d

- name: Wait for the backend to start
run: while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost/openmrs/login.htm)" != "200" ]]; do sleep 10; done
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the repo's main branch
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the repo's main branch
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the repo's main branch
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the repo's main branch
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
docker image ls -a
- name: Spin up an OpenMRS Instance
run: docker-compose up -d
run: docker compose up -d
working-directory: e2e_test_support_files

- name: Checkout to the repo's main branch
Expand Down
Binary file not shown.
Binary file not shown.
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
1 change: 1 addition & 0 deletions frontend/spa-assemble-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@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"
},
Expand Down
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 f413841

Please sign in to comment.