Skip to content

Commit

Permalink
(release-revert) Revert to dev versions
Browse files Browse the repository at this point in the history
This reverts commit 2fcac14.
  • Loading branch information
jayasanka-sack committed Feb 9, 2024
1 parent 2fcac14 commit 8c3cb2e
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cache: 'maven'

- name: Build and Test
run: mvn --batch-mode --update-snapshots --activate-profiles validator clean package
run: mvn --batch-mode --update-snapshots --activate-profiles distro,validator clean package
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.distro</groupId>
<artifactId>referenceapplication</artifactId>
<version>3.0.0-beta.17</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>referenceapplication-distro</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#--------------------------------------------
FROM --platform=$BUILDPLATFORM node:18-alpine as dev

ARG APP_SHELL_VERSION=5.4.0
ARG APP_SHELL_VERSION=next

RUN mkdir -p /app
WORKDIR /app
Expand All @@ -13,8 +13,8 @@ COPY spa-assemble-config.json .
COPY spa-build-config.json .

ARG CACHE_BUST
RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-5.4.0} assemble --manifest --mode config --config spa-assemble-config.json --target ./spa
RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-5.4.0} build --build-config spa-build-config.json --target ./spa
RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} assemble --manifest --mode config --config spa-assemble-config.json --target ./spa
RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa
RUN if [ ! -f ./spa/index.html ]; then echo 'Build failed. Please check the logs above for details. This may have happened because of an update to a library that OpenMRS depends on.'; exit 1; fi

#--------------------------------------------
Expand Down
70 changes: 35 additions & 35 deletions frontend/spa-assemble-config.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"frontendModules": {
"@openmrs/esm-devtools-app": "5.4.0",
"@openmrs/esm-implementer-tools-app": "5.4.0",
"@openmrs/esm-login-app": "5.4.0",
"@openmrs/esm-primary-navigation-app": "5.4.0",
"@openmrs/esm-home-app": "5.2.2",
"@openmrs/esm-form-entry-app": "7.0.1",
"@openmrs/esm-generic-patient-widgets-app": "7.0.1",
"@openmrs/esm-patient-allergies-app": "7.0.1",
"@openmrs/esm-patient-appointments-app": "7.0.1",
"@openmrs/esm-patient-attachments-app": "7.0.1",
"@openmrs/esm-patient-banner-app": "7.0.1",
"@openmrs/esm-patient-chart-app": "7.0.1",
"@openmrs/esm-patient-conditions-app": "7.0.1",
"@openmrs/esm-patient-forms-app": "7.0.1",
"@openmrs/esm-patient-flags-app": "7.0.1",
"@openmrs/esm-patient-immunizations-app": "7.0.1",
"@openmrs/esm-patient-labs-app": "7.0.1",
"@openmrs/esm-patient-lists-app": "7.0.1",
"@openmrs/esm-patient-medications-app": "7.0.1",
"@openmrs/esm-patient-notes-app": "7.0.1",
"@openmrs/esm-patient-orders-app": "7.0.1",
"@openmrs/esm-patient-programs-app": "7.0.1",
"@openmrs/esm-patient-vitals-app": "7.0.1",
"@openmrs/esm-active-visits-app": "6.0.0",
"@openmrs/esm-appointments-app": "6.0.0",
"@openmrs/esm-service-queues-app": "6.0.0",
"@openmrs/esm-patient-list-management-app": "6.0.0",
"@openmrs/esm-patient-registration-app": "6.0.0",
"@openmrs/esm-patient-search-app": "6.0.0",
"@openmrs/esm-openconceptlab-app": "1.3.0",
"@openmrs/esm-system-admin-app": "1.3.0",
"@openmrs/esm-dispensing-app": "1.3.0",
"@openmrs/esm-fast-data-entry-app": "1.0.1-pre.128",
"@openmrs/esm-cohort-builder-app": "3.0.1-pre.183",
"@openmrs/esm-form-builder-app": "2.3.1-pre.677"
"@openmrs/esm-devtools-app": "next",
"@openmrs/esm-implementer-tools-app": "next",
"@openmrs/esm-login-app": "next",
"@openmrs/esm-primary-navigation-app": "next",
"@openmrs/esm-home-app": "next",
"@openmrs/esm-form-entry-app": "next",
"@openmrs/esm-generic-patient-widgets-app": "next",
"@openmrs/esm-patient-allergies-app": "next",
"@openmrs/esm-patient-appointments-app": "next",
"@openmrs/esm-patient-attachments-app": "next",
"@openmrs/esm-patient-banner-app": "next",
"@openmrs/esm-patient-chart-app": "next",
"@openmrs/esm-patient-conditions-app": "next",
"@openmrs/esm-patient-forms-app": "next",
"@openmrs/esm-patient-flags-app": "next",
"@openmrs/esm-patient-immunizations-app": "next",
"@openmrs/esm-patient-labs-app": "next",
"@openmrs/esm-patient-lists-app": "next",
"@openmrs/esm-patient-medications-app": "next",
"@openmrs/esm-patient-notes-app": "next",
"@openmrs/esm-patient-orders-app": "next",
"@openmrs/esm-patient-programs-app": "next",
"@openmrs/esm-patient-vitals-app": "next",
"@openmrs/esm-active-visits-app": "next",
"@openmrs/esm-appointments-app": "next",
"@openmrs/esm-service-queues-app": "next",
"@openmrs/esm-patient-list-management-app": "next",
"@openmrs/esm-patient-registration-app": "next",
"@openmrs/esm-patient-search-app": "next",
"@openmrs/esm-openconceptlab-app": "next",
"@openmrs/esm-system-admin-app": "next",
"@openmrs/esm-dispensing-app": "next",
"@openmrs/esm-fast-data-entry-app": "next",
"@openmrs/esm-cohort-builder-app": "next",
"@openmrs/esm-form-builder-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.0.0-beta.17</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 8c3cb2e

Please sign in to comment.