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 640a9f4efe [KARAF-7590] Upgrade to maven-deploy-plugin 3.0.0
     new adae74deeb Merge pull request #1668 from jbonofre/KARAF-7590
640a9f4efe is described below

commit 640a9f4efeeee0d2e4555c9fd31db9374ec1bdeb
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Oct 18 11:34:06 2022 +0200

    [KARAF-7590] Upgrade to maven-deploy-plugin 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0555c2da14..ab861bf345 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.8.2</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to