From 8f71cf816443df33ade76b0d0138df014324e51e Mon Sep 17 00:00:00 2001 From: Sven Kubiak Date: Mon, 17 Jul 2023 14:09:42 +0200 Subject: [PATCH] Switched from maven release to sonatype staging plugin --- pom.xml | 65 +++++++++++++++++---------------------------------------- 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/pom.xml b/pom.xml index 32a6996..8a1da81 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,8 @@ - + 4.0.0 de.svenkubiak jpushover - 7.0.4-SNAPSHOT + 7.0.8 jar @@ -176,7 +174,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.1.2 org.apache.maven.plugins @@ -201,14 +199,28 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh - https://s01.oss.sonatype.org/ + https://oss.sonatype.org/ true + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + @@ -219,43 +231,4 @@ test - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - verify - - sign - - - - - - - - \ No newline at end of file