Skip to content

Commit e9cc346

Browse files
committed
Update GPG signer
1 parent 07faaa2 commit e9cc346

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@
1515
<plugin>
1616
<groupId>org.apache.maven.plugins</groupId>
1717
<artifactId>maven-gpg-plugin</artifactId>
18-
<version>1.5</version>
18+
<version>3.2.8</version>
1919
<executions>
2020
<execution>
2121
<id>sign-artifacts</id>
2222
<phase>verify</phase>
2323
<goals>
2424
<goal>sign</goal>
2525
</goals>
26-
<configuration>
27-
<keyname>B684D1ECE4EA8439A7E57D79261AA214130CE7AB</keyname>
28-
</configuration>
2926
</execution>
3027
</executions>
3128
</plugin>

0 commit comments

Comments
 (0)