From af23be4e64e9650e07e85a6155594f509c7705f0 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Fri, 16 Jun 2023 09:47:40 -0400 Subject: [PATCH] modified path replacement for ACS v6.x+ --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5be0d1b..e746899 100644 --- a/pom.xml +++ b/pom.xml @@ -225,23 +225,23 @@ /\*\* - (\* Alfresco Core REST API[^@]*)@Path\("/"\) + (\*\*Core API\*\*[^@]*)@Path\("/"\) $1@Path("/api/-default-/public/alfresco/versions/1") - (\* Alfresco Workflow REST API[^@]*)@Path\("/"\) + (\*\*Workflow API\*\*[^@]*)@Path\("/"\) $1@Path("/api/-default-/public/workflow/versions/1") - (\* Alfresco Authentication REST API[^@]*)@Path\("/"\) + (\*\*Authentication API\*\*[^@]*)@Path\("/"\) $1@Path("/api/-default-/public/authentication/versions/1") - (\* Alfresco Discovery REST API[^@]*)@Path\("/"\) + (\*\*Discovery API\*\*[^@]*)@Path\("/"\) $1@Path("/api") - (\* Alfresco Search REST API[^@]*)@Path\("/"\) + (\*\*Search API\*\*[^@]*)@Path\("/"\) $1@Path("/api/-default-/public/search/versions/1")