From 7f71cbc0768d850816bd7cdfac914791ac18bb85 Mon Sep 17 00:00:00 2001 From: Chayim Date: Tue, 31 Aug 2021 10:43:52 +0300 Subject: [PATCH] gpg maven upgrade (#132) --- pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 61e879b..67afe44 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + com.redislabs jredisgraph 2.5.1-SNAPSHOT - + JRedisGraph Official client for Redis-Graph https://redisgraph.io @@ -171,7 +171,13 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.0.1 + + + --pinentry-mode + loopback + + sign-artifacts @@ -182,6 +188,7 @@ + org.apache.maven.plugins maven-pmd-plugin