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/01/26 19:35:13 UTC

[cxf] 02/03: Bump cargo-maven2-plugin from 1.6.7 to 1.8.5 (#1081)

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

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

commit 93e6f726056b78012c2f1c2cc7af819825e42784
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 26 10:07:52 2023 -0500

    Bump cargo-maven2-plugin from 1.6.7 to 1.8.5 (#1081)
    
    Bumps cargo-maven2-plugin from 1.6.7 to 1.8.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.cargo:cargo-maven2-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/java_first_jaxws/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index 2b05c3a75b..49182a5640 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>org.codehaus.cargo</groupId>
                 <artifactId>cargo-maven2-plugin</artifactId>
-                <version>1.6.7</version>
+                <version>1.8.5</version>
                 <configuration>
                     <container>
                         <containerId>tomcat8x</containerId>