Skip to content

Commit b7b7dbc

Browse files
committed
Switch to Java 21
1 parent a40ed10 commit b7b7dbc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
java: [17, 21, 25]
18+
java: [21, 25]
1919
os: [ubuntu-latest]
2020
distribution: [temurin]
2121
include:

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27+
<release version="1.5.2" date="not released">
28+
<action type="update" dev="sseifert">
29+
Switch to Java 21.
30+
</action>
31+
</release>
32+
2733
<release version="1.5.0" date="2025-09-25">
2834
<action type="update" dev="sseifert">
2935
Switch to Java 17.

conga-ansible-plugin/src/it/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.maven</groupId>
2828
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>76</version>
29+
<version>80-SNAPSHOT</version>
3030
<relativePath/>
3131
</parent>
3232

0 commit comments

Comments
 (0)