From f5a83cc5be438b16fb97b05b62de886dbd5c7d37 Mon Sep 17 00:00:00 2001
From: lengors <24527258+lengors@users.noreply.github.com>
Date: Thu, 8 Aug 2024 23:39:28 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20`gpg`=20plugin?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/pom.xml b/pom.xml
index 405a112..7a637b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
0.8.12
3.3.1
5.10.3
+ 3.2.4
3.4.2
@@ -135,6 +136,24 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven.gpg.version}
+
+ ${MAVEN_GPG_KEYNAME}
+
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
org.jacoco
jacoco-maven-plugin