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 2022/10/03 15:33:04 UTC

[cxf] branch 3.4.x-fixes updated (e5401c6ff4 -> a58f8bc310)

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 e5401c6ff4 Recording .gitmergeinfo Changes
     new 24ab05c1fa Update maven-jar-plugin to 3.3.0
     new a58f8bc310 Recording .gitmergeinfo Changes

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:
 .gitmergeinfo | 1 +
 pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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 a58f8bc3107c63c4b284747ab2b096ea96183410
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Oct 3 11:32:49 2022 -0400

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 7722d01e25..61b8720499 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -68,6 +68,7 @@ B 4da29ea7d55227c652b930318666639adae0c77d
 B 4f0cf0632192b9327562ff65ca95546c73311b50
 B 4f7e6935d36a1a48fc959de6c32fe84b3df25198
 B 4f932d881de23b88e6388d4b624eed119942031a
+B 5086fe53662cfb6ab7c2acc2d0af27358f54da2a
 B 51a69df3c63b394708571ae26ba2e6c6c49b869f
 B 51d72b09425fa7a19eb7b0fdba2a2203ec6e47d3
 B 52b178792508c5ffcf06aed54f6f59ae999e9e8e


[cxf] 01/02: Update maven-jar-plugin to 3.3.0

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 24ab05c1fa9a71efa1645d2eed2bca85eb58208e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Oct 2 20:37:12 2022 -0400

    Update maven-jar-plugin to 3.3.0
    
    (cherry picked from commit fbb094409babb548cf89e1230fef1afa8f8183f2)
    (cherry picked from commit bfb51e9f4789a810eab42eb2a5cf9c4fccac5dac)
    (cherry picked from commit f13a6e28c4e07ee876d3c25940dec7cebca45748)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cebacd6f54..592f5068a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.2.2</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>