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 eeaf93f7..41a38f93 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
@@ -37,15 +37,15 @@
- 5.2.a-EA
- 5.1.g
+ 5.2.b-EA
+ 5.2.a-EA
- 6.5
+ 6.6
- 1.0.82
+ 1.0.85
true
+
+ true
- 5.2.a-EA
+ 5.2.b-EA
- 5.1.g
+ 5.2.a-EA
false
+
+ true
- 5.1.g
+ 5.2.a-EA
- 6.5
+ 6.6
- 1.0.82
+ 1.0.85
diff --git a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/RunMojo.java b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/RunMojo.java
index 8d180ea5..a9cc0e95 100644
--- a/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/RunMojo.java
+++ b/plugins/alfresco-maven-plugin/src/main/java/org/alfresco/maven/plugin/RunMojo.java
@@ -221,7 +221,7 @@ public class RunMojo extends AbstractMojo {
@Parameter(property = "alfresco.share.version", defaultValue = "5.1.g")
protected String alfrescoShareVersion;
- @Parameter(property = "alfresco.api.explorer.version", defaultValue = "1.0")
+ @Parameter(property = "alfresco.api.explorer.version", defaultValue = "1.2")
protected String alfrescoApiExplorerVersion;
/**