Skip to content

Commit

Permalink
Bump Maven 4 to RC-2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Dec 17, 2024
1 parent 3fce03d commit 3ecf204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-maven-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 17
- 21
maven:
- 4.0.0-rc-1
- 4.0.0-rc-2
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<profile>
<id>maven4</id>
<properties>
<maven.version>4.0.0-rc-1</maven.version>
<maven.version>4.0.0-rc-2</maven.version>
<plexus-utils.version>4.0.2</plexus-utils.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 3ecf204

Please sign in to comment.