From af5435d596679123098844564069a2f6a227ca66 Mon Sep 17 00:00:00 2001 From: AKSHAY VASISHTH Date: Tue, 22 Oct 2024 11:46:33 +0530 Subject: [PATCH] Release/51 --- README.md | 5 +++-- VERSIONS.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f7e9020b..4a146889b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # AEM Project Archetype ![Test](https://github.com/adobe/aem-project-archetype/workflows/Test/badge.svg) @@ -55,7 +56,7 @@ To generate a project, adjust the following command line to your needs: mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ - -D archetypeVersion=50\ + -D archetypeVersion=51\ -D appTitle="My Site" \ -D appId="mysite" \ -D groupId="com.mysite" @@ -100,7 +101,7 @@ Name | Default | Description Archetype | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven ---------|---------|---------|---------|--------- -[50](https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-50) | Continual | 6.5.17.0+ | 8, 11 | 3.3.9+ +[51](https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-51) | Continual | 6.5.17.0+ | 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) diff --git a/VERSIONS.md b/VERSIONS.md index 6d84ffa6d..f41b1b390 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -21,4 +21,4 @@ Archetype Version | AEM Version 23 | 6.5, 6.4, 6.3 + SP3 24, 25, 26, 27 | 6.5.5, 6.4.8.1 28, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44 | 6.5.7, AEM as a Cloud Service -45, 46, 47, 48, 49, 50 | 6.5.17, AEM as a Cloud Service +45, 46, 47, 48, 49, 50, 51 | 6.5.17, AEM as a Cloud Service