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")