Skip to content

Commit

Permalink
Bump Maven 4 to RC-2 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero authored Dec 17, 2024
1 parent c8abb91 commit ea397d7
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/setup-maven-action@v1.17.0
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 ea397d7

Please sign in to comment.