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 2022/01/19 08:35:10 UTC

[karaf-decanter] branch main updated: [KARAF-7349] Upgrade to maven-resources-plugin 3.2.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9bd87a1  [KARAF-7349] Upgrade to maven-resources-plugin 3.2.0
     new 8c203a2  Merge pull request #276 from jbonofre/KARAF-7349
9bd87a1 is described below

commit 9bd87a15339135141c78753c3a418fa8efc4e2ce
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 18 18:21:49 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index da67615..ff449ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
                 <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>