From 9b652c7c6f0cc3ac7fb71a9dbdd775bb9f1adece Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 14:38:32 -0400 Subject: [PATCH 1/2] updated dependencies/plugins --- pom.xml | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 2626cc6..438bfdf 100644 --- a/pom.xml +++ b/pom.xml @@ -41,11 +41,10 @@ 11 11 11 - lines,vars,source - 3.1.10 - 4.1.0 - 2.18.1 + 4.0.2 + 4.1.5 + 2.21.2 @@ -57,7 +56,7 @@ jakarta.activation jakarta.activation-api - 2.1.3 + 2.1.4 com.fasterxml.jackson.module @@ -91,10 +90,32 @@ com.inteligr8.alfresco.activiti + + + + maven-clean-plugin + 3.5.0 + + + com.googlecode.maven-download-plugin + download-maven-plugin + 1.13.0 + + + com.inteligr8 + regex-maven-plugin + 1.0.7 + + + org.raml.jaxrs + raml-to-jaxrs-maven-plugin + 3.0.7 + + + maven-clean-plugin - 3.1.0 @@ -109,7 +130,6 @@ com.googlecode.maven-download-plugin download-maven-plugin - 1.6.3 download-aps-raml @@ -127,7 +147,6 @@ com.inteligr8 regex-maven-plugin - 1.0.5 fix-displayName @@ -186,7 +205,6 @@ org.raml.jaxrs raml-to-jaxrs-maven-plugin - 3.0.7 raml-codegen From b9c75778531f866e0502ce9fa16546786aac3e07 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 22 Apr 2026 14:38:42 -0400 Subject: [PATCH 2/2] ossrh-release to central-publish --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 438bfdf..4aecdd8 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ - ossrh-release + central-publish true @@ -245,7 +245,6 @@ maven-javadoc-plugin - 3.3.2 javadoc @@ -269,19 +268,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