From 8668fcf5e0bffd205b7f16416b32bed8a3889a95 Mon Sep 17 00:00:00 2001 From: Pasha Finkelshteyn Date: Thu, 13 Aug 2020 11:43:46 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Moves=20gpg=20sign=20to?= =?UTF-8?q?=20profile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index cec5eb05..37e6a08c 100644 --- a/pom.xml +++ b/pom.xml @@ -60,20 +60,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - http://maven.apache.org @@ -109,4 +95,27 @@ https://maven.pkg.github.com/JetBrains/kotlin-spark-api-parent + + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + +