mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
124152 adavis: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2) 124140: Added a new maven profile for "update-test", 124136: hard code a value for base.installer.version, git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.2.N@124169 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -57,6 +57,9 @@
|
||||
|
||||
<alfresco.package.name>alfresco-community</alfresco.package.name>
|
||||
<alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name>
|
||||
|
||||
<!-- The URL of the "base" installer for the end to enterprise update test -->
|
||||
<base.installer.version>https://releases.alfresco.com/Enterprise-5.1/5.1.0/AlfrescoOne/build-00019/ALL/alfresco-one-installer-201603-linux-x64.bin</base.installer.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@@ -81,7 +84,12 @@
|
||||
<module>enterprise-distribution</module>
|
||||
<module>enterprise-update</module>
|
||||
<module>enterprise-installer</module>
|
||||
<module>enterprise-update-test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>update-test</id>
|
||||
<modules>
|
||||
<module>enterprise-update-test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
|
Reference in New Issue
Block a user