Skip to content

Commit

Permalink
SITES-15239 - Update projects after Core WCM Components 2.23.2 release (
Browse files Browse the repository at this point in the history
#415)

SITES-15239 - Update projects after Core WCM Components 2.23.2 release
  • Loading branch information
LSantha authored Sep 4, 2023
2 parents 2569d9c + 69c2e2d commit bdd75cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

WKND versions are compatible with the following versions of Adobe Experience Manager:

| AEM version | WKND version |
|:------------|:------------------------------:|
| AEM version | WKND version |
|:-----------------------|:------------------------------:|
| AEM as a Cloud Service | 3.x |
| 6.5 SP16 | 2.x, 3.x |
| 6.5 SP17 | 2.x, 3.x |

## Released artifacts

Expand Down Expand Up @@ -63,11 +63,11 @@ $ mvn clean install -PautoInstallSinglePackage -Pclassic

## System Requirements

WKND Version | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven
-------------|------------------------|-----------|---------|---------
Latest (main branch)| Continual | **6.5.13.0+** | 8, 11 | 3.3.9+
[v1.1.0](https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.1.0) | Continual | 6.5.10+ | 8, 11 | 3.3.9+
[v1.0.0](https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.0.0) | Continual | 6.5.4+ | 8, 11 | 3.3.9+
WKND Version | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven
-------------|------------------------|---------------|---------|---------
Latest (main branch)| Continual | **6.5.17.0+** | 8, 11 | 3.3.9+
[v1.1.0](https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.1.0) | Continual | 6.5.10+ | 8, 11 | 3.3.9+
[v1.0.0](https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.0.0) | Continual | 6.5.4+ | 8, 11 | 3.3.9+

Setup your local development environment for [AEM as a Cloud Service SDK](https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/overview.html) or for [older versions of AEM](https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html).

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
<bnd.version>5.1.2</bnd.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<aem.sdk.api>2022.11.9850.20221116T162329Z-220900</aem.sdk.api>
<aem.sdk.api>2023.7.12874.20230726T072051Z-230702</aem.sdk.api>
<componentGroupName>WKND Site</componentGroupName>
<core.wcm.components.version>2.20.8</core.wcm.components.version>
<uber.jar.version>6.5.13</uber.jar.version>
<core.wcm.components.version>2.23.2</core.wcm.components.version>
<uber.jar.version>6.5.17</uber.jar.version>
<wknd-shared.version>3.1.0</wknd-shared.version>
<wknd-shared.65.version>2.2.2</wknd-shared.65.version>
<aemanalyser.version>1.4.10</aemanalyser.version>
<aemanalyser.version>1.5.8</aemanalyser.version>
</properties>

<organization>
Expand Down Expand Up @@ -453,7 +453,7 @@ Bundle-DocURL:
</build>

<profiles>

<!-- ====================================================== -->
<!-- A D O B E P U B L I C P R O F I L E -->
<!-- ====================================================== -->
Expand Down

0 comments on commit bdd75cb

Please sign in to comment.