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 2023/04/22 14:43:52 UTC

[cxf] branch 3.6.x-fixes updated (53d4d8fca1 -> d90c0055b9)

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 53d4d8fca1 Recording .gitmergeinfo Changes
     new 4abae3a092 CXF-8839: Missing dependency on plexus-utils in cxf-wsdl-validator-plugin (#1246)
     new d90c0055b9 Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 (#1245)

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:
 maven-plugins/wsdl-validator-plugin/pom.xml | 5 +++++
 parent/pom.xml                              | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


[cxf] 01/02: CXF-8839: Missing dependency on plexus-utils in cxf-wsdl-validator-plugin (#1246)

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 4abae3a092c779c7c2a71374e5712fefc4589035
Author: timsacre <64...@users.noreply.github.com>
AuthorDate: Sat Apr 22 15:13:05 2023 +0200

    CXF-8839: Missing dependency on plexus-utils in cxf-wsdl-validator-plugin (#1246)
    
    CXF-8839: Missing dependency on plexus-utils in cxf-wsdl-validator-plugin
    Co-authored-by: sati <ti...@argenta.be>
---
 maven-plugins/wsdl-validator-plugin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml b/maven-plugins/wsdl-validator-plugin/pom.xml
index b7ec063dcc..1d9b1b2cad 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -53,5 +53,10 @@
             <artifactId>cxf-tools-validator</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>${cxf.plexus-utils.version}</version>
+        </dependency>
     </dependencies>
 </project>


[cxf] 02/02: Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 (#1245)

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 d90c0055b9035868135c645460c9ac2bcb93bfac
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 21 07:20:09 2023 +0100

    Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 (#1245)
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3a33576e0a..6969f104a7 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.2.1</version>
+                    <version>3.2.2</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>