From b6c2efc4124343966b38c3e2c16cb980fffa5e52 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 22 Feb 2024 16:58:13 -0500 Subject: [PATCH] Use `spring-amqp.version` prop for verify-staged-artifacts **Auto-cherry-pick to `3.0.x`** --- .github/workflows/verify-staged-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index d013118a..2c678241 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -44,7 +44,7 @@ jobs: run: jf mvnc --repo-resolve-releases=libs-release-staging --repo-resolve-snapshots=snapshot - name: Verify samples against staged release - run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp + run: jf mvn verify -D"spring-amqp.version"=${{ inputs.releaseVersion }} -B -ntp - name: Capture Test Results if: failure()