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/03/24 00:14:30 UTC

[cxf] branch 3.4.x-fixes updated: Update maven-compiler-plugin to 3.10.1

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 20058f1  Update maven-compiler-plugin to 3.10.1
20058f1 is described below

commit 20058f1c2252a0967dd2464ad7bc22167bf2bbec
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Mar 23 18:55:50 2022 -0400

    Update maven-compiler-plugin to 3.10.1
    
    (cherry picked from commit 2b59a50d7f66f3be25f3266dfb8ab9f741b4845a)
    (cherry picked from commit 086d8fb1b9e02b1b5f5234f95b60d84dd6218051)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 079cfba..0a0da19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>3.10.0</version>
+                            <version>3.10.1</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>