Skip to content

Commit

Permalink
Switch to AEM 6.5.17 as minimum version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 20, 2023
1 parent a3427d1 commit e9e5a59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="1.9.6" date="not released">
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
</release>

<release version="1.9.4" date="2023-10-17">
<action type="update" dev="cnagel" issue="1">
Adds relative config path to ToolsConfigPagePersistenceStrategy configuration.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.2.8</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -160,13 +160,13 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
<version>5.4.2</version>
<version>5.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
<version>1.4.0</version>
<version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ See [Deploy and configure Context-Aware Configuration in AEM][deploy-configure-c

|Context-Aware Configuration Extensions for AEM version |AEM version supported
|-------------------------------------------------------|----------------------
|1.9.2 or higher |AEM 6.5.7+, AEMaaCS
|1.9.6 or higher |AEM 6.5.17+, AEMaaCS
|1.9.2 - 1.9.4 |AEM 6.5.7+, AEMaaCS
|1.9.0 |AEM 6.5+, AEMaaCS
|1.8.x |AEM 6.4+, AEMaaCS
|1.7.x |AEM 6.3+
Expand Down

0 comments on commit e9e5a59

Please sign in to comment.