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/23 22:56:07 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b59a50  Update maven-compiler-plugin to 3.10.1
2b59a50 is described below

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

    Update maven-compiler-plugin to 3.10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6eaf161..de26b96 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>