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/01 01:47:35 UTC

[cxf] branch 3.4.x-fixes updated (3acb1d2513 -> c12b5c0d67)

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

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


    from 3acb1d2513 Recording .gitmergeinfo Changes
     new 9ea7362c3c Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)
     new c12b5c0d67 Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1103)

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/pom.xml | 2 +-
 pom.xml                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/02: Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)

Posted by re...@apache.org.
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 9ea7362c3c70aa76e1985f1f7d33ed69da97879c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 09:23:19 2023 -0500

    Bump maven-bundle-plugin from 5.1.4 to 5.1.8 (#1102)
    
    Bumps maven-bundle-plugin from 5.1.4 to 5.1.8.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:maven-bundle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index ccf76be1d4..f1b6756c61 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -206,7 +206,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.1</version>
+                    <version>5.1.8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.eclipse.jetty</groupId>


[cxf] 02/02: Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1103)

Posted by re...@apache.org.
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 c12b5c0d678c604bd3c63d45e2d90926880425b5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 09:23:41 2023 -0500

    Bump maven-assembly-plugin from 3.3.0 to 3.4.2 (#1103)
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.3.0 to 3.4.2.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-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 08558359e8..b398aed69e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,7 +531,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.4.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>