diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
index efbb924c..da2207ea 100644
--- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,8 +34,8 @@
- 5.2.e
- 5.2.d
+ 5.2.f
+ 5.2.e
community
diff --git a/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml
index d04617a0..df93af69 100644
--- a/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/alfresco-platform-jar-archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,9 +34,9 @@
- 5.2.e
+ 5.2.f
- 5.2.d
+ 5.2.e
community
diff --git a/plugins/alfresco-maven-plugin/pom.xml b/plugins/alfresco-maven-plugin/pom.xml
index a51be440..e400da8d 100644
--- a/plugins/alfresco-maven-plugin/pom.xml
+++ b/plugins/alfresco-maven-plugin/pom.xml
@@ -122,7 +122,7 @@
org.alfresco
alfresco-mmt
- 5.1.g
+ 5.2.f
org.alfrescolabs.alfresco-technical-validation
diff --git a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AbstractRunMojo.java b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AbstractRunMojo.java
index 9d0cf94d..2221f1bf 100644
--- a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AbstractRunMojo.java
+++ b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/AbstractRunMojo.java
@@ -317,13 +317,13 @@ public abstract class AbstractRunMojo extends AbstractMojo {
@Parameter(property = "activiti.admin.war.artifactId", defaultValue = "activiti-admin")
protected String activitiAdminWarArtifactId;
- @Parameter(property = "alfresco.platform.version", defaultValue = "5.2.e")
+ @Parameter(property = "alfresco.platform.version", defaultValue = "5.2.f")
protected String alfrescoPlatformVersion;
- @Parameter(property = "alfresco.share.version", defaultValue = "5.2.d")
+ @Parameter(property = "alfresco.share.version", defaultValue = "5.2.e")
protected String alfrescoShareVersion;
- @Parameter(property = "alfresco.api.explorer.version", defaultValue = "5.2.e")
+ @Parameter(property = "alfresco.api.explorer.version", defaultValue = "5.2.f")
protected String alfrescoApiExplorerVersion;
@Parameter(property = "activiti.version", defaultValue = "1.5.3")
diff --git a/pom.xml b/pom.xml
index 8857e2be..04a865bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
*/*-enterprise*/*
- 5.2.e
+ 5.2.f
5.2.0
community