Skip to content

Commit e82b7a4

Browse files
committed
Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5
1 parent 737b8fe commit e82b7a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29-
ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build
30-
maven-matrix: '[ "4.0.0-rc-4" ]'
29+
ff-maven: "4.0.0-rc-5" # Maven version for fail-fast-build
30+
maven-matrix: '[ "4.0.0-rc-5" ]'
3131
jdk-matrix: '[ "17", "21" ]'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<properties>
7676
<javaVersion>17</javaVersion>
77-
<mavenVersion>4.0.0-rc-4</mavenVersion>
77+
<mavenVersion>4.0.0-rc-5</mavenVersion>
7878

7979
<guiceVersion>6.0.0</guiceVersion>
8080
<junitVersion>5.14.1</junitVersion>

0 commit comments

Comments
 (0)