Skip to content

Commit

Permalink
Merge branch 'master' into release/1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
三樵 committed Feb 29, 2024
2 parents 3b724f9 + 8a817af commit ca3c91d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -363,6 +363,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit ca3c91d

Please sign in to comment.