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/04 19:25:32 UTC

[cxf] branch 3.6.x-fixes updated (d21fa935e8 -> c0d5bad329)

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 d21fa935e8 CXF-8756: Update to Swagger UI 4.14.0 (#995)
     new 3e83c742e8 Update maven-pmd-plugin to 3.18.0
     new e91bcf0b23 Update maven-checkstyle-plugin to 3.2.0
     new c0d5bad329 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 +
 parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index af33551436..5b0262a629 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.2.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>


[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 c0d5bad32938019dea92f99be0773abd39ad7288
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 15:12:19 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 175372fce3..ffdb096b97 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -49,6 +49,7 @@ M 6bb1a69c531ec15a521bd736db6195e9506a4679
 M 70f4636993734f4a13741f3a7de7c416b19edd83
 M 7501891ee05153ba43eab3cdadccf789dd15de1e
 M 797df326d9b73cdaa02851a9cdc7d07bc05aad2c
+M 80cf0d301fc3381b680538b0b4fae6c67efd4045
 M 8cba83cdbb6a1b0d28f6fd7e218b342a42305963
 M 905f4f91e4d0b5c4d145729f16bad90b1847f0be
 M 96e71237bae2eb987a5fbe67d21e9e1e19f2d158


[cxf] 01/03: Update maven-pmd-plugin to 3.18.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 3e83c742e89621b37b4668768918e90b966d17b6
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 11:01:30 2022 -0400

    Update maven-pmd-plugin to 3.18.0
    
    (cherry picked from commit 871b249aa6bcd52f58782995bd6bb552e8296178)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fc01d546a1..af33551436 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.16.0</version>
+                    <version>3.18.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>