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 15:33:05 UTC

[cxf] branch 3.6.x-fixes updated (27521a6a68 -> dcbd567d53)

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

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


    from 27521a6a68 Removing scorecards workflow: only default branch is supported (main)
     new 9bce231814 Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)
     new dcbd567d53 Bump cargo-maven2-plugin from 1.6.7 to 1.8.5 (#1081)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/src/main/release/samples/java_first_jaxws/pom.xml | 2 +-
 pom.xml                                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

Posted by re...@apache.org.
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 dcbd567d536e7e505eadf54eae17b0f9bd3b405d
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 b05d0226b5..63114c8f76 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>


[cxf] 01/02: Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)

Posted by re...@apache.org.
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 9bce2318145fe5a50d03b7634bdfe59f5fdf1c0d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 26 08:37:54 2023 -0500

    Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)
    
    Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d45a11d256..d2571af9d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.6</version>
+                        <version>3.0.1</version>
                         <executions>
                             <execution>
                                 <goals>