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:
@@ -34,8 +34,8 @@
|
||||
<!-- Alfresco Platform and Share webapp versions, these are the original Alfresco webapps that will be
|
||||
customized and then deployed and run by the tomcat maven plugin when
|
||||
executing for example $ mvn clean install alfresco:run -->
|
||||
<alfresco.platform.version>5.2.e</alfresco.platform.version>
|
||||
<alfresco.share.version>5.2.d</alfresco.share.version>
|
||||
<alfresco.platform.version>5.2.f</alfresco.platform.version>
|
||||
<alfresco.share.version>5.2.e</alfresco.share.version>
|
||||
|
||||
<!-- Default is to run with a Community edition, change to 'enterprise' if using Enterprise edition -->
|
||||
<maven.alfresco.edition>community</maven.alfresco.edition>
|
||||
|
@@ -34,9 +34,9 @@
|
||||
<!-- Alfresco Platform webapp version, this is the original Alfresco webapp that will be
|
||||
customized and then deployed and run by the tomcat maven plugin when
|
||||
executing for example $ mvn clean install alfresco:run -->
|
||||
<alfresco.platform.version>5.2.e</alfresco.platform.version>
|
||||
<alfresco.platform.version>5.2.f</alfresco.platform.version>
|
||||
<!-- Alfresco Share version, so we can bring in correct alfresco-share-services artifact -->
|
||||
<alfresco.share.version>5.2.d</alfresco.share.version>
|
||||
<alfresco.share.version>5.2.e</alfresco.share.version>
|
||||
|
||||
<!-- Default is to run with a Community edition, change to 'enterprise' if using Enterprise edition -->
|
||||
<maven.alfresco.edition>community</maven.alfresco.edition>
|
||||
|
@@ -122,7 +122,7 @@
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-mmt</artifactId>
|
||||
<version>5.1.g</version>
|
||||
<version>5.2.f</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
|
||||
|
@@ -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")
|
||||
|
2
pom.xml
2
pom.xml
@@ -129,7 +129,7 @@
|
||||
<alfresco.sdk.tests.exclude>*/*-enterprise*/*</alfresco.sdk.tests.exclude>
|
||||
|
||||
<!-- The following version is needed for alfresco-rad -->
|
||||
<alfresco.community.default.version>5.2.e</alfresco.community.default.version>
|
||||
<alfresco.community.default.version>5.2.f</alfresco.community.default.version>
|
||||
<alfresco.enterprise.default.version>5.2.0</alfresco.enterprise.default.version>
|
||||
<alfresco.sdk.default.edition>community</alfresco.sdk.default.edition>
|
||||
|
||||
|
Reference in New Issue
Block a user