diff --git a/src/site/markdown/aem-dependencies.md b/src/site/markdown/aem-dependencies.md index 43d1e5a..3c78237 100644 --- a/src/site/markdown/aem-dependencies.md +++ b/src/site/markdown/aem-dependencies.md @@ -4,7 +4,7 @@ Defines Maven dependencies for a specific AEM version, including those that are The first part of the AEM dependencies version number matches with the AEM version, and the version of the AEM API JAR. The last part (4 digits) is the revision number added by the wcm.io project, and is incremented if a fix or update of the POM needs to be published for the same AEM versions. -### AEM Cloud Service +### AEM as a Cloud Service (AEMaaCS) [![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven/io.wcm.maven.aem-cloud-dependencies)](https://repo1.maven.org/maven2/io/wcm/maven/io.wcm.maven.aem-cloud-dependencies/) @@ -20,7 +20,7 @@ The first part of the AEM dependencies version number matches with the AEM versi Source code: https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies -*Please note*: Since version `2024.6.16971.20240628T122619Z-240600.0001` JSONP 2.1 and Johnzon 2.x is used by default by this POM. If your code, or dependencies of your project, still rely on JSONP 1.1 and Johnzon 1.2.x, you can use the [Mixin for JSONP 1.1](https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies-mixin-jsonp11). +*Please note*: Since version `2024.7.17098.20240711T134106Z-240600.0000` JSONP 2.1 and Johnzon 2.x is used by default by this POM. If your code, or dependencies of your project, still rely on JSONP 1.1 and Johnzon 1.2.x, you can use the [Mixin for JSONP 1.1](https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies-mixin-jsonp11). ### AEM 6.5 - Latest Version