mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
migration to ACS and Share 7
This commit is contained in:
24
pom.xml
24
pom.xml
@@ -327,6 +327,30 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
<!-- 7.0 -->
|
||||||
|
<!-- This profiles requires to be executed using Java 11 -->
|
||||||
|
<profile>
|
||||||
|
<id>community-70-tests</id>
|
||||||
|
<properties>
|
||||||
|
<alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId>
|
||||||
|
<alfresco.platform.version>7.0.0-A20</alfresco.platform.version>
|
||||||
|
<alfresco.share.version>7.0.0-M3</alfresco.share.version>
|
||||||
|
<alfresco.platform.docker.image>alfresco/alfresco-content-repository-community</alfresco.platform.docker.image>
|
||||||
|
<alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<id>enterprise-70-tests</id>
|
||||||
|
<properties>
|
||||||
|
<alfresco.bomDependency.artifactId>acs-packaging</alfresco.bomDependency.artifactId>
|
||||||
|
<alfresco.platform.version>7.0.0-A20</alfresco.platform.version>
|
||||||
|
<alfresco.share.version>7.0.0-M3</alfresco.share.version>
|
||||||
|
<alfresco.platform.docker.image>alfresco/alfresco-content-repository</alfresco.platform.docker.image>
|
||||||
|
<alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>enterprise-70-tests</id>
|
<id>enterprise-70-tests</id>
|
||||||
<properties>
|
<properties>
|
||||||
|
Reference in New Issue
Block a user