Skip to content

Commit 7f71cbc

Browse files
authored
gpg maven upgrade (#132)
1 parent 5e1de05 commit 7f71cbc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
6+
77
<groupId>com.redislabs</groupId>
88
<artifactId>jredisgraph</artifactId>
99
<version>2.5.1-SNAPSHOT</version>
10-
10+
1111
<name>JRedisGraph</name>
1212
<description>Official client for Redis-Graph</description>
1313
<url>https://redisgraph.io</url>
@@ -171,7 +171,13 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-gpg-plugin</artifactId>
174-
<version>1.5</version>
174+
<version>3.0.1</version>
175+
<configuration>
176+
<gpgArguments>
177+
<arg>--pinentry-mode</arg>
178+
<arg>loopback</arg>
179+
</gpgArguments>
180+
</configuration>
175181
<executions>
176182
<execution>
177183
<id>sign-artifacts</id>
@@ -182,6 +188,7 @@
182188
</execution>
183189
</executions>
184190
</plugin>
191+
185192
<plugin>
186193
<groupId>org.apache.maven.plugins</groupId>
187194
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)