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/10/18 11:52:30 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7590] Upgrade to maven-deploy-plugin 3.0.0

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new b218519729 [KARAF-7590] Upgrade to maven-deploy-plugin 3.0.0
b218519729 is described below

commit b2185197299e00dfb78fa272d88e93751ad57817
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 18 11:34:06 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index c688bc7c6a..ce39cf4525 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,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>