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 18:59:59 UTC

[cxf] branch 3.6.x-fixes updated (2a0a1db67f -> 0233bbf8fb)

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

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


    from 2a0a1db67f Update maven-bundle-plugin to 5.1.8
     new ecf74ae05e Update maven-site-plugin to 3.12.1
     new c9cd26e2c6 Update maven-install-plugin to 3.1.0
     new 0233bbf8fb 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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0233bbf8fb5599639978d8c60b6df12e668d7d6b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 13:59:33 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 9cba169bdc..59eb434074 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -112,6 +112,7 @@ M 755b552a357a3f0073396f2aca9a26d067cbd66e
 M 76e0fdb027da9f1756902f574de59b087a88da4d
 M 797df326d9b73cdaa02851a9cdc7d07bc05aad2c
 M 7dc87bce5436a7aee3899c2bc67629cc56fc4623
+M 7f1be08ff328406c07fca362cf91b096bad37289
 M 80cf0d301fc3381b680538b0b4fae6c67efd4045
 M 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92
 M 890195ced00f76d0be680def9c6f08d85d63cbcd


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

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

diff --git a/pom.xml b/pom.xml
index cd609275e4..c864611840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -596,7 +596,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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

diff --git a/pom.xml b/pom.xml
index c864611840..5d29a1d903 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>