You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/22 14:40:01 UTC

[maven-apache-parent] branch master updated: [MPOM-258] Upgrade maven-resources-plugin to 3.2.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 12626fd  [MPOM-258] Upgrade maven-resources-plugin to 3.2.0
12626fd is described below

commit 12626fd3c16a4153fee25f2f6c508b20eebb448a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 22 15:39:42 2020 +0100

    [MPOM-258] Upgrade maven-resources-plugin to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4257ef..255e700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>