From ad1b7bceae1899aa35912d771e9dae272c0a0d1b Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 14:46:58 -0400 Subject: [PATCH 1/4] updated dependencies/plugins --- pom.xml | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 7a8cb75..16aa129 100644 --- a/pom.xml +++ b/pom.xml @@ -41,28 +41,27 @@ 11 11 11 - lines,vars,source - 5.10.0 - 6.0.19 + 6.2.18 com.inteligr8 common-rest-client - 3.0.0 + 3.0.4 com.inteligr8.alfresco aps-public-rest-api - 3.0-SNAPSHOT + 3.1-SNAPSHOT provided + org.junit.jupiter junit-jupiter-api - ${junit.version} + 5.14.3 test @@ -86,30 +85,23 @@ - - - maven-surefire-plugin - 3.1.0 - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - - - - - maven-failsafe-plugin - 3.1.0 - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - - - - + + + + maven-surefire-plugin + 3.5.5 + + + maven-failsafe-plugin + 3.5.5 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + + + From b64049d6a237c2eacb3b7dba187fc8fad6f1ffc0 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 14:45:26 -0400 Subject: [PATCH 2/4] ossrh-release to central-publish --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 16aa129..f5d4d88 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ - ossrh-release + central-publish true @@ -124,7 +124,6 @@ maven-javadoc-plugin - 3.3.2 javadoc @@ -148,19 +147,20 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true - ossrh - https://s01.oss.sonatype.org/ - true + central + true + - ossrh-deploy + deploy deploy - deploy + publish From ce8981c8830f62ba8a2970d7734926811e358b20 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 14:49:26 -0400 Subject: [PATCH 3/4] remove duplicative dependencies --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index 74ed19e..88e521f 100644 --- a/pom.xml +++ b/pom.xml @@ -42,8 +42,6 @@ 11 11 - 3.1.8 - 2.17.2 6.2.18 @@ -84,26 +82,6 @@ 2.20.0 test - - - - org.glassfish.jersey.inject - jersey-hk2 - ${jersey.version} - true - - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey.version} - - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - From f3071e8084a7c01f8bf8cb9d3597087a5f1a8bb8 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 15:16:19 -0400 Subject: [PATCH 4/4] bitbucket.org to git.inteligr8.com --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f5d4d88..0aefb25 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ Alfresco Process Services ReST API Client for Java An APS Client library for building REST API clients that support either the CXF and Jersey frameworks - https://bitbucket.org/inteligr8/aps-public-rest-client + https://git.inteligr8.com/inteligr8/aps-public-rest-client @@ -19,9 +19,9 @@ - scm:git:https://bitbucket.org/inteligr8/aps-public-rest-client.git - scm:git:git@bitbucket.org:inteligr8/aps-public-rest-client.git - https://bitbucket.org/inteligr8/aps-public-rest-client + scm:git:https://git.inteligr8.com/inteligr8/aps-public-rest-client.git + scm:git:git@git.inteligr8.com:inteligr8/aps-public-rest-client.git + https://git.inteligr8.com/inteligr8/aps-public-rest-client Inteligr8