You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/11/16 07:35:17 UTC

[shiro] branch master updated: Remove maven-gpg-plugin to force using apache pom parent settings

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new bf812f9  Remove maven-gpg-plugin to force using apache pom parent settings
     new eeafb81  Merge pull request #179 from fpapon/POM
bf812f9 is described below

commit bf812f92128bd808a22c8d8a69cb7ee7a9d33fcb
Author: Francois Papon <fp...@apache.org>
AuthorDate: Fri Nov 15 22:50:55 2019 +0100

    Remove maven-gpg-plugin to force using apache pom parent settings
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33e7eac..407e06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,11 +268,6 @@
                 </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-site-plugin</artifactId>
                     <version>3.7.1</version>
                 </plugin>