Skip to content

Commit

Permalink
upgraded plugin version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
agamkrbit authored Sep 4, 2023
1 parent 09d642a commit 79cc82a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -160,7 +160,6 @@
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
<arg>--no-tty</arg>
</gpgArguments>
</configuration>
</plugin>
Expand Down

0 comments on commit 79cc82a

Please sign in to comment.