Skip to content

Commit d324e9f

Browse files
committed
[feature] Apache Maven GPG Plugin
1 parent 0d9b23c commit d324e9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@
312312
<artifactId>maven-release-plugin</artifactId>
313313
<version>3.3.1</version>
314314
</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>
315321
</plugins>
316322
</build>
317323
</project>

0 commit comments

Comments
 (0)