We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9b23c commit d324e9fCopy full SHA for d324e9f
1 file changed
pom.xml
@@ -312,6 +312,12 @@
312
<artifactId>maven-release-plugin</artifactId>
313
<version>3.3.1</version>
314
</plugin>
315
+ <!-- Maven GPG Plugin -->
316
+ <plugin>
317
+ <groupId>org.apache.maven.plugins</groupId>
318
+ <artifactId>maven-gpg-plugin</artifactId>
319
+ <version>3.2.8</version>
320
+ </plugin>
321
</plugins>
322
</build>
323
</project>
0 commit comments