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 0120688 commit f4c54b6Copy full SHA for f4c54b6
.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:
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>io.wcm.maven</groupId>
27
<artifactId>io.wcm.maven.parent</artifactId>
28
- <version>2.3.0</version>
+ <version>2.3.1-SNAPSHOT</version>
29
<relativePath />
30
</parent>
31
0 commit comments