We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029c73 commit 911b736Copy full SHA for 911b736
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
name: Verify
12
- uses: maveniverse/parent/.github/workflows/ci.yml@release-38
+ uses: maveniverse/parent/.github/workflows/ci.yml@release-39
13
with:
14
jdk-matrix: '[ "11", "17", "21", "24" ]'
15
maven-matrix: '[ "3.9.9", "4.0.0-rc-3" ]'
pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
16
<artifactId>parent</artifactId>
17
- <version>38</version>
+ <version>39</version>
18
</parent>
19
20
<groupId>eu.maveniverse.maven.toolbox</groupId>
0 commit comments