We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring-amqp.version
1 parent ba73f32 commit 3855482Copy full SHA for 3855482
.github/workflows/verify-staged-artifacts.yml
@@ -44,7 +44,7 @@ jobs:
44
run: jf mvnc --repo-resolve-releases=libs-release-staging --repo-resolve-snapshots=snapshot
45
46
- name: Verify samples against staged release
47
- run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp
+ run: jf mvn verify -D"spring-amqp.version"=${{ inputs.releaseVersion }} -B -ntp
48
49
- name: Capture Test Results
50
if: failure()
0 commit comments