Skip to content

Commit e61f64e

Browse files
committed
Bump maven-gpg-plugin from 3.1.0 to 3.2.7
1 parent 218cc8a commit e61f64e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,10 @@
976976
<plugin>
977977
<groupId>org.apache.maven.plugins</groupId>
978978
<artifactId>maven-gpg-plugin</artifactId>
979-
<version>3.1.0</version>
979+
<version>3.2.7</version>
980+
<configuration>
981+
<bestPractices>true</bestPractices>
982+
</configuration>
980983
<executions>
981984
<execution>
982985
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)