From 08a852a8ce8789ff8711bc1c6f691ffbfef4de8b Mon Sep 17 00:00:00 2001 From: Brian Long Date: Thu, 30 Jun 2022 16:35:48 -0400 Subject: [PATCH] build per ACS minor version --- pom.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 68 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e90c894..6d94a81 100644 --- a/pom.xml +++ b/pom.xml @@ -5,21 +5,23 @@ com.inteligr8.alfresco cxf-jaxrs-platform-module - 1.0-SNAPSHOT + 1.1-SNAPSHOT jar CXF-based JAX-RS enablement for ACS Platform Module UTF-8 - 8 - 8 - - 4.2.0 - 6.2.0-ga - 2.9.9 - 8081 + + + 11 + 11 + 11 + 5.2.0 + 7.2.0 + 2.13.1 + acs72 @@ -48,13 +50,17 @@ com.fasterxml.jackson.module - jjackson-module-jaxb-annotations + jackson-module-jaxb-annotations provided + + org.alfresco + alfresco-repository + com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider @@ -64,6 +70,12 @@ + + maven-jar-plugin + + ${alfresco.module.classifier} + + io.repaint.maven tiles-maven-plugin @@ -95,6 +107,53 @@ 1200000 + + acs62 + + + acsMinorVersion + 6.2 + + + + 8 + 8 + 4.2.0 + 6.2.0-ga + 2.9.9 + acs62 + + + + acs70 + + + acsMinorVersion + 7.0 + + + + 5.0.0 + 7.0.0 + 2.12.1 + acs70 + + + + acs71 + + + acsMinorVersion + 7.1 + + + + 5.1.0 + 7.1.0 + 2.12.3 + acs71 + +