Skip to content

Commit e79d0a7

Browse files
committed
downgrade gpg
1 parent 2498cf5 commit e79d0a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-gpg-plugin</artifactId>
109-
<version>3.2.0</version>
109+
<version>3.1.0</version>
110110
<executions>
111111
<execution>
112112
<id>sign-artifacts</id>
@@ -117,7 +117,6 @@
117117
<configuration>
118118
<!-- Prevent `gpg` from using pinentry programs -->
119119
<gpgArguments>
120-
<arg>--batch</arg>
121120
<arg>--pinentry-mode</arg>
122121
<arg>loopback</arg>
123122
</gpgArguments>

0 commit comments

Comments
 (0)