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 e1a025f commit ae38e73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2.2" date="not released">
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
</release>

<release version="1.2.0" date="2023-03-27">
<action type="update" dev="sseifert">
Register services and Sling Models injectors in beforeSetUp to ensure they are registered before auto-detection and registration of Sling Models from classpath takes place.
Expand Down
2 changes: 1 addition & 1 deletion 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
3 changes: 2 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Helps setting up mock environment for [wcm.io Sling][wcmio-sling] Commons and Sl

|Sling Extensions Mock Helper version |AEM version supported
|-------------------------------------|----------------------
|1.2.x or higher |AEM 6.5.7+, AEMaaCS
|1.2.2 or higher |AEM 6.5.17+, AEMaaCS
|1.2.0 |AEM 6.5.7+, AEMaaCS
|1.1.x |AEM 6.4+, AEMaaCS
|1.0.x |AEM 6.1+
|0.x |AEM 6.0+
Expand Down

0 comments on commit ae38e73

Please sign in to comment.