mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
plataform and share dependencies upgraded to match the latest GA release, which is 201702-GA
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user