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 7a61b63456 [KARAF-7593] Upgrade to maven-install-plugin 3.0.1
     new 9511e5225a Merge pull request #1671 from jbonofre/KARAF-7593
7a61b63456 is described below

commit 7a61b634561d138f3b32660500a558111157cc74
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Oct 18 14:03:07 2022 +0200

    [KARAF-7593] Upgrade to maven-install-plugin 3.0.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5020a32a7e..e677d3a7e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>3.0.0-M1</version>
+                    <version>3.0.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to