Rolled back the api-explorer version as there is no 5.2.f version yet.

This commit is contained in:
Douglas C. R. Paes 2017-04-20 16:41:49 -03:00
parent e4402a741f
commit 8862d67acd

View File

@ -323,7 +323,7 @@ public abstract class AbstractRunMojo extends AbstractMojo {
@Parameter(property = "alfresco.share.version", defaultValue = "5.2.e") @Parameter(property = "alfresco.share.version", defaultValue = "5.2.e")
protected String alfrescoShareVersion; protected String alfrescoShareVersion;
@Parameter(property = "alfresco.api.explorer.version", defaultValue = "5.2.f") @Parameter(property = "alfresco.api.explorer.version", defaultValue = "5.2.e")
protected String alfrescoApiExplorerVersion; protected String alfrescoApiExplorerVersion;
@Parameter(property = "activiti.version", defaultValue = "1.5.3") @Parameter(property = "activiti.version", defaultValue = "1.5.3")