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/09/06 15:07:09 UTC

[cxf] branch 3.4.x-fixes updated (a3e4961577 -> f5432e3cfb)

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 a3e4961577 Recording .gitmergeinfo Changes
     new 628050f601 Update maven-checkstyle-plugin to 3.2.0
     new f5432e3cfb 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  | 2 ++
 parent/pom.xml | 2 +-
 2 files changed, 3 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 f5432e3cfb016eb2ce1675812e0ad1ad8906c9bf
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 11:01:26 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index b2f9c9775c..062c33d9e7 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -151,6 +151,7 @@ B d03b70362b2053a6e529250a0a2e5d102a5a198d
 B d1e39f84005235533212920295314b8347a70b9d
 B d4acd95ffae200d6020b66cf8ac916ecca37fc52
 B dc2b6cc5cc1164f6bb45049bec2373032411f54a
+B dcba66610ce8fecbeeb5fba45edeb2e74d6ecd7f
 B dedf304666956cd72cdcd7948df2e1736f260ce9
 B df1c14e0f6d2246177c9f01762e19107e79c4393
 B df47e19340ab59dd9eaebac340d89f18e44ef134
@@ -230,6 +231,7 @@ M 2c9b67fd1777c6a3bdf965eda75c4b7359d544a1
 M 2cd495719e7532657f7e8cad5b5347cedccd2de8
 M 2dc9d11171f4f67b6fcd907427f2fbd341a9fdd4
 M 2f844e251362ab62923cfc6b7061591375a1cb44
+M 2f9b5a12890272287eca6edd5896e49d4c46c010
 M 2ffd54661533e8a0f0ca221d1a903a23d44133a9
 M 327e0d2a1605f05a25ac491e5d1775d00f018d22
 M 32d40493c0db97c4d207e99da5b8c491fc04eedd


[cxf] 01/02: Update maven-checkstyle-plugin to 3.2.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 628050f601767ae59a6ee4cbb9776709a4318a55
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 12:18:04 2022 -0400

    Update maven-checkstyle-plugin to 3.2.0
    
    (cherry picked from commit 8281292c52ca5f9903ca9ce85b2d630d140fa32e)
    (cherry picked from commit e91bcf0b2349a3efd5da7907d0cd6a2afb064a36)
    (cherry picked from commit 2f9b5a12890272287eca6edd5896e49d4c46c010)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index faa8039ca3..1abff8c768 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -387,7 +387,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.2.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>