Skip to content

Commit b473310

Browse files
authored
Merge pull request #526 from graphql-java-kickstart/renovate/org.apache.maven.plugins-maven-gpg-plugin-3.x
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3
2 parents 6db6667 + 7f3a3f5 commit b473310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
<plugin>
326326
<groupId>org.apache.maven.plugins</groupId>
327327
<artifactId>maven-gpg-plugin</artifactId>
328-
<version>1.6</version>
328+
<version>3.0.1</version>
329329
<executions>
330330
<execution>
331331
<id>sign-artifacts</id>
@@ -336,7 +336,7 @@
336336
</execution>
337337
</executions>
338338
<configuration>
339-
<!-- Prevent gpg from using pinentry programs -->
339+
<!-- Prevent gpg from using pinentry programs TDOD this may not be needed since v3 -->
340340
<gpgArguments>
341341
<arg>--pinentry-mode</arg>
342342
<arg>loopback</arg>

0 commit comments

Comments
 (0)