From eea48a57d8d12c9d0a760683277952c40cee3717 Mon Sep 17 00:00:00 2001 From: Jack Tsai Date: Tue, 22 Nov 2022 23:35:37 +0800 Subject: [PATCH] Update pom.xml for Release (#261) Co-authored-by: tsaitsung-han.tht --- pom.xml | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e0644e1c..4a0dfb88 100644 --- a/pom.xml +++ b/pom.xml @@ -248,17 +248,6 @@ coveralls-maven-plugin 4.3.0 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.3 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - true - - @@ -292,6 +281,31 @@ org.eluder.coveralls coveralls-maven-plugin + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + +