diff --git a/README.md b/README.md index 4707fd11d..83b891b22 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Or use your mvn skills: mvn archetype:generate \ -DarchetypeGroupId=com.adobe.granite.archetypes \ -DarchetypeArtifactId=aem-project-archetype \ - -DarchetypeVersion=18 + -DarchetypeVersion=19 -Where 18 is the archetype version number that you want to use (see archetype versions below). +Where 19 is the archetype version number that you want to use (see archetype versions below). ### Available properties @@ -117,7 +117,7 @@ Then change to the directory in which you want to create the project and run: mvn archetype:generate \ -DarchetypeGroupId=com.adobe.granite.archetypes \ -DarchetypeArtifactId=aem-project-archetype \ - -DarchetypeVersion=19-SNAPSHOT + -DarchetypeVersion=20-SNAPSHOT Side note: The profile "adobe-public" must be activated when using profiles like "autoInstallPackage" mentioned above. diff --git a/VERSIONS.md b/VERSIONS.md index f963d0ee5..b648c0c23 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -15,4 +15,5 @@ Archetype Version | AEM Version 15 | 6.4, 6.3 + SP2 16 | 6.4, 6.3 + SP2 17 | 6.4, 6.3 + SP2 -18 | 6.5, 6.4, 6.3 + SP3 \ No newline at end of file +18 | 6.5, 6.4, 6.3 + SP3 +19 | 6.5, 6.4, 6.3 + SP3 \ No newline at end of file