diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 76339d426..28f6b50a6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 diff --git a/distro/pom.xml b/distro/pom.xml index a9fceffa2..43923149a 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -24,7 +24,7 @@ 1.10.0 - 2.6.4-SNAPSHOT + 2.6.4 2.6.0 2.41.0 2.17.0 @@ -35,9 +35,9 @@ 2.1.0 1.14.0 - 3.1.0-SNAPSHOT + 3.1.0 2.4.0 - 2.1.0-SNAPSHOT + 2.2.1 2.0.0-20231101.130425-7 2.0.0-20230831.113926-1 3.6.0 diff --git a/e2e_test_support_files/extract_tag_numbers.sh b/e2e_test_support_files/extract_tag_numbers.sh index e607ad4ae..4f5f98ead 100644 --- a/e2e_test_support_files/extract_tag_numbers.sh +++ b/e2e_test_support_files/extract_tag_numbers.sh @@ -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"