From fa1bbdd89ea4a4df1d8e055e323b1362573792f9 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 14 Sep 2017 10:59:41 +0000 Subject: [PATCH 1/2] [maven-release-plugin] prepare release acs-community-packaging-6.0.a --- pom.xml | 4 +- war/pom.xml | 2 +- zip/pom.xml | 371 ++++++++++++++++++++++++++-------------------------- 3 files changed, 188 insertions(+), 189 deletions(-) diff --git a/pom.xml b/pom.xml index 31e8b6cd2c..b18634619e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 acs-community-packaging Alfresco Content Services Community Packaging - 6.0.a-SNAPSHOT + 6.0.a pom @@ -20,7 +20,7 @@ scm:git:git@github.com:Alfresco/acs-community-packaging.git scm:git:git@github.com:Alfresco/acs-community-packaging.git https://github.com/Alfresco/acs-community-packaging - HEAD + acs-community-packaging-6.0.a diff --git a/war/pom.xml b/war/pom.xml index 6486c4afbf..f5b3f6756b 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 6.0.a-SNAPSHOT + 6.0.a ../pom.xml diff --git a/zip/pom.xml b/zip/pom.xml index ee8a2cc871..1c0fdd4a68 100644 --- a/zip/pom.xml +++ b/zip/pom.xml @@ -1,186 +1,185 @@ - - 4.0.0 - alfresco-content-services-community-distribution - jar - Alfresco Content Services Community WAR Installation - - - org.alfresco - acs-community-packaging - 6.0.a-SNAPSHOT - ../pom.xml - - - - - - org.alfresco - content-services-community - ${project.version} - war - - - org.alfresco - alfresco-server-root - war - - - - org.alfresco - alfresco-mmt - - - - - org.alfresco - alfresco-repository - - - org.alfresco - alfresco-data-model - - - org.alfresco - content-services-community - ${project.version} - classes - - - - - org.postgresql - postgresql - ${dependency.postgresql.version} - - - - - org.alfresco - alfresco-pdf-renderer - linux - tgz - - - org.alfresco - alfresco-pdf-renderer - win64 - tgz - - - - - - ${project.artifactId}-${project.version} - - - - src/main/resources - true - - - - - maven-dependency-plugin - - - - extract-keystore - generate-resources - - unpack - - - - - org.alfresco - alfresco-repository - alfresco/keystore/** - - - - - - - - extract-jlan-dll - generate-resources - - unpack - - - - - org.alfresco - alfresco-jlan-embed - windll - *.dll - - - - - - - - copy-resources - generate-resources - - copy - - - - - org.alfresco - alfresco-server-root - war - ${project.build.outputDirectory}/web-server/webapps - ROOT.war - - - - - - - - - - maven-assembly-plugin - - - make-assembly - package - - single - - - - - false - - src/assemblies/distribution.xml - - - - - - - maven-jar-plugin - - - create-assembly-descriptor - - jar - - - assembly - ${basedir}/src - - assemblies/* - - - - - - - - + + 4.0.0 + alfresco-content-services-community-distribution + jar + Alfresco Content Services Community WAR Installation + + + org.alfresco + acs-community-packaging + 6.0.a + ../pom.xml + + + + + + org.alfresco + content-services-community + ${project.version} + war + + + org.alfresco + alfresco-server-root + war + + + + org.alfresco + alfresco-mmt + + + + + org.alfresco + alfresco-repository + + + org.alfresco + alfresco-data-model + + + org.alfresco + content-services-community + ${project.version} + classes + + + + + org.postgresql + postgresql + ${dependency.postgresql.version} + + + + + org.alfresco + alfresco-pdf-renderer + linux + tgz + + + org.alfresco + alfresco-pdf-renderer + win64 + tgz + + + + + + ${project.artifactId}-${project.version} + + + + src/main/resources + true + + + + + maven-dependency-plugin + + + + extract-keystore + generate-resources + + unpack + + + + + org.alfresco + alfresco-repository + alfresco/keystore/** + + + + + + + + extract-jlan-dll + generate-resources + + unpack + + + + + org.alfresco + alfresco-jlan-embed + windll + *.dll + + + + + + + + copy-resources + generate-resources + + copy + + + + + org.alfresco + alfresco-server-root + war + ${project.build.outputDirectory}/web-server/webapps + ROOT.war + + + + + + + + + + maven-assembly-plugin + + + make-assembly + package + + single + + + + + false + + src/assemblies/distribution.xml + + + + + + + maven-jar-plugin + + + create-assembly-descriptor + + jar + + + assembly + ${basedir}/src + + assemblies/* + + + + + + + + From 1ad0851513796d1d4e1441a60dd264a692e43b24 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 14 Sep 2017 10:59:47 +0000 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- war/pom.xml | 2 +- zip/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b18634619e..ec0ab9e6c1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 acs-community-packaging Alfresco Content Services Community Packaging - 6.0.a + 6.0.b-SNAPSHOT pom @@ -20,7 +20,7 @@ scm:git:git@github.com:Alfresco/acs-community-packaging.git scm:git:git@github.com:Alfresco/acs-community-packaging.git https://github.com/Alfresco/acs-community-packaging - acs-community-packaging-6.0.a + HEAD diff --git a/war/pom.xml b/war/pom.xml index f5b3f6756b..98befc548c 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 6.0.a + 6.0.b-SNAPSHOT ../pom.xml diff --git a/zip/pom.xml b/zip/pom.xml index 1c0fdd4a68..66b48d86fa 100644 --- a/zip/pom.xml +++ b/zip/pom.xml @@ -7,7 +7,7 @@ org.alfresco acs-community-packaging - 6.0.a + 6.0.b-SNAPSHOT ../pom.xml