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 f238afd commit 555261fCopy full SHA for 555261f
.github/workflows/maven-build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- java: [17, 21]
+ java: [17, 21, 25]
19
os: [ubuntu-latest]
20
distribution: [temurin]
21
include:
parent/pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>io.wcm.devops</groupId>
27
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
29
<relativePath />
30
</parent>
31
0 commit comments