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/11/27 20:59:26 UTC

[cxf] branch 3.4.x-fixes updated (1a65d9a76e -> 04dccdeda4)

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 1a65d9a76e Recording .gitmergeinfo Changes
     new 225ccf2ba0 Update maven-site-plugin to 3.12.1
     new df17c382e9 Update maven-install-plugin to 3.1.0
     new 04dccdeda4 Recording .gitmergeinfo Changes

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


[cxf] 01/03: Update maven-site-plugin to 3.12.1

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 225ccf2ba0345dd127479ec28659f1222bc839ab
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 11:22:22 2022 -0500

    Update maven-site-plugin to 3.12.1
    
    (cherry picked from commit 6804d6f75d2d40d1c7c7a558cc74e506414f9b59)
    (cherry picked from commit ecf74ae05ef71d2898e44fd114eaa121cd429bfd)
    (cherry picked from commit d52cc575cb7929aaf4f4c8606ed02fcbfa001ca5)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6449f36a15..ff1bc75d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,7 +595,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.11.0</version>
+                    <version>3.12.1</version>
                     <configuration>
                         <chmod>true</chmod>
                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>


[cxf] 03/03: 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 04dccdeda4e62e387659426123d2e68ebd20b6e9
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 15:58:48 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index a8035cb1f4..76492ebe4c 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -31,6 +31,7 @@ B 1b6adcb32f93d708d817cabf2cc63973fbc069de
 B 1b903fea249eaae3d40db91fccde6c6207c0bfaa
 B 1cb2a5fe44e390cf2106b07d8b6a8b5fffcda3e7
 B 1cc69bd3ae56bcb514d706d876f9b97135253d34
+B 1d90a3448af34dcd637a52aee4ae0f5be6c43b04
 B 1f50286782f1b005d857a858af05555017e8e29a
 B 22cb503d5380dd421938c579612360ef58b95b33
 B 237c71cbdc26cbc6e346c8cc592bd17ac892910e


[cxf] 02/03: Update maven-install-plugin to 3.1.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 df17c382e949b44f4440b5f025361d746abcd8bf
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 11:37:32 2022 -0500

    Update maven-install-plugin to 3.1.0
    
    (cherry picked from commit d6227c518c8f5f2250bdf810c1cf572834bcc134)
    (cherry picked from commit c9cd26e2c6185e8be54eacc88d02773621219404)
    (cherry picked from commit c3b5de7cb4420a3f30b636a7ff668aae21906d8a)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff1bc75d6e..a7240fb695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>