plataform and share dependencies upgraded to match the latest GA release, which is 201702-GA

This commit is contained in:
Douglas C. R. Paes
2017-04-20 16:04:44 -03:00
parent b1facc65de
commit e4402a741f
5 changed files with 9 additions and 9 deletions

View File

@@ -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")