We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498cf5 commit e79d0a7Copy full SHA for e79d0a7
1 file changed
pom.xml
@@ -106,7 +106,7 @@
106
<plugin>
107
<groupId>org.apache.maven.plugins</groupId>
108
<artifactId>maven-gpg-plugin</artifactId>
109
- <version>3.2.0</version>
+ <version>3.1.0</version>
110
<executions>
111
<execution>
112
<id>sign-artifacts</id>
@@ -117,7 +117,6 @@
117
<configuration>
118
<!-- Prevent `gpg` from using pinentry programs -->
119
<gpgArguments>
120
- <arg>--batch</arg>
121
<arg>--pinentry-mode</arg>
122
<arg>loopback</arg>
123
</gpgArguments>
0 commit comments