You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/07/24 20:16:42 UTC

[cxf] 01/02: Update maven-deploy-plugin to 3.0.0

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7df795da8a5bda98db6513ea824945b24b137e8a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jul 24 15:42:30 2022 -0400

    Update maven-deploy-plugin to 3.0.0
    
    (cherry picked from commit a98fe18fe0d327b593194640576ea7d7ae7e8f86)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e81eda2c11..b2ebacea8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,7 +542,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>