Skip to content

Commit

Permalink
chore(gpg): upgrade maven gpg plugin to 3.2.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff authored Mar 14, 2024
1 parent a2896d4 commit 2247dc8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.0</maven-gpg-plugin.version>
<gmavenplus-plugin.version>3.0.0</gmavenplus-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<groovy.version>3.0.19</groovy.version>
Expand Down Expand Up @@ -394,14 +394,6 @@
<goal>sign</goal>
</goals>
<phase>verify</phase>
<configuration>
<!-- Prevent `gpg` from using pinentry
programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 2247dc8

Please sign in to comment.