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 17:28:12 UTC

[cxf] branch 3.5.x-fixes updated (720a57a0b5 -> 440efd7845)

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

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


    from 720a57a0b5 Revert "Bump jboss-logging from 3.4.3.Final to 3.5.0.Final (#1083)"
     new 56aab8f0a3 Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)
     new 03d56986a6 Bump maven-gpg-plugin from 1.6 to 3.0.1 (#1085)
     new 440efd7845 Bump cargo-maven2-plugin from 1.6.7 to 1.8.5 (#1081)

The 3 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:
 core/pom.xml                                                   | 2 +-
 distribution/src/main/release/samples/java_first_jaxws/pom.xml | 2 +-
 pom.xml                                                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/03: Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 56aab8f0a3539a9bbfbc4fb17911eaa362ff37e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 25 19:26:08 2023 -0500

    Bump buildnumber-maven-plugin from 1.4 to 3.0.0 (#1086)
    
    Bumps [buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 1.4 to 3.0.0.
    - [Release notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/buildnumber-maven-plugin-1.4...buildnumber-maven-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:buildnumber-maven-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>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 0d8e3a8bf9..d8939a9700 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -221,7 +221,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>buildnumber-maven-plugin</artifactId>
-                <version>1.4</version>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>create-noncanonicalrev</id>


[cxf] 02/03: 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 03d56986a6ba79bc2e641ace02bb302ca1e4dbac
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 36f67a48fd..ef7dcb1a74 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>


[cxf] 03/03: 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 440efd78455fd87cb6f7c901f5ec220257a9c373
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 ca5b03abb0..dc520788b4 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>