From b85bb8357d58ce2061dbc0c1bb45eb920191425f Mon Sep 17 00:00:00 2001 From: Sameeul Samee Date: Sat, 8 Jun 2024 21:59:15 -0400 Subject: [PATCH] Update pom.xml --- pom.xml | 81 ++++++++++++++++++++------------------------------------- 1 file changed, 28 insertions(+), 53 deletions(-) diff --git a/pom.xml b/pom.xml index 4790c4fd..b27feec7 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,18 @@ maven-surefire-plugin 2.22.2 - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + @@ -186,61 +197,25 @@ 1.7.0 - - - - maven-release-plugin - ${version.maven-release-plugin} - - @{project.version} - - - - maven-gpg-plugin - ${version.maven-gpg-plugin} - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - - org.sonatype.central - central-publishing-maven-plugin - 0.3.0 - true - - central - true - - - - maven-gpg-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://s01.oss.sonatype.org/ - true - + ${version.maven-gpg-plugin} + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + +