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/02/06 03:44:44 UTC

[cxf] 01/02: Update maven-processor-plugin to 4.5-jdk8

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 6dcdaa89dbb725af582d146d532d434d91d90ccf
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Feb 5 13:17:33 2023 -0500

    Update maven-processor-plugin to 4.5-jdk8
    
    (cherry picked from commit 7c3a6ac48c7772983f7047b294b320e3ff8e013b)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 359538efcf..1b5d56e615 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -578,7 +578,7 @@
                 <plugin>
                     <groupId>org.bsc.maven</groupId>
                     <artifactId>maven-processor-plugin</artifactId>
-                    <version>3.3.3</version> 
+                    <version>4.5-jdk8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>