Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(release) Release 3.0.0-beta.17 #782

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- track module versions
we do so here so that we can utilise Maven to track updates, etc. -->
<fhir2.version>1.10.0</fhir2.version>
<openmrs.version>2.6.4-SNAPSHOT</openmrs.version>
<openmrs.version>2.6.4</openmrs.version>
<initializer.version>2.6.0</initializer.version>
<webservices.rest.version>2.41.0</webservices.rest.version>
<addresshierarchy.version>2.17.0</addresshierarchy.version>
Expand All @@ -35,9 +35,9 @@
<openconceptlab.version>2.1.0</openconceptlab.version>
<!-- this is request for the OCL UI -->
<owa.version>1.14.0</owa.version>
<attachments.version>3.1.0-SNAPSHOT</attachments.version>
<attachments.version>3.1.0</attachments.version>
<referencedemodata.version>2.4.0</referencedemodata.version>
<queue.version>2.1.0-SNAPSHOT</queue.version>
<queue.version>2.2.1</queue.version>
<appointments.version>2.0.0-20231101.130425-7</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>
<cohort.version>3.6.0</cohort.version>
Expand Down
2 changes: 1 addition & 1 deletion e2e_test_support_files/extract_tag_numbers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ get_repository_tag() {
echo "$repo_name=$ref"
}

file_path="frontend/spa-build-config.json"
file_path="frontend/spa-assemble-config.json"

# Call the function for each Repository with the app as the second argument
get_repository_tag "$file_path" "patient_management" "@openmrs/esm-patient-registration-app" >> "$GITHUB_OUTPUT"
Expand Down
Loading