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.git


The following commit(s) were added to refs/heads/main by this push:
     new 887406fe89 [KARAF-7491] Upgrade to maven-resources-plugin 3.2.0
     new 5838b9be60 Merge pull request #1561 from jbonofre/KARAF-7491
887406fe89 is described below

commit 887406fe8944ce257f50713968693f45d36c4ef9
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jun 27 11:09:28 2022 +0200

    [KARAF-7491] 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 f2358fee5c..3d6ca368c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,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.servicemix.tooling</groupId>

Reply via email to