We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737b8fe commit e82b7a4Copy full SHA for e82b7a4
.github/workflows/maven-verify.yml
@@ -26,6 +26,6 @@ jobs:
26
name: Verify
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
with:
29
- ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build
30
- maven-matrix: '[ "4.0.0-rc-4" ]'
+ ff-maven: "4.0.0-rc-5" # Maven version for fail-fast-build
+ maven-matrix: '[ "4.0.0-rc-5" ]'
31
jdk-matrix: '[ "17", "21" ]'
pom.xml
@@ -74,7 +74,7 @@
74
75
<properties>
76
<javaVersion>17</javaVersion>
77
- <mavenVersion>4.0.0-rc-4</mavenVersion>
+ <mavenVersion>4.0.0-rc-5</mavenVersion>
78
79
<guiceVersion>6.0.0</guiceVersion>
80
<junitVersion>5.14.1</junitVersion>
0 commit comments