diff --git a/README.md b/README.md
index 5f5642ceb..f0cbec468 100644
--- a/README.md
+++ b/README.md
@@ -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=45\
+ -D archetypeVersion=46\
-D appTitle="My Site" \
-D appId="mysite" \
-D groupId="com.mysite"
@@ -99,7 +99,7 @@ Name | Default | Description
Archetype | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven
---------|---------|---------|---------|---------
-[45](https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-45) | Continual | 6.5.7.0+ | 8, 11 | 3.3.9+
+[46](https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-46) | Continual | 6.5.7.0+ | 8, 11 | 3.3.9+
Setup your local development environment for [AEM as a Cloud Service SDK](https://docs.adobe.com/content/help/en/experience-manager-learn/cloud-service/local-development-environment-set-up/overview.html) or for [older versions of AEM](https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html).
diff --git a/VERSIONS.md b/VERSIONS.md
index 247ec3766..e726b5a64 100644
--- a/VERSIONS.md
+++ b/VERSIONS.md
@@ -20,5 +20,5 @@ 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, 40, 41, 42, 43, 45 | 6.5.7, AEM as a Cloud Service
-46 | 6.5.17, AEM as a Cloud Service
+28, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 46 | 6.5.7, AEM as a Cloud Service
+47 | 6.5.17, AEM as a Cloud Service
diff --git a/pom.xml b/pom.xml
index 722bb3505..2eb10737c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
com.adobe.aem
aem-project-archetype
- 46-SNAPSHOT
+ 47-SNAPSHOT
maven-archetype
AEM Multi-Module Archetype