You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/06/07 05:02:30 UTC

[karaf-decanter] branch master updated: [KARAF-6758] Upgrade to maven-resources-plugin 3.1.0

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ff6208  [KARAF-6758] Upgrade to maven-resources-plugin 3.1.0
     new ba45db7  Merge pull request #166 from jbonofre/KARAF-6758
4ff6208 is described below

commit 4ff6208fdf6c308ec5b40cc9efd6989b97b268f8
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Jun 7 06:38:22 2020 +0200

    [KARAF-6758] Upgrade to maven-resources-plugin 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 577c0bd..dab357f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.6</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>