We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07faaa2 commit e9cc346Copy full SHA for e9cc346
1 file changed
pom.xml
@@ -15,17 +15,14 @@
15
<plugin>
16
<groupId>org.apache.maven.plugins</groupId>
17
<artifactId>maven-gpg-plugin</artifactId>
18
- <version>1.5</version>
+ <version>3.2.8</version>
19
<executions>
20
<execution>
21
<id>sign-artifacts</id>
22
<phase>verify</phase>
23
<goals>
24
<goal>sign</goal>
25
</goals>
26
- <configuration>
27
- <keyname>B684D1ECE4EA8439A7E57D79261AA214130CE7AB</keyname>
28
- </configuration>
29
</execution>
30
</executions>
31
</plugin>
0 commit comments