diff --git a/distribution/pom.xml b/distribution/pom.xml index 58af8c81a..ecbca66e2 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ org.alfresco alfresco-content-services-community-distribution - ${alfresco.platform.version} + ${dependency.acs-community-packaging.version} zip @@ -82,7 +82,7 @@ org.alfresco alfresco-content-services-community-distribution - ${alfresco.platform.version} + ${dependency.acs-community-packaging.version} zip diff --git a/distribution/src/assembly/full-distribution.xml b/distribution/src/assembly/full-distribution.xml index 736b95310..e7c2220e2 100644 --- a/distribution/src/assembly/full-distribution.xml +++ b/distribution/src/assembly/full-distribution.xml @@ -17,13 +17,13 @@ - ${project.build.directory}/dependency/alfresco-content-services-community-distribution-${alfresco.platform.version} + ${project.build.directory}/dependency/alfresco-content-services-community-distribution-${dependency.acs-community-packaging.version} - ${project.build.directory}/dependency/alfresco-content-services-distribution-${alfresco.platform.version} + ${project.build.directory}/dependency/alfresco-content-services-distribution-${dependency.acs-packaging.version} diff --git a/distribution/src/main/resources/README.txt b/distribution/src/main/resources/README.txt index 820973291..63104fc29 100644 --- a/distribution/src/main/resources/README.txt +++ b/distribution/src/main/resources/README.txt @@ -2,7 +2,7 @@ Alfresco Community (Build: ${installer.version.name}) =============================== Contains: - - Alfresco Content Services Community: ${alfresco.platform.version} + - Alfresco Content Services Community: ${dependency.acs-community-packaging.version} - Alfresco Share: ${alfresco.share.version} For users of Alfresco Community Edition, more information on this release is available at https://community.alfresco.com/community/ecm diff --git a/ear/pom.xml b/ear/pom.xml index c8d1407a9..db01551f1 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -9,19 +9,6 @@ pom - - - - - org.alfresco - alfresco-parent - ${alfresco.platform.version} - pom - import - - - - @@ -39,7 +26,6 @@ org.alfresco alfresco-server-root - ${alfresco.platform.version} war @@ -230,7 +216,7 @@ alfresco-content-services-full-distribution true - alfresco-content-services-full-distribution-${alfresco.platform.version}/solr4/,alfresco-content-services-full-distribution-${alfresco.platform.version}/web-server/webapps/,alfresco-content-services-full-distribution-${alfresco.platform.version}/modules/ + alfresco-content-services-full-distribution-${dependency.acs-packaging.version}/solr4/,alfresco-content-services-full-distribution-${dependency.acs-packaging.version}/web-server/webapps/,alfresco-content-services-full-distribution-${dependency.acs-packaging.version}/modules/ @@ -262,7 +248,7 @@ 1.0.1 - ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${alfresco.platform.version}/web-server/lib + ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${dependency.acs-packaging.version}/web-server/lib diff --git a/ear/src/assembly/ear-distribution.xml b/ear/src/assembly/ear-distribution.xml index 0f3629d4b..a7a3349f4 100644 --- a/ear/src/assembly/ear-distribution.xml +++ b/ear/src/assembly/ear-distribution.xml @@ -8,14 +8,14 @@ - ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${alfresco.platform.version} + ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${dependency.acs-packaging.version} web-server/shared/** - ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${alfresco.platform.version}/web-server/shared/classes + ${project.build.directory}/dependency/alfresco-content-services-full-distribution-${dependency.acs-packaging.version}/web-server/shared/classes web-server/classpath diff --git a/enterprise-distribution/pom.xml b/enterprise-distribution/pom.xml index 4fd8b6745..b029efb9d 100644 --- a/enterprise-distribution/pom.xml +++ b/enterprise-distribution/pom.xml @@ -19,7 +19,7 @@ org.alfresco alfresco-content-services-distribution - ${alfresco.platform.version} + ${dependency.acs-packaging.version} zip @@ -81,7 +81,7 @@ org.alfresco alfresco-content-services-distribution - ${alfresco.platform.version} + ${dependency.acs-packaging.version} zip diff --git a/enterprise-distribution/src/main/resources/README.txt b/enterprise-distribution/src/main/resources/README.txt index 66e574171..2bfc9a0f2 100644 --- a/enterprise-distribution/src/main/resources/README.txt +++ b/enterprise-distribution/src/main/resources/README.txt @@ -2,7 +2,7 @@ Alfresco Content Services (Build: ${installer.version.name}) ============================================== Contains: - - Alfresco Content Services Platform: ${alfresco.platform.version} - - Alfresco Content Services Share: ${alfresco.share.version} + - Alfresco Content Services: ${dependency.acs-packaging.version} + - Alfresco Share: ${alfresco.share.version} See the Alfresco Support Portal (http://support.alfresco.com) for release notes and detailed information on this release. diff --git a/enterprise-war-for-ear/pom.xml b/enterprise-war-for-ear/pom.xml index 9e83c72be..12ac4d8ec 100644 --- a/enterprise-war-for-ear/pom.xml +++ b/enterprise-war-for-ear/pom.xml @@ -13,7 +13,7 @@ org.alfresco content-services - ${alfresco.platform.version} + ${dependency.acs-packaging.version} war diff --git a/installer/pom.xml b/installer/pom.xml index 41314cf84..924558bb8 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -272,14 +272,6 @@ ${alfresco.googledocs.version} amp - - - org.alfresco - alfresco-spp - ${alfresco.platform.version} - amp - alfresco-spp.amp - diff --git a/pom.xml b/pom.xml index 740899582..105473093 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,11 @@ Alfresco Full Installation - - 5.3-SNAPSHOT + + 6.0.a-SNAPSHOT + + + 6.0.0-SNAPSHOT 5.2.2-SNAPSHOT @@ -74,6 +77,19 @@ share-po-run + + + + + org.alfresco + acs-packaging + ${dependency.acs-packaging.version} + pom + import + + + + community diff --git a/public-javadoc/pom.xml b/public-javadoc/pom.xml index 1f2762229..72f7d9fcc 100644 --- a/public-javadoc/pom.xml +++ b/public-javadoc/pom.xml @@ -18,7 +18,6 @@ org.alfresco alfresco-remote-api - ${alfresco.platform.version} org.alfresco