From bb2f1c635f1899ea960621c50b9f66a6b1e4c00e Mon Sep 17 00:00:00 2001 From: Vikram Chaitanya Date: Sat, 7 Aug 2021 11:48:07 +0530 Subject: [PATCH] maven release changes --- pom.xml | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6faa7a..c4be16c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,13 @@ 4.0.0 - com.testsigma.kibbutz.archetypes + com.testsigma kibbutz-plugin-archetype 1.0.0 kibbutz-plugin-archetype maven-archetype Archetype used to generate Testsigma SDK Plugin + https://github.com/TestsigmaInc/kibbutz-addon-archetype @@ -97,6 +98,18 @@ 3.141.59 + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + @@ -125,6 +138,31 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + +