Skip to content

Commit

Permalink
Release/40 releasenew (#1034)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release aem-project-archetype-40
* [maven-release-plugin] prepare for next development iteration
* release-40 update readme and version

---------

Co-authored-by: adobe-bot <Grp-opensourceoffice@adobe.com>
Co-authored-by: barshatr <barshatr@adobe.com>
  • Loading branch information
3 people committed Jan 31, 2023
1 parent af843ea commit a9103c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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=39\
-D archetypeVersion=40\
-D appTitle="My Site" \
-D appId="mysite" \
-D groupId="com.mysite"
Expand Down
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Archetype Version | AEM Version
20, 21, 22 | 6.5, 6.4, 6.3 + SP3
23 | 6.5, 6.4, 6.3 + SP3, AEM as a Cloud Service
24, 25, 26, 27 | 6.5.5, 6.4.8.1, AEM as a Cloud Service
28, 30, 31, 32, 33, 34, 35, 36, 37, 39 | 6.5.7, AEM as a Cloud Service
28, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40 | 6.5.7, 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>40-SNAPSHOT</version>
<version>41-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

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

0 comments on commit a9103c8

Please sign in to comment.