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:01 UTC

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


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

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

diff --git a/pom.xml b/pom.xml
index adf4d8c..614e4fb 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>