Skip to content

Commit

Permalink
Upgrade parent to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Nov 16, 2024
1 parent c19a5ca commit e5b143d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@release-20
uses: maveniverse/parent/.github/workflows/ci.yml@release-21
with:
maven-matrix: '[ "3.8.8", "3.9.9" ]'
jdk-matrix: '[ "8", "21" ]'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
<artifactId>parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>eu.maveniverse.maven.bom-builder</groupId>
Expand Down

0 comments on commit e5b143d

Please sign in to comment.