You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/16 18:25:11 UTC

[commons-crypto] branch master updated: Don't override newer version of plugin managed by parent with older version.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new f74b5af  Don't override newer version of plugin managed by parent with older version.
f74b5af is described below

commit f74b5af96863182d695f55c3a9911413f8ab98b5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 16 14:25:04 2020 -0400

    Don't override newer version of plugin managed by parent with older
    version.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 484c05a..ccc4503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,7 +599,6 @@ The following provides more details on the included cryptographic software:
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.3</version>
         <configuration>
           <preparationGoals>verify</preparationGoals>
         </configuration>