Skip to content

Commit

Permalink
update first version number with JSON-P 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 16, 2024
1 parent 3652bc5 commit 5c28b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/aem-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand All @@ -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
Expand Down

0 comments on commit 5c28b89

Please sign in to comment.