You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/01/19 18:30:02 UTC

[mina-sshd] 02/02: Configure GPG signing plugin used during release phase

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit f8ca40979a4fca0eb061d05d3b16ba9d9992750e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Jan 19 20:28:59 2020 +0200

    Configure GPG signing plugin used during release phase
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9f8fc60..8c05193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,6 +702,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <version>1.6</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>3.2.1</version>
                     <dependencies>