diff --git a/archetypes/activiti-jar-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/activiti-jar-archetype/src/main/resources/archetype-resources/pom.xml index e94f7ac2..e9064b06 100644 --- a/archetypes/activiti-jar-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/activiti-jar-archetype/src/main/resources/archetype-resources/pom.xml @@ -24,7 +24,7 @@ activiti-admin - 1.5.1 + 1.5.3 1.1.6 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 3a1dd27f..60d5d976 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.b-EA - 5.2.a-EA + 5.2.e + 5.2.d - 6.6 + 6.11 - 1.0.85 + 1.0.101.3 1.1.6 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 1693de9a..6e33a58b 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 @@ -36,9 +36,9 @@ - 5.2.b-EA + 5.2.e - 5.2.a-EA + 5.2.d 1.1.6 diff --git a/archetypes/alfresco-share-jar-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-share-jar-archetype/src/main/resources/archetype-resources/pom.xml index f03d6da9..57f415e3 100644 --- a/archetypes/alfresco-share-jar-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/alfresco-share-jar-archetype/src/main/resources/archetype-resources/pom.xml @@ -22,14 +22,14 @@ - 5.2.a-EA + 5.2.d - 6.6 + 6.11 - 1.0.85 + 1.0.101.3 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 2696305f..7644b05f 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 @@ -295,16 +295,16 @@ public class RunMojo extends AbstractMojo { @Parameter(property = "activiti.admin.war.artifactId", defaultValue = "activiti-admin") protected String activitiAdminWarArtifactId; - @Parameter(property = "alfresco.platform.version", defaultValue = "5.2.a-EA") + @Parameter(property = "alfresco.platform.version", defaultValue = "5.2.e") protected String alfrescoPlatformVersion; - @Parameter(property = "alfresco.share.version", defaultValue = "5.1.g") + @Parameter(property = "alfresco.share.version", defaultValue = "5.2.d") protected String alfrescoShareVersion; - @Parameter(property = "alfresco.api.explorer.version", defaultValue = "1.2") + @Parameter(property = "alfresco.api.explorer.version", defaultValue = "5.2.e") protected String alfrescoApiExplorerVersion; - @Parameter(property = "activiti.version", defaultValue = "1.5.1") + @Parameter(property = "activiti.version", defaultValue = "1.5.3") protected String activitiVersion; /**