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 2023/03/24 12:29:07 UTC

[commons-crypto] branch master updated: Pick up maven-resources-plugin version from Apache parent POM

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 60bd9d0  Pick up maven-resources-plugin version from Apache parent POM
60bd9d0 is described below

commit 60bd9d0056cd48d101188122a16c9faac0e8bad0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 24 08:29:03 2023 -0400

    Pick up maven-resources-plugin version from Apache parent POM
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee93ed4..0e9dda5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,11 +499,6 @@ The following provides more details on the included cryptographic software:
             </dependency>
           </dependencies>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>3.3.0</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>