Skip to content

Commit 1c6c9a7

Browse files
committed
Switch to AEM 6.5.24 as minimum version (also compatible with AEM 6.6.2 / AEM 6.5 LTS SP2 and AEMaaCS)
1 parent c3ad789 commit 1c6c9a7

4 files changed

Lines changed: 11 additions & 4 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

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="2.0.12-2.25.4" date="not released">
28+
<action type="update" dev="sseifert">
29+
Switch to AEM 6.5.24 as minimum version (also compatible with AEM 6.6.2 / AEM 6.5 LTS SP2 and AEMaaCS).
30+
</action>
31+
</release>
32+
2733
<release version="2.0.10-2.25.4" date="2026-02-24">
2834
<action type="fix" dev="sseifert" issue="77">
2935
Strip comments from JSON Files in Sling-Initial-Content to fix deployment problem in AEM 6.6.2 (AEM 6.5 LTS SP 2).

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.wcm</groupId>
2626
<artifactId>io.wcm.parent_toplevel</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.9.0-SNAPSHOT</version>
2828
<relativePath />
2929
</parent>
3030

src/site/markdown/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ There is currently no added wcm.io support for the Core Component AMP extensions
3535

3636
|wcm.io WCM Core Components version | AEM Sites Core Component version | AEM version supported
3737
|-----------------------------------|----------------------------------|---------------------------------------------
38-
| 2.0.4-2.25.4 | 2.25.4 - 2.30.4 and up | AEM 6.5.17, AEMaaCS
39-
| 2.0.x-2.23.2 | 2.23.2, 2.24.6 and up | AEM 6.5.17, AEMaaCS
38+
| 2.0.12-2.25.4 or higher | 2.25.4 - 2.30.4 and up | AEM 6.5.24+, AEM 6.6.2+, AEMaaCS
39+
| 2.0.4-2.25.4 - 2.0.10-2.25.4 | 2.25.4 - 2.30.4 and up | AEM 6.5.17+, AEM 6.6.0+, AEMaaCS
40+
| 2.0.0-2.23.2 - 2.0.2-2.23.2 | 2.23.2 and up | AEM 6.5.17+, AEM 6.6.0+, AEMaaCS
4041
| 1.14.0-2.23.2 | 2.23.2 and up | AEM 6.5.17, AEMaaCS
4142
| 1.13.0-2.22.6 | 2.22.6 and up | AEM 6.5.14, AEMaaCS
4243
| 1.12.0-2.20.0 | 2.20.0 and up | AEM 6.5.13, AEMaaCS

0 commit comments

Comments
 (0)