From 49160034cf346d5e85c3d07e08d2ddc8ecc53be2 Mon Sep 17 00:00:00 2001 From: Martin Bergljung Date: Thu, 15 Sep 2016 14:08:03 +0100 Subject: [PATCH] Upgraded to Community release 201609 EA and added API Explorer app to AIO and Platform module, #402 --- .../src/main/resources/archetype-resources/pom.xml | 10 ++++++---- .../src/main/resources/archetype-resources/pom.xml | 6 ++++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- .../main/java/org/alfresco/maven/plugin/RunMojo.java | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) 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; /**