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 1ddd97c commit 952a35a
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.6.6" date="not released">
<action type="update" dev="sseifert">
Switch to AEM 6.5.17 as minimum version.
</action>
</release>

<release version="1.6.4" date="2023-07-03">
<action type="fix" dev="sseifert">
ImmutableValueMap.of: Retain order of items as stated in JavaDoc.
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 @@ -68,7 +68,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.5</version>
<version>3.1.8</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -100,7 +100,7 @@
<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>
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 @@ -28,7 +28,8 @@ The Sling Commons library contains:

|wcm.io Sling Commons version |AEM version supported
|-----------------------------|----------------------
|1.5.x or higher |AEM 6.5.7+, AEMaaCS
|1.6.6 or higher |AEM 6.5.17+, AEMaaCS
|1.5.0 - 1.6.4 |AEM 6.5.7+, AEMaaCS
|1.4.x |AEM 6.4+, AEMaaCS
|1.3.x |AEM 6.3+
|1.0.x - 1.2.x |AEM 6.1+
Expand Down

0 comments on commit 952a35a

Please sign in to comment.