Skip to content

Commit

Permalink
Update parent (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas authored Dec 29, 2024
1 parent e617702 commit a5c316a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@release-21
uses: maveniverse/parent/.github/workflows/ci.yml@release-22
with:
maven-test: './mvnw -f demo install -e -B -V'
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
<artifactId>parent</artifactId>
<version>21</version>
<version>22</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
<artifactId>parent</artifactId>
<version>21</version>
<version>22</version>
</parent>

<groupId>eu.maveniverse.maven.mima</groupId>
Expand Down

0 comments on commit a5c316a

Please sign in to comment.