From 650e270fbae67f37c53e0113e7aba3e10a7cf9bf Mon Sep 17 00:00:00 2001
From: Morten Haraldsen <m.haraldsen@kezzler.com>
Date: Sat, 26 Feb 2022 15:08:13 +0100
Subject: [PATCH] Fix gpg signing

---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8edcd7a..cc4120f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>
-                <version>3.0.1</version>
+                <version>1.6</version>
                 <executions>
                     <execution>
                         <id>sign-artifacts</id>
@@ -170,6 +170,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <executable>gpg</executable>
                     <useAgent>false</useAgent>
                 </configuration>
             </plugin>