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 2023/02/21 13:25:36 UTC

[cxf] branch main updated: Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#1147)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f6aeef7c0 Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#1147)
6f6aeef7c0 is described below

commit 6f6aeef7c0365c12a3e3edb15ba49186d146b7a6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 21 08:25:29 2023 -0500

    Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#1147)
    
    Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d0655f0ad..d67bb224fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -539,7 +539,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>