Skip to content

Commit

Permalink
Release/51 (#1243)
Browse files Browse the repository at this point in the history
* Release/51

* [maven-release-plugin] prepare release aem-project-archetype-51

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: adobe-bot <Grp-opensourceoffice@adobe.com>
  • Loading branch information
akshayvas and adobe-bot authored Oct 23, 2024
1 parent 1818ca9 commit ea27d77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# AEM Project Archetype

![Test](https://github.com/adobe/aem-project-archetype/workflows/Test/badge.svg)
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.adobe.aem</groupId>
<artifactId>aem-project-archetype</artifactId>
<version>51-SNAPSHOT</version>
<version>52-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>AEM Multi-Module Archetype</name>
Expand Down

0 comments on commit ea27d77

Please sign in to comment.