Skip to content

Commit 1e6ccd5

Browse files
committed
Switch to Java 21
1 parent dd9b01c commit 1e6ccd5

2 files changed

Lines changed: 2 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

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.wcm.maven</groupId>
77
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
8-
<version>2.2.10</version>
8+
<version>2.3.0-SNAPSHOT</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)