diff --git a/pom.xml b/pom.xml index 219d02b..cd91b2f 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 CXF-based REST API clients - 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 @@ -41,29 +41,27 @@ 11 11 11 - lines,vars,source - 5.10.0 - 6.0.19 - 4.0.2 + 6.2.18 com.inteligr8 common-rest-client - 3.0.0-cxf + 3.0.4-cxf com.inteligr8.alfresco aps-public-rest-api - 3.0.5 + 3.1.0 provided + org.junit.jupiter junit-jupiter-api - ${junit.version} + 5.14.3 test @@ -84,22 +82,30 @@ 2.20.0 test - - - - org.apache.cxf - cxf-rt-rs-client - ${cxf.version} - provided - + + + + maven-surefire-plugin + 3.5.5 + + + maven-failsafe-plugin + 3.5.5 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + + + org.codehaus.mojo build-helper-maven-plugin - 3.2.0 add-jaxrs-src @@ -121,34 +127,12 @@ - - 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} - - - - ossrh-release + central-publish true @@ -166,7 +150,6 @@ maven-javadoc-plugin - 3.3.2 javadoc @@ -190,19 +173,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