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:39:31 UTC

[cxf] branch 3.5.x-fixes updated (f82db50e91 -> 1d90a3448a)

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 f82db50e91 Update maven-bundle-plugin to 5.1.8
     new d52cc575cb Update maven-site-plugin to 3.12.1
     new c3b5de7cb4 Update maven-install-plugin to 3.1.0
     new 1d90a3448a 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] 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1d90a3448af34dcd637a52aee4ae0f5be6c43b04
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 15:39:01 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 5dc87fd5c7..28faf90714 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -1,6 +1,7 @@
 origin/3.6.x-fixes
 
 B 00bbab65e59b8f27366335aec19e50129b7759f0
+B 0233bbf8fb5599639978d8c60b6df12e668d7d6b
 B 044b280cf89fad58502cc27e66022e517d5de577
 B 0fd59b2a26240e290fdc646decc4c5c467875f62
 B 12a68910220a3af6fe2d0419a3556320b75c3523


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

commit d52cc575cb7929aaf4f4c8606ed02fcbfa001ca5
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)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 926c5d223b..45528e18b5 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] 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit c3b5de7cb4420a3f30b636a7ff668aae21906d8a
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)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45528e18b5..835538d6cc 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>